org.apache.naming
Class NamingEntry
java.lang.Object
org.apache.naming.NamingEntry
public class NamingEntry
- extends Object
Represents a binding in a NamingContext.
- Version:
- $Id: NamingEntry.java 1060907 2011-01-19 19:08:36Z markt $
- Author:
- Remy Maucherat
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 using RTTI when doing
lookups.
name
public String name
value
public Object value
NamingEntry
public NamingEntry(String name,
Object value,
int type)
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.