Package org.apache.naming
Class NamingEntry
- java.lang.Object
-
- org.apache.naming.NamingEntry
-
public class NamingEntry extends Object
Represents a binding in a NamingContext.- Author:
- Remy Maucherat
-
-
Constructor Summary
Constructors Constructor Description NamingEntry(String name, Object value, int type)
-
-
-
Field Detail
-
ENTRY
public static final int ENTRY
- See Also:
- Constant Field Values
-
LINK_REF
public static final int LINK_REF
- See Also:
- Constant Field Values
-
REFERENCE
public static final int REFERENCE
- See Also:
- Constant Field Values
-
CONTEXT
public static final int CONTEXT
- See Also:
- Constant Field Values
-
type
public int type
The type instance variable is used to avoid using RTTI when doing lookups.
-
name
public final String name
-
value
public Object value
-
-