org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeGraph.client
Class CodedNodeGraphClient

java.lang.Object
  extended by gov.nih.nci.cagrid.introduce.security.client.ServiceSecurityClient
      extended by org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeGraph.client.CodedNodeGraphClient
All Implemented Interfaces:
gov.nih.nci.cagrid.introduce.security.common.ServiceSecurityI, CodedNodeGraphI

public class CodedNodeGraphClient
extends gov.nih.nci.cagrid.introduce.security.client.ServiceSecurityClient
implements CodedNodeGraphI

This class is autogenerated, DO NOT EDIT GENERATED GRID SERVICE ACCESS METHODS. This client is generated automatically by Introduce to provide a clean unwrapped API to the service. On construction the class instance will contact the remote service and retrieve it's security metadata description which it will use to configure the Stub specifically for each method call.


Constructor Summary
CodedNodeGraphClient(org.apache.axis.message.addressing.EndpointReferenceType epr)
           
CodedNodeGraphClient(org.apache.axis.message.addressing.EndpointReferenceType epr, org.globus.gsi.GlobusCredential proxy)
           
CodedNodeGraphClient(java.lang.String url)
           
CodedNodeGraphClient(java.lang.String url, org.globus.gsi.GlobusCredential proxy)
           
 
Method Summary
 org.LexGrid.LexBIG.DataModel.cagrid.CodeRelationship areCodesRelated(org.LexGrid.LexBIG.DataModel.cagrid.RelationshipTypeBasedPolicy relationshipTypeBasedPolicy, org.LexGrid.LexBIG.DataModel.Core.NameAndValue nameAndValue)
          Determine whether there is an directed edge (or transitive closure of an edge) from the source code to the target code in this graph.
 org.oasis.wsrf.lifetime.DestroyResponse destroy(org.oasis.wsrf.lifetime.Destroy params)
           
 org.oasis.wsrf.properties.GetMultipleResourcePropertiesResponse getMultipleResourceProperties(org.oasis.wsrf.properties.GetMultipleResourceProperties_Element params)
           
 org.oasis.wsrf.properties.GetResourcePropertyResponse getResourceProperty(javax.xml.namespace.QName params)
           
 void intersect(org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeGraph.stubs.types.CodedNodeGraphReference graph)
          Return the set of concepts and associations that are present in both graphs.
 org.LexGrid.LexBIG.DataModel.cagrid.CodeExistence isCodeInGraph(org.LexGrid.LexBIG.DataModel.Core.ConceptReference code)
          Determine whether the supplied concept code is in the graph.
 org.LexGrid.LexBIG.DataModel.Collections.ConceptReferenceList listCodeRelationships(org.LexGrid.LexBIG.DataModel.cagrid.RelationshipTypeBasedPolicy relationshipTypeBasedPolicy)
          Return a list of all of the associations in the graph that have the supplied source and target concepts or, if directOnly is false, all associations whose transitive closure has the supplied associations.
 org.LexGrid.LexBIG.DataModel.Collections.ConceptReferenceList listCodeRelationships2(org.LexGrid.LexBIG.DataModel.cagrid.RelationshipDistanceBasedPolicy relationshipDistanceBasedPolicy)
          Return a list of all of the associations in the graph that have the supplied source and target concepts based on distance between them.
