Interface ManagedResource
- All Known Implementing Classes:
ConnectionWrapper
public interface ManagedResource
Objects that implement this interface can be returned from a ResourceFactory
- Version:
- $Revision: 1.3 $
-
Method Summary
Modifier and TypeMethodDescriptionReturn the name of the resource factory that allocated this objectvoid
setResourceFactoryName
(String name) Set the name of the resource factory that allocated this resource
-
Method Details
-
setResourceFactoryName
Set the name of the resource factory that allocated this resource- Parameters:
name
- The new name
-
getResourceFactoryName
String getResourceFactoryName()Return the name of the resource factory that allocated this object- Returns:
- The name
-