Class LookupRef

All Implemented Interfaces:
Serializable, Cloneable

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

  • Constructor Details

    • LookupRef

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

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