|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--javax.naming.Reference
|
+--org.apache.naming.ResourceEnvRef
Represents a reference address to a resource environment.
| Field Summary | |
static java.lang.String |
DEFAULT_FACTORY
Default factory for this reference. |
| Fields inherited from class javax.naming.Reference |
addrs,
classFactory,
classFactoryLocation,
className |
| Constructor Summary | |
ResourceEnvRef(java.lang.String resourceType)
Resource env reference. |
|
ResourceEnvRef(java.lang.String resourceType,
java.lang.String factory,
java.lang.String factoryLocation)
Resource env reference. |
|
| Method Summary | |
java.lang.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 java.lang.String DEFAULT_FACTORY
| Constructor Detail |
public ResourceEnvRef(java.lang.String resourceType)
type - Type
public ResourceEnvRef(java.lang.String resourceType,
java.lang.String factory,
java.lang.String factoryLocation)
type - Type| Method Detail |
public java.lang.String getFactoryClassName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||