org.LexGrid.LexBIG.cagrid.LexEVSGridService.Filter.service.globus.resource
Class FilterResourceBase

java.lang.Object
  extended by gov.nih.nci.cagrid.introduce.servicetools.ReflectionResource
      extended by org.LexGrid.LexBIG.cagrid.LexEVSGridService.Filter.service.globus.resource.FilterResourceBase
All Implemented Interfaces:
org.globus.wsrf.RemoveCallback, org.globus.wsrf.Resource, org.globus.wsrf.ResourceIdentifier, org.globus.wsrf.ResourceLifetime, org.globus.wsrf.ResourceProperties
Direct Known Subclasses:
FilterResource

public abstract class FilterResourceBase
extends gov.nih.nci.cagrid.introduce.servicetools.ReflectionResource
implements org.globus.wsrf.Resource, org.globus.wsrf.RemoveCallback

DO NOT EDIT: This class is autogenerated! This class is the base class of the resource type created for this service. It contains accessor and utility methods for managing any resource properties of these resource as well as code for registering any properties selected to the index service.


Constructor Summary
FilterResourceBase()
           
 
Method Summary
 FilterResourceConfiguration getConfiguration()
           
 org.globus.wsrf.ResourceKey getResourceKey()
           
 void initialize(java.lang.Object resourceBean, javax.xml.namespace.QName resourceElementQName, java.lang.Object id)
           
 void refreshRegistration(boolean forceRefresh)
          This checks the configuration file, and attempts to register to the IndexService if shouldPerformRegistration==true.
 void remove()
           
 void setTerminationTime(java.util.Calendar time)
           
 
Methods inherited from class gov.nih.nci.cagrid.introduce.servicetools.ReflectionResource
getCurrentTime, getID, getResourceBean, getResourcePropertySet, getTerminationTime
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterResourceBase

public FilterResourceBase()
Method Detail

initialize

public void initialize(java.lang.Object resourceBean,
                       javax.xml.namespace.QName resourceElementQName,
                       java.lang.Object id)
                throws org.globus.wsrf.ResourceException
Overrides:
initialize in class gov.nih.nci.cagrid.introduce.servicetools.ReflectionResource
Throws:
org.globus.wsrf.ResourceException
See Also:
Initializable.initialize()

setTerminationTime

public void setTerminationTime(java.util.Calendar time)
Specified by:
setTerminationTime in interface org.globus.wsrf.ResourceLifetime
Overrides:
setTerminationTime in class gov.nih.nci.cagrid.introduce.servicetools.ReflectionResource
See Also:
ResourceLifetime.setTerminationTime(java.util.Calendar)

getConfiguration

public FilterResourceConfiguration getConfiguration()

refreshRegistration

public void refreshRegistration(boolean forceRefresh)
This checks the configuration file, and attempts to register to the IndexService if shouldPerformRegistration==true. It will first read the current container URL, and compare it against the saved value. If the value exists, it will only try to reregister if the values are different. This exists to handle fixing the registration URL which may be incorrect during initialization, then later corrected during invocation. The existence of baseURL does not imply successful registration (a non-null registrationClient does). We will only attempt to reregister when the URL changes (to prevent attempting registration with each invocation if there is a configuration problem).


getResourceKey

public org.globus.wsrf.ResourceKey getResourceKey()

remove

public void remove()
            throws org.globus.wsrf.ResourceException
Specified by:
remove in interface org.globus.wsrf.RemoveCallback
Throws:
org.globus.wsrf.ResourceException