Class AbstractRef
java.lang.Object
javax.naming.Reference
org.apache.naming.AbstractRef
- All Implemented Interfaces:
Serializable, Cloneable
- Direct Known Subclasses:
EjbRef, HandlerRef, LookupRef, ResourceEnvRef, ResourceLinkRef, ResourceRef, ServiceRef, TransactionRef
-
Field Summary
Fields inherited from class Reference
addrs, classFactory, classFactoryLocation, className -
Constructor Summary
ConstructorsConstructorDescriptionAbstractRef(String className) Constructs a newAbstractRefwith the specified class name.AbstractRef(String className, String factory, String factoryLocation) Constructs a newAbstractRefwith the specified class name, factory class name, and factory location. -
Method Summary
-
Constructor Details
-
AbstractRef
Constructs a newAbstractRefwith the specified class name.- Parameters:
className- The non-null class name
-
AbstractRef
-
-
Method Details
-
getFactoryClassName
- Overrides:
getFactoryClassNamein classReference
-
getDefaultFactoryClassName
Returns the default factory class name.- Returns:
- the default factory class name
-
toString
-