org.apache.naming
Class NamingEntry
java.lang.Object
   org.apache.naming.NamingEntry
org.apache.naming.NamingEntry
- public class NamingEntry 
- extends java.lang.Object
Represents a binding in a NamingContext.
- Author:
- Remy Maucherat
| Field Summary | 
| static int | CONTEXT
 | 
| static int | ENTRY
 | 
| static int | LINK_REF
 | 
|  java.lang.String | name
 | 
| static int | REFERENCE
 | 
|  int | typeThe type instance variable is used to avoid unsing RTTI when doing
 lookups.
 | 
|  java.lang.Object | value
 | 
 
| Constructor Summary | 
| NamingEntry(java.lang.String name,
            java.lang.Object value,
            int type)
 | 
 
 
| Methods inherited from class java.lang.Object | 
| clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait | 
 
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 unsing RTTI when doing
 lookups.
 
 
name
public java.lang.String name
value
public java.lang.Object value
NamingEntry
public NamingEntry(java.lang.String name,
                   java.lang.Object value,
                   int type)
equals
public boolean equals(java.lang.Object obj)
- 
- Overrides:
- equalsin class- java.lang.Object
 
- 
 
hashCode
public int hashCode()
- 
- Overrides:
- hashCodein class- java.lang.Object
 
- 
 
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.