|
||||||||||
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. |
java.lang.String |
getEventTypeName()
Returns the type name of the event type we are looking for. |
java.lang.String |
getSubscriptionName()
Returns the subscription name. |
void |
registerAdapter(OutputAdapter adapter)
Sets the output adapter this subscription is associated with. |
void |
setSubscriptionName(java.lang.String name)
Sets the subscription name. |
Method Detail |
---|
java.lang.String getSubscriptionName()
void setSubscriptionName(java.lang.String name)
name
- is the subscription namejava.lang.String getEventTypeName()
OutputAdapter getAdapter()
void registerAdapter(OutputAdapter adapter)
adapter
- to set
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |