org.jomc.standalone.ri.naming
Class StandaloneContextFactory

Package class diagram package StandaloneContextFactory
java.lang.Object
  extended by org.jomc.standalone.ri.naming.StandaloneContextFactory
All Implemented Interfaces:
InitialContextFactory

@Generated(value="org.jomc.tools.SourceFileProcessor 1.0",
           comments="See http://jomc.sourceforge.net/jomc/1.0/jomc-tools")
public class StandaloneContextFactory
extends Object
implements InitialContextFactory

Standalone InitialContextFactory implementation.

Specifications

Version:
$Id: StandaloneContextFactory.java 2270 2010-06-29 13:25:34Z schulte2005 $
Author:
Christian Schulte 1.0

Constructor Summary
Constructor and Description
StandaloneContextFactory()
          Creates a new StandaloneContextFactory instance.
 
Method Summary
Modifier and Type Method and Description
 Context getInitialContext(Hashtable env)
           
 StandaloneEnvironment getStandaloneEnvironment()
           
protected  boolean isXAPoolInitialized()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandaloneContextFactory

@Generated(value="org.jomc.tools.SourceFileProcessor 1.0",
           comments="See http://jomc.sourceforge.net/jomc/1.0/jomc-tools")
public StandaloneContextFactory()
Creates a new StandaloneContextFactory instance.

Method Detail

getInitialContext

public Context getInitialContext(Hashtable env)
                          throws NamingException
Specified by:
getInitialContext in interface InitialContextFactory
Throws:
NamingException

getStandaloneEnvironment

public StandaloneEnvironment getStandaloneEnvironment()

isXAPoolInitialized

protected boolean isXAPoolInitialized()


Copyright © 2005-2010 The JOMC Project. All Rights Reserved.