|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.dyade.aaa.jndi2.client.NamingContextFactory
Field Summary | |
static java.lang.String |
JAVA_HOST_PROPERTY
This property which defines the host name must be passed when creating an initial context using this factory. |
static java.lang.String |
JAVA_PORT_PROPERTY
This property which defines the listener port must be passed when creating an initial context using this factory. |
static java.lang.String |
SCN_HOST_PROPERTY
Specific property. |
static java.lang.String |
SCN_PORT_PROPERTY
Specific property. |
static java.lang.String |
SCN_PROVIDER_URL
Specific property. |
Constructor Summary | |
NamingContextFactory()
|
Method Summary | |
javax.naming.Context |
getInitialContext(java.util.Hashtable env)
|
static NamingConnection |
getNamingConnection(java.util.Hashtable env)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String JAVA_PORT_PROPERTY
public static final java.lang.String JAVA_HOST_PROPERTY
public static final java.lang.String SCN_PORT_PROPERTY
public static final java.lang.String SCN_HOST_PROPERTY
public static final java.lang.String SCN_PROVIDER_URL
Constructor Detail |
public NamingContextFactory()
Method Detail |
public javax.naming.Context getInitialContext(java.util.Hashtable env) throws javax.naming.NamingException
getInitialContext
in interface javax.naming.spi.InitialContextFactory
env
- This contains the hostname and the port.
javax.naming.NamingException
- Thrown if the host and port properties
aren't strings, if the port string does not represent a valid number,
or if an exception is thrown from the NamingContext constructor.public static NamingConnection getNamingConnection(java.util.Hashtable env) throws javax.naming.NamingException
javax.naming.NamingException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |