|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.spec.OnTriggerDesc
com.espertech.esper.epl.spec.OnTriggerWindowDesc
public class OnTriggerWindowDesc
Specification for the on-select and on-delete and on-update (via subclass) (no split-stream) statement.
Constructor Summary | |
---|---|
OnTriggerWindowDesc(java.lang.String windowName,
java.lang.String optionalAsName,
OnTriggerType onTriggerType,
boolean deleteAndSelect)
Ctor. |
Method Summary | |
---|---|
java.lang.String |
getOptionalAsName()
Returns the name, or null if none defined. |
java.lang.String |
getWindowName()
Returns the window name. |
boolean |
isDeleteAndSelect()
|
Methods inherited from class com.espertech.esper.epl.spec.OnTriggerDesc |
---|
getOnTriggerType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OnTriggerWindowDesc(java.lang.String windowName, java.lang.String optionalAsName, OnTriggerType onTriggerType, boolean deleteAndSelect)
windowName
- the window nameoptionalAsName
- the optional nameonTriggerType
- for indicationg on-delete, on-select or on-updateMethod Detail |
---|
public java.lang.String getWindowName()
public java.lang.String getOptionalAsName()
public boolean isDeleteAndSelect()
|
© 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 |