org.LexGrid.LexBIG.cagrid.LexEVSGridService.ResolvedConceptReferencesIterator.service.globus.resource
Class ResolvedConceptReferencesIteratorResourceBase
java.lang.Object
ReflectionResource
org.LexGrid.LexBIG.cagrid.LexEVSGridService.ResolvedConceptReferencesIterator.service.globus.resource.ResolvedConceptReferencesIteratorResourceBase
- Direct Known Subclasses:
- ResolvedConceptReferencesIteratorResource
public abstract class ResolvedConceptReferencesIteratorResourceBase
- extends ReflectionResource
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResolvedConceptReferencesIteratorResourceBase
public ResolvedConceptReferencesIteratorResourceBase()
initialize
public void initialize(java.lang.Object resourceBean,
javax.xml.namespace.QName resourceElementQName,
java.lang.Object id)
throws ResourceException
- Throws:
ResourceException
- See Also:
org.globus.wsrf.jndi.Initializable#initialize()
setTerminationTime
public void setTerminationTime(java.util.Calendar time)
- See Also:
org.globus.wsrf.ResourceLifetime#setTerminationTime(java.util.Calendar)
getConfiguration
public ResolvedConceptReferencesIteratorResourceConfiguration 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 ResourceKey getResourceKey()
setResourceKey
protected void setResourceKey(ResourceKey key)
remove
public void remove()
throws ResourceException
- Throws:
ResourceException