org.apache.naming
クラス NamingEntry

java.lang.Object
  |
  +--org.apache.naming.NamingEntry

public class NamingEntry
extends java.lang.Object

Represents a binding in a NamingContext.

バージョン:
$Revision: 1.1 $ $Date: 2000/11/02 06:14:16 $
作成者:
Remy Maucherat

フィールドの概要
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
           
 
コンストラクタの概要
NamingEntry(java.lang.String name, java.lang.Object value, int type)
           
 
メソッドの概要
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 
クラス 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)
オーバーライド:
クラス java.lang.Object 内の equals

hashCode

public int hashCode()
オーバーライド:
クラス java.lang.Object 内の hashCode


Copyright ? 2000-2001 Apache Software Foundation. All Rights Reserved.