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:
- $Revision: 1.1 $ $Date: 2000/11/02 06:14:16 $
- Author:
- Remy Maucherat
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)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
ENTRY
public static final int ENTRY
LINK_REF
public static final int LINK_REF
REFERENCE
public static final int REFERENCE
CONTEXT
public static final int CONTEXT
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:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
Copyright © 2000-2001 Apache Software Foundation. All Rights Reserved.