NameClassPair
associates a name in a naming service with a specified class name and also with a relative flag. In JNDI, NameClassPair
is extended by javax.naming.Binding
; Binding
objects are used in javax.naming.Context
implementations. A NameClassPair
object is not thread-safe unless appropriate synchronization is applied to any code manipulating these objects.
As this class implements the Serializable
interface, it is important that fields below are declared with the same names.
|
|