Package org.apache.naming
Class NamingEntry
java.lang.Object
org.apache.naming.NamingEntry
Represents a binding in a NamingContext.
- Author:
- Remy Maucherat
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
ENTRY
public static final int ENTRY- See Also:
-
LINK_REF
public static final int LINK_REF- See Also:
-
REFERENCE
public static final int REFERENCE- See Also:
-
CONTEXT
public static final int CONTEXT- See Also:
-
type
public int typeThe type instance variable is used to avoid using RTTI when doing lookups. -
name
-
value
-
-
Constructor Details
-
NamingEntry
-
-
Method Details