de.fzj.unicore.uas
Interface JobManagement

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

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

job management interface


Field Summary
static java.lang.String JMS_NS
           
static javax.xml.namespace.QName JMS_PORT
           
static javax.xml.namespace.QName RPExecutionJSDL
           
static javax.xml.namespace.QName RPLog
           
static javax.xml.namespace.QName RPOriginalJSDL
           
static javax.xml.namespace.QName RPStatusInfo
           
static javax.xml.namespace.QName RPStorageReference
           
static javax.xml.namespace.QName RPSubmissionTime
           
static javax.xml.namespace.QName RPTargetSystemReference
           
static javax.xml.namespace.QName RPWorkingDir
           
 
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
 org.unigrids.x2006.x04.services.jms.AbortResponseDocument Abort(org.unigrids.x2006.x04.services.jms.AbortDocument in)
           
 org.unigrids.x2006.x04.services.jms.HoldResponseDocument Hold(org.unigrids.x2006.x04.services.jms.HoldDocument in)
           
 org.unigrids.x2006.x04.services.jms.ResumeResponseDocument Resume(org.unigrids.x2006.x04.services.jms.ResumeDocument in)
           
 org.unigrids.x2006.x04.services.jms.StartResponseDocument Start(org.unigrids.x2006.x04.services.jms.StartDocument in)
           
 
Methods inherited from interface de.fzj.unicore.wsrflite.xmlbeans.ResourceLifetime
Destroy, SetTerminationTime
 
Methods inherited from interface de.fzj.unicore.wsrflite.xmlbeans.ResourceProperties
DeleteResourceProperties, GetMultipleResourceProperties, GetResourceProperty, GetResourcePropertyDocument, InsertResourceProperties, PutResourcePropertyDocument, QueryResourceProperties, SetResourceProperties, UpdateResourceProperties
 

Field Detail

JMS_NS

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

JMS_PORT

static final javax.xml.namespace.QName JMS_PORT

RPSubmissionTime

static final javax.xml.namespace.QName RPSubmissionTime

RPStatusInfo

static final javax.xml.namespace.QName RPStatusInfo

RPTargetSystemReference

static final javax.xml.namespace.QName RPTargetSystemReference

RPOriginalJSDL

static final javax.xml.namespace.QName RPOriginalJSDL

RPExecutionJSDL

static final javax.xml.namespace.QName RPExecutionJSDL

RPLog

static final javax.xml.namespace.QName RPLog

RPWorkingDir

static final javax.xml.namespace.QName RPWorkingDir

RPStorageReference

static final javax.xml.namespace.QName RPStorageReference
Method Detail

Start

org.unigrids.x2006.x04.services.jms.StartResponseDocument Start(org.unigrids.x2006.x04.services.jms.StartDocument in)
                                                                throws JobNotStartedFault
Throws:
JobNotStartedFault

Abort

org.unigrids.x2006.x04.services.jms.AbortResponseDocument Abort(org.unigrids.x2006.x04.services.jms.AbortDocument in)
                                                                throws de.fzj.unicore.wsrflite.xmlbeans.BaseFault
Throws:
de.fzj.unicore.wsrflite.xmlbeans.BaseFault

Hold

org.unigrids.x2006.x04.services.jms.HoldResponseDocument Hold(org.unigrids.x2006.x04.services.jms.HoldDocument in)
                                                              throws de.fzj.unicore.wsrflite.xmlbeans.BaseFault
Throws:
de.fzj.unicore.wsrflite.xmlbeans.BaseFault

Resume

org.unigrids.x2006.x04.services.jms.ResumeResponseDocument Resume(org.unigrids.x2006.x04.services.jms.ResumeDocument in)
                                                                  throws de.fzj.unicore.wsrflite.xmlbeans.BaseFault
Throws:
de.fzj.unicore.wsrflite.xmlbeans.BaseFault


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