| java.lang.Object javax.naming.Reference org.apache.naming.ResourceRef
ResourceRef | public class ResourceRef extends Reference (Code) | | Represents a reference address to a resource.
author: Remy Maucherat version: $Revision: 1.2 $ $Date: 2001/11/10 00:01:55 $ |
Method Summary | |
public String | getFactoryClassName() Retrieves the class name of the factory of the object to which this
reference refers. | public String | toString() Return a String rendering of this object. |
AUTH | final public static String AUTH(Code) | | Auth address type.
|
DEFAULT_FACTORY | final public static String DEFAULT_FACTORY(Code) | | Default factory for this reference.
|
DESCRIPTION | final public static String DESCRIPTION(Code) | | Description address type.
|
SCOPE | final public static String SCOPE(Code) | | Scope address type.
|
ResourceRef | public ResourceRef(String resourceClass, String description, String scope, String auth)(Code) | | Resource Reference.
Parameters: resourceClass - Resource class Parameters: scope - Resource scope Parameters: auth - Resource authetication |
ResourceRef | public ResourceRef(String resourceClass, String description, String scope, String auth, String factory, String factoryLocation)(Code) | | Resource Reference.
Parameters: resourceClass - Resource class Parameters: scope - Resource scope Parameters: auth - Resource authetication |
getFactoryClassName | public String getFactoryClassName()(Code) | | Retrieves the class name of the factory of the object to which this
reference refers.
|
toString | public String toString()(Code) | | Return a String rendering of this object.
|
|
|