|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exolab.jms.server.intravm.IntravmJndiServer
public class 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 JndiServerIfc
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.
javax.naming.NamingExceptionpublic static IntravmJndiServer getInstance()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||