| java.lang.Object org.apache.naming.core.NamingEntry
NamingEntry | public class NamingEntry (Code) | | Represents a binding in a NamingContext. All jtc contexts should
use this class to represent entries.
author: Remy Maucherat author: Costin Manolache |
CONTEXT | final public static int CONTEXT(Code) | | |
ENTRY | final public static int ENTRY(Code) | | |
LINK_REF | final public static int LINK_REF(Code) | | |
REFERENCE | final public static int REFERENCE(Code) | | |
type | public int type(Code) | | The type instance variable is used to avoid unsing RTTI when doing
lookups.
|
hashCode | public int hashCode()(Code) | | |
recycle | public void recycle()(Code) | | |
|
|