cgl.narada.wsinfra.messaging.widget
Interface Subscription

All Superinterfaces:
FrameworkIndicator
All Known Subinterfaces:
WseSubscription, WsnSubscription
All Known Implementing Classes:
WseSubscriptionEntry

public interface Subscription
extends FrameworkIndicator


Method Summary
 String getFilterDialect()
          Retrieve the filter dialect associated with this Subscription.
 String getFilterExpression()
          Retrieve the filter expression associated with this Subscription.
 Calendar getInitialExpirationTime()
          Retrieve the initial expiration time for this Subscription.
 EndpointReferenceType getPublisherEPR()
          Retrieve the EPR associated with the Publisher of this Subscription.
 EndpointReferenceType getSubscriberEPR()
          Retrieve the EPR associated with Subscriber of this Subscription.
 EndpointReferenceType getSubscriptionManagerEPR()
          Retrieve the EPR associated with the SubscriptionManager of this Subscription.
 
Methods inherited from interface cgl.narada.wsinfra.messaging.FrameworkIndicator
getProvider, getSpecVersion, isEventing, isNotification
 

Method Detail

getPublisherEPR

EndpointReferenceType getPublisherEPR()
Retrieve the EPR associated with the Publisher of this Subscription.

Returns:
publisherEPR

getSubscriptionManagerEPR

EndpointReferenceType getSubscriptionManagerEPR()
Retrieve the EPR associated with the SubscriptionManager of this Subscription.

Returns:
subscriptionManagerEPR

getSubscriberEPR

EndpointReferenceType getSubscriberEPR()
Retrieve the EPR associated with Subscriber of this Subscription.

Returns:
subscriberEPR

getFilterDialect

String getFilterDialect()
Retrieve the filter dialect associated with this Subscription.

Returns:
filterDialect

getFilterExpression

String getFilterExpression()
Retrieve the filter expression associated with this Subscription.

Returns:
filterExpression

getInitialExpirationTime

Calendar getInitialExpirationTime()
Retrieve the initial expiration time for this Subscription.

Returns:
initialExpirationTime


For comments and suggestions please send e-mail to The NaradaBrokering Project