Referenceable
A Referenceable encapsulates the name of a factory class and the name of the type returned by that factory.
Attributes Summary
factoryClassname The classname for a class that implements the ObjectFactory interface from the javax. classname The classname for the data type returned from the factory when a lookup is performed.
Attribute Details
factoryClassname
The classname for a class that implements the ObjectFactory interface from the javax.naming package.
Data type: String
Default value: unspecified
classname
The classname for the data type returned from the factory when a lookup is performed.
Data type: String
Default value: unspecified