gov.nih.nci.cagrid.bdt.service.globus.resource
Class BDTResourceBase

java.lang.Object
  extended by gov.nih.nci.cagrid.bdt.service.globus.resource.BDTResourceBase
All Implemented Interfaces:
org.globus.wsrf.jndi.Initializable, org.globus.wsrf.RemoveCallback, org.globus.wsrf.Resource, org.globus.wsrf.ResourceIdentifier, org.globus.wsrf.ResourceLifetime, org.globus.wsrf.ResourceProperties

public abstract class BDTResourceBase
extends java.lang.Object
implements org.globus.wsrf.Resource, org.globus.wsrf.RemoveCallback, org.globus.wsrf.ResourceIdentifier, org.globus.wsrf.ResourceLifetime, org.globus.wsrf.ResourceProperties, org.globus.wsrf.jndi.Initializable


Constructor Summary
BDTResourceBase()
           
 
Method Summary
 java.util.Calendar getCurrentTime()
           
 java.lang.Object getID()
           
 org.globus.wsrf.ResourcePropertySet getResourcePropertySet()
           
 java.util.Calendar getTerminationTime()
           
 void initialize()
           
 void setTerminationTime(java.util.Calendar time)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.globus.wsrf.RemoveCallback
remove
 

Constructor Detail

BDTResourceBase

public BDTResourceBase()
Method Detail

getID

public java.lang.Object getID()
Specified by:
getID in interface org.globus.wsrf.ResourceIdentifier
See Also:
ResourceIdentifier.getID()

initialize

public final void initialize()
                      throws java.lang.Exception
Specified by:
initialize in interface org.globus.wsrf.jndi.Initializable
Throws:
java.lang.Exception
See Also:
Initializable.initialize()

setTerminationTime

public void setTerminationTime(java.util.Calendar time)
Specified by:
setTerminationTime in interface org.globus.wsrf.ResourceLifetime
See Also:
ResourceLifetime.setTerminationTime(java.util.Calendar)

getTerminationTime

public java.util.Calendar getTerminationTime()
Specified by:
getTerminationTime in interface org.globus.wsrf.ResourceLifetime
See Also:
ResourceLifetime.getTerminationTime()

getCurrentTime

public java.util.Calendar getCurrentTime()
Specified by:
getCurrentTime in interface org.globus.wsrf.ResourceLifetime
See Also:
ResourceLifetime.getCurrentTime()

getResourcePropertySet

public org.globus.wsrf.ResourcePropertySet getResourcePropertySet()
Specified by:
getResourcePropertySet in interface org.globus.wsrf.ResourceProperties
See Also:
ResourceProperties.getResourcePropertySet()