static void main(java.lang.String[] args)
           
 org.oasis.wsrf.properties.QueryResourcePropertiesResponse queryResourceProperties(org.oasis.wsrf.properties.QueryResourceProperties_Element params)
           
 org.LexGrid.LexBIG.DataModel.Collections.ResolvedConceptReferenceList resolveAsList(org.LexGrid.LexBIG.DataModel.cagrid.GraphResolutionPolicy graphResolutionPolicy)
          Resolve all of the coded nodes in the list, sorting by the supplied property (if any), resolving the supplied properties, resolving coded entries to the supplied depth and resolving associations to the supplied * depth.
 void restrictToAssociations(org.LexGrid.LexBIG.DataModel.Collections.NameAndValueList associations, org.LexGrid.LexBIG.DataModel.Collections.NameAndValueList associationQualifiers)
          Restrict the graph to the nodes that participate as a source or target of the named association and, if supplied, the named association qualifiers.
 void restrictToCodes(org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.stubs.types.CodedNodeSetReference codes)
          Return a graph that contains only the codes that are present in the supplied list, and all edges that still have a source and target code remaining.
 void restrictToCodeSystem(org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeIdentification codingSchemeIdentification)
          Restrict the graph to concept codes (source and target) that originate from the supplied code system.
 void restrictToDirectionalNames(org.LexGrid.LexBIG.DataModel.Collections.NameAndValueList directionalNames, org.LexGrid.LexBIG.DataModel.Collections.NameAndValueList associationQualifiers)
          Restrict the graph to the nodes that participate as a source or target of an association whose directional name matches the one provided and, if supplied, * the named association qualifiers.
 void restrictToSourceCodes(org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.stubs.types.CodedNodeSetReference codes)
          Restrict the graph to associations that have one of the codes in the supplied list as source codes.
 void restrictToSourceCodeSystem(org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeIdentification codingSchemeIdentification)
          Restrict the graph to concept codes (source and target) that originate from the supplied code system.
 void restrictToTargetCodes(org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.stubs.types.CodedNodeSetReference codes)
          Restrict the graph to associations that have one of the codes in the supplied list as target codes.
 void restrictToTargetCodeSystem(org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeIdentification codingSchemeIdentification)
          Restrict the graph to edges that have concepts derived from the supplied code system as a target.
 org.oasis.wsrf.lifetime.SetTerminationTimeResponse setTerminationTime(org.oasis.wsrf.lifetime.SetTerminationTime params)
           
 CodedNodeSetClient toNodeList(org.LexGrid.LexBIG.DataModel.cagrid.NodeListPolicy nodeListPolicy)
          Transform the graph into a simple of list of concept codes, removing all association information.
 void union(org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeGraph.stubs.types.CodedNodeGraphReference graph)
          Return the union of the two graphs.
static void usage()
           
 
Methods inherited from class gov.nih.nci.cagrid.introduce.security.client.ServiceSecurityClient
getAuthorization, getDelegationMode, getEndpointReference, getProxy, getServiceSecurityMetadata, setAuthorization, setDelegationMode, setProxy
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CodedNodeGraphClient

public CodedNodeGraphClient(java.lang.String url)
                     throws org.apache.axis.types.URI.MalformedURIException,
                            java.rmi.RemoteException
Throws:
org.apache.axis.types.URI.MalformedURIException
java.rmi.RemoteException

CodedNodeGraphClient

public CodedNodeGraphClient(java.lang.String url,
                            org.globus.gsi.GlobusCredential proxy)
                     throws org.apache.axis.types.URI.MalformedURIException,
                            java.rmi.RemoteException
Throws:
org.apache.axis.types.URI.MalformedURIException
java.rmi.RemoteException

CodedNodeGraphClient

public CodedNodeGraphClient(org.apache.axis.message.addressing.EndpointReferenceType epr)
                     throws org.apache.axis.types.URI.MalformedURIException,
                            java.rmi.RemoteException
Throws:
org.apache.axis.types.URI.MalformedURIException
java.rmi.RemoteException

CodedNodeGraphClient

public CodedNodeGraphClient(org.apache.axis.message.addressing.EndpointReferenceType epr,
                            org.globus.gsi.GlobusCredential proxy)
                     throws org.apache.axis.types.URI.MalformedURIException,
                            java.rmi.RemoteException
Throws:
org.apache.axis.types.URI.MalformedURIException
java.rmi.RemoteException
Method Detail

usage

public static void usage()

main

public static void main(java.lang.String[] args)

resolveAsList

public org.LexGrid.LexBIG.DataModel.Collections.ResolvedConceptReferenceList resolveAsList(org.LexGrid.LexBIG.DataModel.cagrid.GraphResolutionPolicy graphResolutionPolicy)
                                                                                    throws java.rmi.RemoteException,
                                                                                           org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess,
                                                                                           org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBInvocationException,
                                                                                           org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBParameterException
