Save This Page
Home » apache-tomcat-6.0.16-src » org.apache » naming » [javadoc | source]
org.apache.naming
public class: ResourceLinkRef [javadoc | source]
java.lang.Object
   javax.naming.Reference
      org.apache.naming.ResourceLinkRef

All Implemented Interfaces:
    Serializable, Cloneable

Represents a reference address to a resource.
Field Summary
public static final  String DEFAULT_FACTORY    Default factory for this reference. 
public static final  String GLOBALNAME    Description address type. 
Constructor:
 public ResourceLinkRef(String resourceClass,
    String globalName) 
    ResourceLink Reference.
    Parameters:
    resourceClass - Resource class
    globalName - Global name
 public ResourceLinkRef(String resourceClass,
    String globalName,
    String factory,
    String factoryLocation) 
    ResourceLink Reference.
    Parameters:
    resourceClass - Resource class
    globalName - Global name
Method from org.apache.naming.ResourceLinkRef Summary:
getFactoryClassName
Methods from javax.naming.Reference:
add,   add,   clear,   clone,   equals,   get,   get,   getAll,   getClassName,   getFactoryClassLocation,   getFactoryClassName,   hashCode,   remove,   size,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.naming.ResourceLinkRef Detail:
 public String getFactoryClassName() 
    Retrieves the class name of the factory of the object to which this reference refers.