Package org.apache.naming
Class ResourceLinkRef
- java.lang.Object
- 
- javax.naming.Reference
- 
- org.apache.naming.AbstractRef
- 
- org.apache.naming.ResourceLinkRef
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- java.lang.Cloneable
 
 public class ResourceLinkRef extends AbstractRef Represents a reference address to a resource.- Author:
- Remy Maucherat
- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringDEFAULT_FACTORYDefault factory for this reference.static java.lang.StringGLOBALNAMEDescription address type.
 - 
Constructor SummaryConstructors Constructor Description ResourceLinkRef(java.lang.String resourceClass, java.lang.String globalName, java.lang.String factory, java.lang.String factoryLocation)ResourceLink Reference.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringgetDefaultFactoryClassName()- 
Methods inherited from class org.apache.naming.AbstractRefgetFactoryClassName, toString
 
- 
 
- 
- 
- 
Field Detail- 
DEFAULT_FACTORYpublic static final java.lang.String DEFAULT_FACTORY Default factory for this reference.- See Also:
- Constant Field Values
 
 - 
GLOBALNAMEpublic static final java.lang.String GLOBALNAME Description address type.- See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
ResourceLinkRefpublic ResourceLinkRef(java.lang.String resourceClass, java.lang.String globalName, java.lang.String factory, java.lang.String factoryLocation)ResourceLink Reference.- Parameters:
- resourceClass- Resource class
- globalName- Global name
- factory- The possibly null class name of the object's factory.
- factoryLocation- The possibly null location from which to load the factory (e.g. URL)
 
 
- 
 - 
Method Detail- 
getDefaultFactoryClassNameprotected java.lang.String getDefaultFactoryClassName() - Specified by:
- getDefaultFactoryClassNamein class- AbstractRef
 
 
- 
 
-