org.apache.naming

Class NamingEntry

public class NamingEntry extends Object

Represents a binding in a NamingContext.

Version: $Revision: 467222 $ $Date: 2006-10-24 05:17:11 +0200 (Tue, 24 Oct 2006) $

Author: Remy Maucherat

Field Summary
static intCONTEXT
static intENTRY
static intLINK_REF
Stringname
static intREFERENCE
inttype
The type instance variable is used to avoid unsing RTTI when doing lookups.
Objectvalue
Constructor Summary
NamingEntry(String name, Object value, int type)
Method Summary
booleanequals(Object obj)
inthashCode()

Field Detail

CONTEXT

public static final int CONTEXT

ENTRY

public static final int ENTRY

LINK_REF

public static final int LINK_REF

name

public String name

REFERENCE

public static final int REFERENCE

type

public int type
The type instance variable is used to avoid unsing RTTI when doing lookups.

value

public Object value

Constructor Detail

NamingEntry

public NamingEntry(String name, Object value, int type)

Method Detail

equals

public boolean equals(Object obj)

hashCode

public int hashCode()
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.