Description copied from interface: CodedNodeGraphI
Resolve all of the coded nodes in the list, sorting by the supplied property (if any), resolving the supplied properties, resolving coded entries to the supplied depth and resolving associations to the supplied * depth.

Specified by:
resolveAsList in interface CodedNodeGraphI
Throws:
InvalidServiceContextAccess
LBInvocationException
LBParameterException
java.rmi.RemoteException

listCodeRelationships

public org.LexGrid.LexBIG.DataModel.Collections.ConceptReferenceList listCodeRelationships(org.LexGrid.LexBIG.DataModel.cagrid.RelationshipTypeBasedPolicy relationshipTypeBasedPolicy)
                                                                                    throws java.rmi.RemoteException,
                                                                                           org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess,
                                                                                           org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBInvocationException,
                                                                                           org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBParameterException
Description copied from interface: CodedNodeGraphI
Return a list of all of the associations in the graph that have the supplied source and target concepts or, if directOnly is false, all associations whose transitive closure has the supplied associations.

Specified by:
listCodeRelationships in interface CodedNodeGraphI
Throws:
InvalidServiceContextAccess
LBInvocationException
LBParameterException
java.rmi.RemoteException

restrictToSourceCodeSystem

public void restrictToSourceCodeSystem(org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeIdentification codingSchemeIdentification)
                                throws java.rmi.RemoteException,
                                       org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess,
                                       org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBInvocationException,
                                       org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBParameterException
Description copied from interface: CodedNodeGraphI
Restrict the graph to concept codes (source and target) that originate from the supplied code system. Note: edges defined by other code systems will still be resolved if associated with both source and target nodes for the restricted code system.

Specified by:
restrictToSourceCodeSystem in interface CodedNodeGraphI
Throws:
InvalidServiceContextAccess
LBInvocationException
LBParameterException
java.rmi.RemoteException

restrictToTargetCodeSystem

public void restrictToTargetCodeSystem(org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeIdentification codingSchemeIdentification)
                                throws java.rmi.RemoteException,
                                       org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess,
                                       org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBInvocationException,
                                       org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBParameterException
Description copied from interface: CodedNodeGraphI
Restrict the graph to edges that have concepts derived from the supplied code system as a target.

Specified by:
restrictToTargetCodeSystem in interface CodedNodeGraphI
Throws:
InvalidServiceContextAccess
LBInvocationException
LBParameterException
java.rmi.RemoteException

restrictToCodeSystem

public void restrictToCodeSystem(org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeIdentification codingSchemeIdentification)
                          throws java.rmi.RemoteException,
                                 org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess,
                                 org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBInvocationException,
                                 org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBParameterException
Description copied from interface: CodedNodeGraphI
Restrict the graph to concept codes (source and target) that originate from the supplied code system. Note: edges defined by other code systems will still be resolved if associated with both source and target nodes for the restricted code system.

Specified by:
restrictToCodeSystem in interface CodedNodeGraphI
Throws:
InvalidServiceContextAccess
LBInvocationException
LBParameterException
java.rmi.RemoteException

restrictToTargetCodes

public void restrictToTargetCodes(org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.stubs.types.CodedNodeSetReference codes)
                           throws java.rmi.RemoteException,
                                  org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess,
                                  org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBInvocationException,
                                  org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBParameterException
Description copied from interface: CodedNodeGraphI
Restrict the graph to associations that have one of the codes in the supplied list as target codes.

Specified by:
restrictToTargetCodes in interface CodedNodeGraphI
Throws:
InvalidServiceContextAccess
LBInvocationException
LBParameterException
java.rmi.RemoteException

restrictToSourceCodes

public void restrictToSourceCodes(org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.stubs.types.CodedNodeSetReference codes)
                           throws java.rmi.RemoteException,
                                  org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess,
                                  org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBInvocationException,
                                  org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBParameterException
Description copied from interface: CodedNodeGraphI
Restrict the graph to associations that have one of the codes in the supplied list as source codes.

Specified by:
restrictToSourceCodes in interface CodedNodeGraphI
Throws:
InvalidServiceContextAccess
LBInvocationException
LBParameterException
java.rmi.RemoteException

restrictToDirectionalNames

