|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--org.exolab.jms.server.intravm.IntravmJndiServer
This class enables clients to interface to the embedded JNDI provider using the embedded connector
| Constructor Summary | |
IntravmJndiServer(javax.naming.Context context)
Construct a new IntravmJndiServer |
|
| Method Summary | |
javax.naming.Context |
getInitialContext(java.util.Hashtable environment)
Creates an initial context for beginning name resolution |
static IntravmJndiServer |
getInstance()
Returns the singleton instance |
void |
init()
Initialise the JNDI service |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public IntravmJndiServer(javax.naming.Context context)
IntravmJndiServer| Method Detail |
public void init()
init in interface JndiServerIfcorg.exolab.jms.jndi.JndiServerIfcjavax.naming.NamingException - if the service cannot be initialised
public javax.naming.Context getInitialContext(java.util.Hashtable environment)
throws javax.naming.NamingException
getInitialContext in interface javax.naming.spi.InitialContextFactoryenvironment - the environment specifying information to be used in
the creation of the initial context.public static IntravmJndiServer getInstance()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||