org.apache.naming
Class NamingEntry
java.lang.Object
org.apache.naming.NamingEntry
public class NamingEntry
extends java.lang.Object
Represents a binding in a NamingContext.
Version:
- Remy Maucherat
CONTEXT
public static final int CONTEXT
- 10
ENTRY
public static final int ENTRY
- 0
LINK_REF
public static final int LINK_REF
- 1
REFERENCE
public static final int REFERENCE
- 2
type
public int type
The type instance variable is used to avoid unsing RTTI when doing
lookups.
NamingEntry
public NamingEntry(String name,
Object value,
int type)
equals
public boolean equals(Object obj)
hashCode
public int hashCode()
Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.