|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.naming.NamingEntry
public class NamingEntry
Represents a binding in a NamingContext.
Field Summary | |
---|---|
static int |
CONTEXT
|
static int |
ENTRY
|
static int |
LINK_REF
|
java.lang.String |
name
|
static int |
REFERENCE
|
int |
type
The 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)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int ENTRY
public static final int LINK_REF
public static final int REFERENCE
public static final int CONTEXT
public int type
public java.lang.String name
public java.lang.Object value
Constructor Detail |
---|
public NamingEntry(java.lang.String name, java.lang.Object value, int type)
Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |