Package | Description |
---|---|
com.espertech.esper.core.service |
Implementation of client package interfaces, glue code
|
Modifier and Type | Method and Description |
---|---|
StatementLifecycleEvent.LifecycleEventType |
StatementLifecycleEvent.getEventType()
Returns the event type.
|
static StatementLifecycleEvent.LifecycleEventType |
StatementLifecycleEvent.LifecycleEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatementLifecycleEvent.LifecycleEventType[] |
StatementLifecycleEvent.LifecycleEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
StatementLifecycleEvent(EPStatement statement,
StatementLifecycleEvent.LifecycleEventType eventType,
Object... parameters)
Ctor.
|