|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JobClient
The client interface to manage the job management resource.
| Method Summary | ||
|---|---|---|
void |
abort()
Abort the job. |
|
|
getExecutionJSDL()
|
|
|
getOriginalJSDL()
|
|
|
getStatus()
|
|
java.util.Calendar |
getSubmissionTime()
|
|
|
getTargetSystem()
|
|
|
getWorkingDirectory()
|
|
void |
hold()
Hold (suspend) the job. |
|
void |
resume()
Resume the suspended job. |
|
void |
start()
Start the job. |
|
| 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 |
|---|
void start()
throws GPEJobNotStartedException,
GPEResourceUnknownException,
GPEMiddlewareRemoteException,
GPEMiddlewareServiceException,
GPESecurityException
GPEJobNotStartedException - If job failed to start
GPEResourceUnknownException - If WSRF-HE fails to find a resource with corresponding identifier
GPESecurityException - If client fails to setup security
GPEMiddlewareRemoteException - If middleware throws an analogue of RemoreException
GPEMiddlewareServiceException - If middleware throws an analogue of ServiceException
<StatysType extends Status> Status getStatus()
throws GPEInvalidResourcePropertyQNameException,
GPEResourceUnknownException,
GPEUnmarshallingException,
GPESecurityException,
GPEMiddlewareRemoteException,
GPEMiddlewareServiceException
GPEInvalidResourcePropertyQNameException - If corresponding job resource does not provide Status property
GPEResourceUnknownException - If WSRF-HE fails to find a resource with corresponding identifier
GPEUnmarshallingException - If something bad happens during convertation from XML to resource property object
GPESecurityException - If client fails to setup security
GPEMiddlewareRemoteException - If middleware throws an analogue of RemoreException
GPEMiddlewareServiceException - If middleware throws an analogue of ServiceException
<JobDefinitionType extends Job> JobDefinitionType getOriginalJSDL()
throws GPEInvalidResourcePropertyQNameException,
GPEResourceUnknownException,
GPEUnmarshallingException,
GPESecurityException,
GPEMiddlewareRemoteException,
GPEMiddlewareServiceException
jms:OriginalJSDL resource property
GPEInvalidResourcePropertyQNameException - If corresponding job resource does not provide OriginalJSDL property
GPEResourceUnknownException - If WSRF-HE fails to find a resource with corresponding identifier
GPEUnmarshallingException - If something bad happens during convertation from XML to resource property object
GPESecurityException - If client fails to setup security
GPEMiddlewareRemoteException - If middleware throws an analogue of RemoreException
GPEMiddlewareServiceException - If middleware throws an analogue of ServiceException
<JobDefinitionType extends Job> JobDefinitionType getExecutionJSDL()
throws GPEInvalidResourcePropertyQNameException,
GPEResourceUnknownException,
GPEUnmarshallingException,
GPESecurityException,
GPEMiddlewareRemoteException,
GPEMiddlewareServiceException
jms:ExecutionJSDL resource property
GPEInvalidResourcePropertyQNameException - If corresponding job resource does not provide ExecutionJSDL property
GPEResourceUnknownException - If WSRF-HE fails to find a resource with corresponding identifier
GPEUnmarshallingException - If something bad happens during convertation from XML to resource property object
GPESecurityException - If client fails to setup security
GPEMiddlewareRemoteException - If middleware throws an analogue of RemoreException
GPEMiddlewareServiceException - If middleware throws an analogue of ServiceException
<TargetSystemClientType extends TargetSystemClient> TargetSystemClientType getTargetSystem()
throws GPEInvalidResourcePropertyQNameException,
GPEResourceUnknownException,
GPEUnmarshallingException,
GPESecurityException,
GPEMiddlewareRemoteException,
GPEMiddlewareServiceException
GPEInvalidResourcePropertyQNameException - If corresponding job resource does not provide TargetSystem property
GPEResourceUnknownException - If WSRF-HE fails to find a resource with corresponding identifier
GPEUnmarshallingException - If something bad happens during convertation from XML to resource property object
GPESecurityException - If client fails to setup security
GPEMiddlewareRemoteException - If middleware throws an analogue of RemoreException
GPEMiddlewareServiceException - If middleware throws an analogue of ServiceException
void abort()
throws GPEMiddlewareServiceException,
GPESecurityException,
GPEResourceUnknownException,
GPEJobNotAbortedException,
GPEMiddlewareRemoteException
GPEJobNotAbortedException - If job failed to abort
GPEResourceUnknownException - If WSRF-HE fails to find a resource with corresponding identifier
GPESecurityException - If client fails to setup security
GPEMiddlewareRemoteException - If middleware throws an analogue of RemoreException
GPEMiddlewareServiceException - If middleware throws an analogue of ServiceException
void hold()
throws GPEMiddlewareServiceException,
GPESecurityException,
GPEJobNotHeldException,
GPEResourceUnknownException,
GPEMiddlewareRemoteException
GPEJobNotHeldException - If job failed to held
GPEResourceUnknownException - If WSRF-HE fails to find a resource with corresponding identifier
GPESecurityException - If client fails to setup security
GPEMiddlewareRemoteException - If middleware throws an analogue of RemoreException
GPEMiddlewareServiceException - If middleware throws an analogue of ServiceException
void resume()
throws GPEMiddlewareServiceException,
GPESecurityException,
GPEResourceUnknownException,
GPEJobNotResumedException,
GPEMiddlewareRemoteException
GPEJobNotResumedException - If job failed to resume
GPEResourceUnknownException - If WSRF-HE fails to find a resource with corresponding identifier
GPESecurityException - If client fails to setup security
GPEMiddlewareRemoteException - If middleware throws an analogue of RemoreException
GPEMiddlewareServiceException - If middleware throws an analogue of ServiceException
<StorageClientType extends StorageClient> StorageClientType getWorkingDirectory()
throws GPEInvalidResourcePropertyQNameException,
GPEResourceUnknownException,
GPEUnmarshallingException,
GPESecurityException,
GPEMiddlewareRemoteException,
GPEMiddlewareServiceException
GPEInvalidResourcePropertyQNameException - If corresponding job resource does not provide WorkingDirectory property
GPEResourceUnknownException - If WSRF-HE fails to find a resource with corresponding identifier
GPEUnmarshallingException - If something bad happens during convertation from XML to resource property object
GPESecurityException - If client fails to setup security
GPEMiddlewareRemoteException - If middleware throws an analogue of RemoreException
GPEMiddlewareServiceException - If middleware throws an analogue of ServiceException
java.util.Calendar getSubmissionTime()
throws GPEResourceUnknownException,
GPEInvalidResourcePropertyQNameException,
GPESecurityException,
GPEUnmarshallingException,
GPEMiddlewareRemoteException,
GPEMiddlewareServiceException
GPESecurityException - If client fails to setup security
GPEInvalidResourcePropertyQNameException - If resource does not provide TerminationTime property
GPEResourceUnknownException - If WSRF-HE fails to find a resource with corresponding identifier
GPEUnmarshallingException
GPEMiddlewareRemoteException
GPEMiddlewareServiceException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||