Interface ManagedResource
-
- All Known Implementing Classes:
ConnectionWrapper
public interface ManagedResourceObjects that implement this interface can be returned from a ResourceFactory- Version:
- $Revision: 1.3 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetResourceFactoryName()Return the name of the resource factory that allocated this objectvoidsetResourceFactoryName(java.lang.String name)Set the name of the resource factory that allocated this resource
-
-
-
Method Detail
-
setResourceFactoryName
void setResourceFactoryName(java.lang.String name)
Set the name of the resource factory that allocated this resource- Parameters:
name- The new name
-
getResourceFactoryName
java.lang.String getResourceFactoryName()
Return the name of the resource factory that allocated this object- Returns:
- The name
-
-