org.jomc.standalone.ri.naming.support
Class JotmContextFactory

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

@Generated(value="org.jomc.tools.SourceFileProcessor 1.0",
           comments="See http://jomc.sourceforge.net/jomc/1.0/jomc-tools")
public final class JotmContextFactory
extends AbstractContextFactory

Standalone Jonas JTA context factory.

Specifications

Version:
$Id: JotmContextFactory.java 2242 2010-06-29 07:54:56Z schulte2005 $
Author:
Christian Schulte 1.0

Constructor Summary
Constructor and Description
JotmContextFactory()
          Creates a new JotmContextFactory instance.
 
Method Summary
Modifier and Type Method and Description
 Context getInitialContext(Hashtable<?,?> environment)
           
 
Methods inherited from class org.jomc.standalone.ri.naming.support.AbstractContextFactory
getStandaloneContext, getStandaloneEnvironment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JotmContextFactory

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

Method Detail

getInitialContext

public Context getInitialContext(Hashtable<?,?> environment)
                          throws NamingException
Throws:
NamingException


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