|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.fzj.unicore.wsrflite.xmlbeans.client.BaseWSRFClient
de.fzj.unicore.uas.client.BaseUASClient
de.fzj.unicore.uas.client.TaskClient
public class TaskClient
client for talking to a Task service
| Field Summary |
|---|
| Fields inherited from class de.fzj.unicore.wsrflite.xmlbeans.client.BaseWSRFClient |
|---|
epr, proxyMaker, retryDecider, securityProperties, url |
| Constructor Summary | |
|---|---|
TaskClient(org.w3.x2005.x08.addressing.EndpointReferenceType epr)
|
|
TaskClient(org.w3.x2005.x08.addressing.EndpointReferenceType epr,
IUASSecurityProperties sec)
|
|
TaskClient(java.lang.String url,
org.w3.x2005.x08.addressing.EndpointReferenceType epr)
|
|
TaskClient(java.lang.String url,
org.w3.x2005.x08.addressing.EndpointReferenceType epr,
IUASSecurityProperties sec)
|
|
| Method Summary | |
|---|---|
void |
cancel()
Cancel execution of the task |
java.lang.Integer |
getExitCode()
return the exit code of the job |
java.lang.Float |
getProgress()
return the progress of the job |
eu.unicore.unicore6.task.TaskPropertiesDocument |
getResourcePropertiesDocument()
|
org.apache.xmlbeans.XmlObject |
getResult()
get the Task's result or null if not available |
org.unigrids.services.atomic.types.StatusType.Enum |
getStatus()
return the job status |
java.lang.String |
getStatusMessage()
|
java.util.Calendar |
getSubmissionTime()
get the time at which the task was submitted |
| Methods inherited from class de.fzj.unicore.uas.client.BaseUASClient |
|---|
extractReceiver, getSecurityProperties, getServerVersion, setRetryDefaults |
| Methods inherited from class de.fzj.unicore.wsrflite.xmlbeans.client.BaseWSRFClient |
|---|
checkConnection, checkConnection, destroy, getConnectionStatus, getCurrentTime, getEPR, getLT, getMultipleResourceProperties, getResourceProperty, getResourcePropertyDocument, GetResourcePropertyDocument, getRP, getTerminationTime, getUpdateInterval, getUrl, makeProxy, queryResourceProperties, setConnectionTimeout, setConnectionTimeout, setRetryHandler, setTerminationTime, setUpdateInterval |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TaskClient(java.lang.String url,
org.w3.x2005.x08.addressing.EndpointReferenceType epr,
IUASSecurityProperties sec)
throws java.lang.Exception
java.lang.Exception
public TaskClient(org.w3.x2005.x08.addressing.EndpointReferenceType epr,
IUASSecurityProperties sec)
throws java.lang.Exception
java.lang.Exception
public TaskClient(java.lang.String url,
org.w3.x2005.x08.addressing.EndpointReferenceType epr)
throws java.lang.Exception
java.lang.Exception
public TaskClient(org.w3.x2005.x08.addressing.EndpointReferenceType epr)
throws java.lang.Exception
java.lang.Exception| Method Detail |
|---|
public eu.unicore.unicore6.task.TaskPropertiesDocument getResourcePropertiesDocument()
throws java.lang.Exception
java.lang.Exception
public org.apache.xmlbeans.XmlObject getResult()
throws java.lang.Exception
null if not available
java.lang.Exception
public org.unigrids.services.atomic.types.StatusType.Enum getStatus()
throws java.lang.Exception
java.lang.Exception
public java.lang.Integer getExitCode()
throws java.lang.Exception
java.lang.Exception
public java.lang.Float getProgress()
throws java.lang.Exception
null if progress value not available
java.lang.Exception
public java.util.Calendar getSubmissionTime()
throws java.lang.Exception
java.lang.Exception
public java.lang.String getStatusMessage()
throws java.lang.Exception
java.lang.Exception
public void cancel()
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||