Package org.apache.naming
Class ResourceRef
- java.lang.Object
-
- javax.naming.Reference
-
- org.apache.naming.ResourceRef
-
- All Implemented Interfaces:
Serializable,Cloneable
public class ResourceRef extends Reference
Represents a reference address to a resource.- Version:
- $Revision: 1.2 $ $Date: 2005/12/08 01:29:05 $
- Author:
- Remy Maucherat
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringAUTHAuth address type.static StringDEFAULT_FACTORYDefault factory for this reference.static StringDESCRIPTIONDescription address type.static StringSCOPEScope address type.-
Fields inherited from class javax.naming.Reference
addrs, classFactory, classFactoryLocation, className
-
-
Constructor Summary
Constructors Constructor Description ResourceRef(String resourceClass, String description, String scope, String auth)Resource Reference.ResourceRef(String resourceClass, String description, String scope, String auth, String factory, String factoryLocation)Resource Reference.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFactoryClassName()Retrieves the class name of the factory of the object to which this reference refers.StringtoString()Return a String rendering of this object.
-
-
-
Field Detail
-
DEFAULT_FACTORY
public static final String DEFAULT_FACTORY
Default factory for this reference.- See Also:
- Constant Field Values
-
DESCRIPTION
public static final String DESCRIPTION
Description address type.- See Also:
- Constant Field Values
-
SCOPE
public static final String SCOPE
Scope address type.- See Also:
- Constant Field Values
-
AUTH
public static final String AUTH
Auth address type.- See Also:
- Constant Field Values
-
-
Method Detail
-
getFactoryClassName
public String getFactoryClassName()
Retrieves the class name of the factory of the object to which this reference refers.- Overrides:
getFactoryClassNamein classReference
-
-