de.fzj.unicore.uas
Interface Task

All Superinterfaces:
de.fzj.unicore.wsrflite.xmlbeans.ResourceLifetime, de.fzj.unicore.wsrflite.xmlbeans.ResourceProperties, de.fzj.unicore.wsrflite.WSRFConstants
All Known Implementing Classes:
TaskImpl

public interface Task
extends de.fzj.unicore.wsrflite.xmlbeans.ResourceProperties, de.fzj.unicore.wsrflite.xmlbeans.ResourceLifetime

Task service for monitoring asynchronous tasks


Field Summary
static java.lang.String NAMESPACE
           
static javax.xml.namespace.QName PORTTYPE
           
static javax.xml.namespace.QName RP_RESULT
          resource property giving the result of the task
static javax.xml.namespace.QName RP_STATUS
          resource property giving the result of the task
static javax.xml.namespace.QName RP_SUBMISSION_SERVICE_REFERENCE
          resource property giving the EPR of the "parent" service
static javax.xml.namespace.QName RP_SUBMISSION_TIME
          resource property giving the submision time
 
Fields inherited from interface de.fzj.unicore.wsrflite.xmlbeans.ResourceProperties
WSRP_DELETE_RP, WSRP_GET_MULTIPLE_RP, WSRP_GET_RP, WSRP_GET_RP_DOCUMENT, WSRP_INSERT_RP, WSRP_PUT_RP_DOCUMENT, WSRP_QUERY_RP, WSRP_RP_QueryExpressionDialect, WSRP_SET_RP, WSRP_UPDATE_RP
 
Fields inherited from interface de.fzj.unicore.wsrflite.WSRFConstants
QUERY_EXPRESSION_DIALECT_XPATH, RPcurrentTimeQName, RPterminationTimeQName, WSRL_BASENS, WSRL_DESTROY, WSRL_DESTROY_PORT, WSRL_SCHEDULED, WSRL_SET_TERMTIME_PORT, WSRP_BASENS, WSRP_DELETE_RP_PORT, WSRP_GET_MULTIPLE_RP_PORT, WSRP_GET_RP_DOCUMENT_PORT, WSRP_GET_RP_PORT, WSRP_INSERT_RP_PORT, WSRP_PUT_RP_DOCUMENT_PORT, WSRP_QUERY_RP_PORT, WSRP_SET_RP_PORT, WSRP_UPDATE_RP_PORT
 
Method Summary
 eu.unicore.unicore6.task.CancelResponseDocument Cancel(eu.unicore.unicore6.task.CancelRequestDocument in)
          cancel the task
 
Methods inherited from interface de.fzj.unicore.wsrflite.xmlbeans.ResourceProperties
DeleteResourceProperties, GetMultipleResourceProperties, GetResourceProperty, GetResourcePropertyDocument, InsertResourceProperties, PutResourcePropertyDocument, QueryResourceProperties, SetResourceProperties, UpdateResourceProperties
 
Methods inherited from interface de.fzj.unicore.wsrflite.xmlbeans.ResourceLifetime
Destroy, SetTerminationTime
 

Field Detail

NAMESPACE

static final java.lang.String NAMESPACE
See Also:
Constant Field Values

PORTTYPE

static final javax.xml.namespace.QName PORTTYPE

RP_SUBMISSION_TIME

static final javax.xml.namespace.QName RP_SUBMISSION_TIME
resource property giving the submision time


RP_SUBMISSION_SERVICE_REFERENCE

static final javax.xml.namespace.QName RP_SUBMISSION_SERVICE_REFERENCE
resource property giving the EPR of the "parent" service


RP_RESULT

static final javax.xml.namespace.QName RP_RESULT
resource property giving the result of the task


RP_STATUS

static final javax.xml.namespace.QName RP_STATUS
resource property giving the result of the task

Method Detail

Cancel

eu.unicore.unicore6.task.CancelResponseDocument Cancel(eu.unicore.unicore6.task.CancelRequestDocument in)
                                                       throws de.fzj.unicore.wsrflite.xmlbeans.BaseFault
cancel the task

Parameters:
in -
Returns:
Throws:
de.fzj.unicore.wsrflite.xmlbeans.BaseFault


Copyright © 2006-2010 Research Center Juelich. All Rights Reserved.