public void restrictToDirectionalNames(org.LexGrid.LexBIG.DataModel.Collections.NameAndValueList directionalNames,
                                       org.LexGrid.LexBIG.DataModel.Collections.NameAndValueList associationQualifiers)
                                throws java.rmi.RemoteException,
                                       org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess,
                                       org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBInvocationException,
                                       org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBParameterException
Description copied from interface: CodedNodeGraphI
Restrict the graph to the nodes that participate as a source or target of an association whose directional name matches the one provided and, if supplied, * the named association qualifiers. * A directional name is considered to be either the forward or reverse label * registered to an association defined by the ontology. Forward and reverse names * are optionally assigned to each association. For example, an association 'lineage' may have a forward name 'ancestorOf' and reverse name 'descendentOf'.

Specified by:
restrictToDirectionalNames in interface CodedNodeGraphI
Throws:
InvalidServiceContextAccess
LBInvocationException
LBParameterException
java.rmi.RemoteException

restrictToAssociations

public void restrictToAssociations(org.LexGrid.LexBIG.DataModel.Collections.NameAndValueList associations,
                                   org.LexGrid.LexBIG.DataModel.Collections.NameAndValueList associationQualifiers)
                            throws java.rmi.RemoteException,
                                   org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess,
                                   org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBInvocationException,
                                   org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBParameterException
Description copied from interface: CodedNodeGraphI
Restrict the graph to the nodes that participate as a source or target of the named association and, if supplied, the named association qualifiers.

Specified by:
restrictToAssociations in interface CodedNodeGraphI
Throws:
InvalidServiceContextAccess
LBInvocationException
LBParameterException
java.rmi.RemoteException

restrictToCodes

public void restrictToCodes(org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.stubs.types.CodedNodeSetReference codes)
                     throws java.rmi.RemoteException,
                            org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess,
                            org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBInvocationException,
                            org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBParameterException
Description copied from interface: CodedNodeGraphI
Return a graph that contains only the codes that are present in the supplied list, and all edges that still have a source and target code remaining.

Specified by:
restrictToCodes in interface CodedNodeGraphI
Throws:
InvalidServiceContextAccess
LBInvocationException
LBParameterException
java.rmi.RemoteException

intersect

public void intersect(org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeGraph.stubs.types.CodedNodeGraphReference graph)
               throws java.rmi.RemoteException,
                      org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess,
                      org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBInvocationException,
                      org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBParameterException
Description copied from interface: CodedNodeGraphI
Return the set of concepts and associations that are present in both graphs.

Specified by:
intersect in interface CodedNodeGraphI
Throws:
InvalidServiceContextAccess
LBInvocationException
LBParameterException
java.rmi.RemoteException

union

public void union(org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeGraph.stubs.types.CodedNodeGraphReference graph)
           throws java.rmi.RemoteException,
                  org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess,
                  org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBInvocationException,
                  org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBParameterException
Description copied from interface: CodedNodeGraphI
Return the union of the two graphs. Union, in this context, means that the resulting graph contains the unique set of coded entries (String independent) that are present in one or both of the graphs, and the unique combination of edges (associations) present in one or both of the graphs.

Specified by:
union in interface CodedNodeGraphI
Throws:
InvalidServiceContextAccess
LBInvocationException
LBParameterException
java.rmi.RemoteException

isCodeInGraph

public org.LexGrid.LexBIG.DataModel.cagrid.CodeExistence isCodeInGraph(org.LexGrid.LexBIG.DataModel.Core.ConceptReference code)
                                                                throws java.rmi.RemoteException,
                                                                       org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess,
                                                                       org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBInvocationException,
                                                                       org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBParameterException
Description copied from interface: CodedNodeGraphI
Determine whether the supplied concept code is in the graph.

Specified by:
isCodeInGraph in interface CodedNodeGraphI
Throws:
InvalidServiceContextAccess
LBInvocationException
LBParameterException
java.rmi.RemoteException

toNodeList

