org.jnp.interfaces |
|
Java Source File Name | Type | Comment |
FastNamingProperties.java | Class | This class exists because the JNDI API set wisely uses java.util.Properties
which extends Hashtable, a threadsafe class. |
MarshalledValuePair.java | Class | An encapsulation of a JNDI binding as both the raw object and its
MarshalledObject form. |
Naming.java | Interface | |
NamingContext.java | Class | This class provides the jnp provider Context implementation. |
NamingContextFactory.java | Class | The jnp naming provider InitialContextFactory implementation. |
NamingEnumerationImpl.java | Class | A NamingEnumeration for the Context list/listBindings methods. |
NamingParser.java | Class | |
TimedSocketFactory.java | Class | A concrete implementation of the SocketFactory that supports a configurable
timeout for the initial socket connection as well as the SO_TIMEOUT used to
determine how long a read will block waiting for data. |