de.fzj.unicore.wsrflite.xmlbeans.wsn
Interface ISubscription

All Superinterfaces:
ResourceLifetime, ResourceProperties, WSResource, WSRFConstants, WSRFInstance
All Known Implementing Classes:
SubscriptionImpl

public interface ISubscription
extends WSResource

a subscription is a ws resource

Author:
schuller

Field Summary
static String BASENS
           
static QName RPConsumerReference
          consumer reference
static QName RPCreationTime
          creation time
static QName RPFilter
          filter
static QName RPSubscriptionPolicy
          subscription polica
static String SERVICENAME
           
 
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.oasisOpen.docs.wsn.b2.ConsumerReferenceDocument getConsumerReference()
           
 org.oasisOpen.docs.wsn.b2.CreationTimeDocument getCreationTime()
           
 String getMessageContentFilter()
           
 boolean match(Event event)
           
 
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
 
Methods inherited from interface de.fzj.unicore.wsrflite.WSRFInstance
activate, clearChangeFlag, clearSecurityContext, destroy, getSecurityContext, getServiceName, getTerminationTime, getUniqueID, hasChanged, initialise, isDestroyed, isExpired, passivate, postActivate, processMessages, setHome, setSecurityContext, setServiceName, setUniqueID
 

Field Detail

BASENS

static final String BASENS
See Also:
Constant Field Values

SERVICENAME

static final String SERVICENAME
See Also:
Constant Field Values

RPConsumerReference

static final QName RPConsumerReference
consumer reference


RPFilter

static final QName RPFilter
filter


RPSubscriptionPolicy

static final QName RPSubscriptionPolicy
subscription polica


RPCreationTime

static final QName RPCreationTime
creation time

Method Detail

getConsumerReference

org.oasisOpen.docs.wsn.b2.ConsumerReferenceDocument getConsumerReference()

getMessageContentFilter

String getMessageContentFilter()

getCreationTime

org.oasisOpen.docs.wsn.b2.CreationTimeDocument getCreationTime()

match

boolean match(Event event)


Copyright © 2010. All Rights Reserved.