Apache Tomcat 7.0.37

org.apache.naming
Class NamingEntry

java.lang.Object
  extended by 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

Field Summary
static int CONTEXT
           
static int ENTRY
           
static int LINK_REF
           
 String name
           
static int REFERENCE
           
 int type
          The type instance variable is used to avoid using RTTI when doing lookups.
 Object value
           
 
Constructor Summary
NamingEntry(String name, Object value, int type)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

NamingEntry

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

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

Apache Tomcat 7.0.37

Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.