Class LookupRef

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable

    public class LookupRef
    extends AbstractRef
    Represents a reference to lookup.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String LOOKUP_NAME
      JNDI name for the lookup
      • Fields inherited from class javax.naming.Reference

        addrs, classFactory, classFactoryLocation, className
    • Constructor Summary

      Constructors 
      Constructor Description
      LookupRef​(java.lang.String resourceType, java.lang.String lookupName)
      Constructor.
      LookupRef​(java.lang.String resourceType, java.lang.String factory, java.lang.String factoryLocation, java.lang.String lookupName)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.String getDefaultFactoryClassName()
      Returns the default factory class name.
      • Methods inherited from class javax.naming.Reference

        add, add, clear, clone, equals, get, get, getAll, getClassName, getFactoryClassLocation, hashCode, remove, size
      • Methods inherited from class java.lang.Object

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

      • LOOKUP_NAME

        public static final java.lang.String LOOKUP_NAME
        JNDI name for the lookup
        See Also:
        Constant Field Values
    • Constructor Detail

      • LookupRef

        public LookupRef​(java.lang.String resourceType,
                         java.lang.String lookupName)
        Constructor.
        Parameters:
        resourceType - The resource type
        lookupName - The JNDI lookup name
      • LookupRef

        public LookupRef​(java.lang.String resourceType,
                         java.lang.String factory,
                         java.lang.String factoryLocation,
                         java.lang.String lookupName)
        Constructor.
        Parameters:
        resourceType - The resource type
        factory - The factory class name
        factoryLocation - The factory location
        lookupName - The JNDI lookup name
    • Method Detail

      • getDefaultFactoryClassName

        protected java.lang.String getDefaultFactoryClassName()
        Description copied from class: AbstractRef
        Returns the default factory class name.
        Specified by:
        getDefaultFactoryClassName in class AbstractRef
        Returns:
        the default factory class name