com.gargoylesoftware.base.resource
Interface ManagedResource

All Known Implementing Classes:
ConnectionWrapper

public interface ManagedResource

Objects that implement this interface can be returned from a ResourceFactory

Version:
$Revision: 1.4 $
Author:
Mike Bowler

Method Summary
 String getResourceFactoryName()
          Return the name of the resource factory that allocated this object
 void setResourceFactoryName(String name)
          Set the name of the resource factory that allocated this resource
 

Method Detail

setResourceFactoryName

public void setResourceFactoryName(String name)
Set the name of the resource factory that allocated this resource

Parameters:
name - The new name

getResourceFactoryName

public String getResourceFactoryName()
Return the name of the resource factory that allocated this object

Returns:
The name


Copyright © 1998-2005 Gargoyle Software Inc.. All Rights Reserved.