com.intel.gpe.clients.api.workflow.gridlet
Interface GridletJobClient

All Superinterfaces:
JobClient, ServiceClient, WSLTClient, WSRFClient, WSRPClient

public interface GridletJobClient
extends JobClient

Author:
Alexander Lukichev

Method Summary
 WSRFClient getEndpointReference(java.lang.String name)
          Get the client class for the resource that is pointed by the specified variable.
 java.util.List<Variable> getVariables()
          Get the list of the variables of the workflow.
 
Methods inherited from interface com.intel.gpe.clients.api.JobClient
abort, getExecutionJSDL, getOriginalJSDL, getStatus, getSubmissionTime, getTargetSystem, getWorkingDirectory, hold, resume, start
 
Methods inherited from interface com.intel.gpe.clients.api.WSLTClient
destroy, getCurrentTime, getTerminationTime, setTerminationTime
 
Methods inherited from interface com.intel.gpe.clients.api.WSRPClient
getMultipleResourceProperties, getResourceProperty, getResourcePropertyDocument, queryXPath10Properties
 

Method Detail

getVariables

java.util.List<Variable> getVariables()
                                      throws GPEInvalidResourcePropertyQNameException,
                                             GPEResourceUnknownException,
                                             GPEUnmarshallingException,
                                             GPESecurityException,
                                             GPEMiddlewareRemoteException,
                                             GPEMiddlewareServiceException
Get the list of the variables of the workflow.

Returns:
the list of the global variables
Throws:
GPEMiddlewareServiceException
GPEMiddlewareRemoteException
GPESecurityException
GPEUnmarshallingException
GPEResourceUnknownException
GPEInvalidResourcePropertyQNameException

getEndpointReference

WSRFClient getEndpointReference(java.lang.String name)
                                throws GPEInvalidResourcePropertyQNameException,
                                       GPEResourceUnknownException,
                                       GPEUnmarshallingException,
                                       GPESecurityException,
                                       GPEMiddlewareRemoteException,
                                       GPEMiddlewareServiceException
Get the client class for the resource that is pointed by the specified variable.

Parameters:
name - The name of the partner link
Returns:
The client object (the client of JMS)
Throws:
GPEMiddlewareServiceException
GPEMiddlewareRemoteException
GPESecurityException
GPEUnmarshallingException
GPEResourceUnknownException
GPEInvalidResourcePropertyQNameException


Copyright © 2008. All Rights Reserved.