public class ResourceRef
extends javax.naming.Reference
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | AUTHAuth address type. | 
| static java.lang.String | DEFAULT_FACTORYDefault factory for this reference. | 
| static java.lang.String | DESCRIPTIONDescription address type. | 
| static java.lang.String | SCOPEScope address type. | 
| static java.lang.String | SINGLETONIs this resource a singleton | 
| Constructor and Description | 
|---|
| ResourceRef(java.lang.String resourceClass,
java.lang.String description,
java.lang.String scope,
java.lang.String auth,
boolean singleton)Resource Reference. | 
| ResourceRef(java.lang.String resourceClass,
java.lang.String description,
java.lang.String scope,
java.lang.String auth,
boolean singleton,
java.lang.String factory,
java.lang.String factoryLocation)Resource Reference. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getFactoryClassName()Retrieves the class name of the factory of the object to which this
reference refers. | 
| java.lang.String | toString()Return a String rendering of this object. | 
public static final java.lang.String DEFAULT_FACTORY
public static final java.lang.String DESCRIPTION
public static final java.lang.String SCOPE
public static final java.lang.String AUTH
public static final java.lang.String SINGLETON
public ResourceRef(java.lang.String resourceClass,
           java.lang.String description,
           java.lang.String scope,
           java.lang.String auth,
           boolean singleton)
resourceClass - Resource classscope - Resource scopeauth - Resource authenticationpublic ResourceRef(java.lang.String resourceClass,
           java.lang.String description,
           java.lang.String scope,
           java.lang.String auth,
           boolean singleton,
           java.lang.String factory,
           java.lang.String factoryLocation)
resourceClass - Resource classscope - Resource scopeauth - Resource authenticationpublic java.lang.String getFactoryClassName()
getFactoryClassName in class javax.naming.Referencepublic java.lang.String toString()
toString in class javax.naming.ReferenceCopyright © 2000-2015 Apache Software Foundation. All Rights Reserved.