|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.core.service.StatementLifecycleEvent
public class StatementLifecycleEvent
Event indicating statement lifecycle management.
Nested Class Summary | |
---|---|
static class |
StatementLifecycleEvent.LifecycleEventType
Event types. |
Constructor Summary | |
---|---|
protected |
StatementLifecycleEvent(EPStatement statement,
StatementLifecycleEvent.LifecycleEventType eventType,
java.lang.Object... parameters)
Ctor. |
Method Summary | |
---|---|
StatementLifecycleEvent.LifecycleEventType |
getEventType()
Returns the event type. |
java.lang.Object[] |
getParameters()
Returns event parameters. |
EPStatement |
getStatement()
Returns the statement instance for the event. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected StatementLifecycleEvent(EPStatement statement, StatementLifecycleEvent.LifecycleEventType eventType, java.lang.Object... parameters)
statement
- the statementeventType
- the tyoe if eventparameters
- event parametersMethod Detail |
---|
public EPStatement getStatement()
public StatementLifecycleEvent.LifecycleEventType getEventType()
public java.lang.Object[] getParameters()
|
© 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 |