Package org.apache.naming
Class NamingEntry
- java.lang.Object
- 
- org.apache.naming.NamingEntry
 
- 
 public class NamingEntry extends java.lang.ObjectRepresents a binding in a NamingContext.- Author:
- Remy Maucherat
 
- 
- 
Constructor SummaryConstructors Constructor Description NamingEntry(java.lang.String name, java.lang.Object value, int type)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)inthashCode()
 
- 
- 
- 
Field Detail- 
ENTRYpublic static final int ENTRY - See Also:
- Constant Field Values
 
 - 
LINK_REFpublic static final int LINK_REF - See Also:
- Constant Field Values
 
 - 
REFERENCEpublic static final int REFERENCE - See Also:
- Constant Field Values
 
 - 
CONTEXTpublic static final int CONTEXT - See Also:
- Constant Field Values
 
 - 
typepublic int type The type instance variable is used to avoid using RTTI when doing lookups.
 - 
namepublic final java.lang.String name 
 - 
valuepublic java.lang.Object value 
 
- 
 
-