de.fzj.unicore.uas
Interface ReservationManagement

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

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

Service for managing reservations


Field Summary
static java.lang.String NAMESPACE
           
static javax.xml.namespace.QName PORT
           
static javax.xml.namespace.QName RPReservationReference
          the resource property containing the reference used for claiming the reservation with the batch system
static javax.xml.namespace.QName RPReservationStatus
          the resource property containing the status of the reservation
static javax.xml.namespace.QName RPResources
          the resource property containing the booked resources
static javax.xml.namespace.QName RPStartTime
          the resource property containing the start time of the reservation
static javax.xml.namespace.QName RPTargetSystemReference
          the resource property containing the reference to the target system where the resources have been reserved
 
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
 
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

PORT

static final javax.xml.namespace.QName PORT

RPTargetSystemReference

static final javax.xml.namespace.QName RPTargetSystemReference
the resource property containing the reference to the target system where the resources have been reserved


RPStartTime

static final javax.xml.namespace.QName RPStartTime
the resource property containing the start time of the reservation


RPReservationStatus

static final javax.xml.namespace.QName RPReservationStatus
the resource property containing the status of the reservation


RPResources

static final javax.xml.namespace.QName RPResources
the resource property containing the booked resources


RPReservationReference

static final javax.xml.namespace.QName RPReservationReference
the resource property containing the reference used for claiming the reservation with the batch system



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