|
Apache Tomcat 7.0.28 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.naming.Reference org.apache.naming.ResourceLinkRef
public class ResourceLinkRef
Represents a reference address to a resource.
Field Summary | |
---|---|
static String |
DEFAULT_FACTORY
Default factory for this reference. |
static String |
GLOBALNAME
Description address type. |
Fields inherited from class javax.naming.Reference |
---|
addrs, classFactory, classFactoryLocation, className |
Constructor Summary | |
---|---|
ResourceLinkRef(String resourceClass,
String globalName)
ResourceLink Reference. |
|
ResourceLinkRef(String resourceClass,
String globalName,
String factory,
String factoryLocation)
ResourceLink Reference. |
Method Summary | |
---|---|
String |
getFactoryClassName()
Retrieves the class name of the factory of the object to which this reference refers. |
Methods inherited from class javax.naming.Reference |
---|
add, add, clear, clone, equals, get, get, getAll, getClassName, getFactoryClassLocation, hashCode, remove, size, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String DEFAULT_FACTORY
public static final String GLOBALNAME
Constructor Detail |
---|
public ResourceLinkRef(String resourceClass, String globalName)
resourceClass
- Resource classglobalName
- Global namepublic ResourceLinkRef(String resourceClass, String globalName, String factory, String factoryLocation)
resourceClass
- Resource classglobalName
- Global nameMethod Detail |
---|
public String getFactoryClassName()
getFactoryClassName
in class Reference
|
Apache Tomcat 7.0.28 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |