org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.service.globus.resource
Class CodedNodeSetResource
java.lang.Object
gov.nih.nci.cagrid.introduce.servicetools.ReflectionResource
org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.service.globus.resource.CodedNodeSetResourceBase
org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.service.globus.resource.CodedNodeSetResource
- All Implemented Interfaces:
- org.globus.wsrf.RemoveCallback, org.globus.wsrf.Resource, org.globus.wsrf.ResourceIdentifier, org.globus.wsrf.ResourceLifetime, org.globus.wsrf.ResourceProperties
public class CodedNodeSetResource
- extends CodedNodeSetResourceBase
The implementation of this CodedNodeSetResource type.
Method Summary |
org.LexGrid.LexBIG.LexBIGService.CodedNodeSet |
getCodedNodeSet()
|
void |
remove()
This is the callback to destroy this resource. |
void |
setCodedNodeSet(org.LexGrid.LexBIG.LexBIGService.CodedNodeSet cns)
|
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 |
CodedNodeSetResource
public CodedNodeSetResource()
remove
public void remove()
throws org.globus.wsrf.ResourceException
- This is the callback to destroy this resource. If anything needs to be cleaned up
when this resource is destroyed it should be done here.
- Specified by:
remove
in interface org.globus.wsrf.RemoveCallback
- Overrides:
remove
in class CodedNodeSetResourceBase
- Throws:
org.globus.wsrf.ResourceException
setCodedNodeSet
public void setCodedNodeSet(org.LexGrid.LexBIG.LexBIGService.CodedNodeSet cns)
getCodedNodeSet
public org.LexGrid.LexBIG.LexBIGService.CodedNodeSet getCodedNodeSet()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException