Class NamingEntry


  • public class NamingEntry
    extends java.lang.Object
    Represents a binding in a NamingContext.
    Author:
    Remy Maucherat
    • Field Summary

      Fields 
      Modifier and Type Field Description
      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 using RTTI when doing lookups.
      java.lang.Object value  
    • Constructor Summary

      Constructors 
      Constructor Description
      NamingEntry​(java.lang.String name, java.lang.Object value, int type)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      int hashCode()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • type

        public int type
        The type instance variable is used to avoid using RTTI when doing lookups.
      • name

        public final java.lang.String name
      • value

        public java.lang.Object value
    • Constructor Detail

      • NamingEntry

        public NamingEntry​(java.lang.String name,
                           java.lang.Object value,
                           int type)
    • Method Detail

      • 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