org.jomc.standalone.ri.naming.support
Class AbstractContextFactory
java.lang.Object
org.jomc.standalone.ri.naming.support.AbstractContextFactory
- All Implemented Interfaces:
- InitialContextFactory
- Direct Known Subclasses:
- AbstractJPAContextFactory, DataSourceContextFactory, GeronimoJTAContextFactory, JBossJTAContextFactory, JotmContextFactory
@Generated(value="org.jomc.tools.SourceFileProcessor 1.0",
comments="See http://jomc.sourceforge.net/jomc/1.0/jomc-tools")
public abstract class AbstractContextFactory
extends Object
implements InitialContextFactory
Base context factory.
Specifications
'javax.naming.spi.InitialContextFactory'
(javax.naming.spi.InitialContextFactory)
Multiton
- Version:
- $Id: AbstractContextFactory.java 2242 2010-06-29 07:54:56Z schulte2005 $
- Author:
- Christian Schulte 1.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractContextFactory
@Generated(value="org.jomc.tools.SourceFileProcessor 1.0",
comments="See http://jomc.sourceforge.net/jomc/1.0/jomc-tools")
public AbstractContextFactory()
- Creates a new
AbstractContextFactory
instance.
getStandaloneEnvironment
protected StandaloneEnvironment getStandaloneEnvironment()
getStandaloneContext
protected Context getStandaloneContext()
throws NamingException
- Throws:
NamingException
Copyright © 2005-2010 The JOMC Project. All Rights Reserved.