|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Subscription
Subscriptions are associated with an output adapter and dictate which events are sent to a given adapter.
| Method Summary | |
|---|---|
OutputAdapter |
getAdapter()
Returns the output adapter this subscription is associated with. |
String |
getEventTypeAlias()
Returns the type name of the event type we are looking for. |
String |
getSubscriptionName()
Returns the subscription name. |
void |
registerAdapter(OutputAdapter adapter)
Sets the output adapter this subscription is associated with. |
void |
setSubscriptionName(String name)
Sets the subscription name. |
| Method Detail |
|---|
String getSubscriptionName()
void setSubscriptionName(String name)
name - is the subscription nameString getEventTypeAlias()
OutputAdapter getAdapter()
void registerAdapter(OutputAdapter adapter)
adapter - to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||