Control
Control
, Control
, Serializable
Nested Class Summary |
public static interface | SubscriptionControl.Callback
|
Nested classes from interface com.bea.control. |
Control.Callback |
Method Summary |
public void |
|
public void |
|
Method Detail |
public 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.
public void unsubscribe()Unsubscribes the control from the message broker, stopping further events (messages) from being delivered to the control.