com.bea.control
Interface SubscriptionControl


public interface SubscriptionControl

Subscription Control. User: rchamart Date: Oct 31, 2005 Time: 9:35:07 PM To change this template use File | Settings | File Templates.


Nested Class Summary
static interface SubscriptionControl.CallbackIntf
           
static interface SubscriptionControl.ClassSubscription
          Defines class level attributes for the Subscription Control
static interface SubscriptionControl.MethodSubscription
          Defines method level attributes for the Subscription Control
static interface SubscriptionControl.SubscriptionCallback
          Defines callback attributes for the Subscription Control
 
Method Summary
 void subscribe()
          Subscribes the control to the message broker.
 void unsubscribe()
          Unsubscribes the control from the message broker, stopping further events (messages) from being delivered to the control.
 

Method Detail

subscribe

void subscribe()
Subscribes the control to the message broker. If the subscription uses a filter expression, then the default filter value will be used. If no default filter value is defined in the annotations, then a null filter value will be used, meaning that any filter result will trigger a callback.


unsubscribe

void unsubscribe()
Unsubscribes the control from the message broker, stopping further events (messages) from being delivered to the control.