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