public CodedNodeSetClient toNodeList(org.LexGrid.LexBIG.DataModel.cagrid.NodeListPolicy nodeListPolicy)
                              throws java.rmi.RemoteException,
                                     org.apache.axis.types.URI.MalformedURIException,
                                     org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess,
                                     org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBInvocationException,
                                     org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBParameterException
Description copied from interface: CodedNodeGraphI
Transform the graph into a simple of list of concept codes, removing all association information.

Specified by:
toNodeList in interface CodedNodeGraphI
Throws:
InvalidServiceContextAccess
LBInvocationException
LBParameterException
java.rmi.RemoteException
org.apache.axis.types.URI.MalformedURIException

areCodesRelated

public org.LexGrid.LexBIG.DataModel.cagrid.CodeRelationship areCodesRelated(org.LexGrid.LexBIG.DataModel.cagrid.RelationshipTypeBasedPolicy relationshipTypeBasedPolicy,
                                                                            org.LexGrid.LexBIG.DataModel.Core.NameAndValue nameAndValue)
                                                                     throws java.rmi.RemoteException,
                                                                            org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess,
                                                                            org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBInvocationException,
                                                                            org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBParameterException
Description copied from interface: CodedNodeGraphI
Determine whether there is an directed edge (or transitive closure of an edge) from the source code to the target code in this graph. The last parameter determines whether only direct associations are considered or whether the transitive closure of the edge is used.

Specified by:
areCodesRelated in interface CodedNodeGraphI
Throws:
InvalidServiceContextAccess
LBInvocationException
LBParameterException
java.rmi.RemoteException

listCodeRelationships2

public org.LexGrid.LexBIG.DataModel.Collections.ConceptReferenceList listCodeRelationships2(org.LexGrid.LexBIG.DataModel.cagrid.RelationshipDistanceBasedPolicy relationshipDistanceBasedPolicy)
                                                                                     throws java.rmi.RemoteException,
                                                                                            org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.InvalidServiceContextAccess,
                                                                                            org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBInvocationException,
                                                                                            org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs.types.LBParameterException
Description copied from interface: CodedNodeGraphI
Return a list of all of the associations in the graph that have the supplied source and target concepts based on distance between them. Distance (or the No. of edges) for a direct association between a source and target codes is 1. Values if distance should be equal or greater than 1, otherwise exception is thrown. Resulting list is not based on associations source & target have, but on distance only.

Specified by:
listCodeRelationships2 in interface CodedNodeGraphI
Throws:
InvalidServiceContextAccess
LBInvocationException
LBParameterException
java.rmi.RemoteException

getMultipleResourceProperties

public org.oasis.wsrf.properties.GetMultipleResourcePropertiesResponse getMultipleResourceProperties(org.oasis.wsrf.properties.GetMultipleResourceProperties_Element params)
                                                                                              throws java.rmi.RemoteException
Specified by:
getMultipleResourceProperties in interface CodedNodeGraphI
Throws:
java.rmi.RemoteException

getResourceProperty

public org.oasis.wsrf.properties.GetResourcePropertyResponse getResourceProperty(javax.xml.namespace.QName params)
                                                                          throws java.rmi.RemoteException
Specified by:
getResourceProperty in interface CodedNodeGraphI
Throws:
java.rmi.RemoteException

queryResourceProperties

public org.oasis.wsrf.properties.QueryResourcePropertiesResponse queryResourceProperties(org.oasis.wsrf.properties.QueryResourceProperties_Element params)
                                                                                  throws java.rmi.RemoteException
Specified by:
queryResourceProperties in interface CodedNodeGraphI
Throws:
java.rmi.RemoteException

destroy

public org.oasis.wsrf.lifetime.DestroyResponse destroy(org.oasis.wsrf.lifetime.Destroy params)
                                                throws java.rmi.RemoteException
Specified by:
destroy in interface CodedNodeGraphI
Throws:
java.rmi.RemoteException

setTerminationTime

public org.oasis.wsrf.lifetime.SetTerminationTimeResponse setTerminationTime(org.oasis.wsrf.lifetime.SetTerminationTime params)
                                                                      throws java.rmi.RemoteException
Specified by:
setTerminationTime in interface CodedNodeGraphI
Throws:
java.rmi.RemoteException