|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.core.start.EPStatementStartResult
public class EPStatementStartResult
Result holder returned by @{link EPStatementStartMethod}.
Constructor Summary | |
---|---|
EPStatementStartResult(Viewable viewable,
EPStatementStopMethod stopMethod)
Ctor. |
|
EPStatementStartResult(Viewable viewable,
EPStatementStopMethod stopMethod,
EPStatementDestroyMethod destroyMethod)
Ctor. |
Method Summary | |
---|---|
EPStatementDestroyMethod |
getDestroyMethod()
Returns destroy method. |
EPStatementStopMethod |
getStopMethod()
Returns stop method. |
Viewable |
getViewable()
Returns last view to attached to. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EPStatementStartResult(Viewable viewable, EPStatementStopMethod stopMethod)
viewable
- last view to attach listeners tostopMethod
- method to stoppublic EPStatementStartResult(Viewable viewable, EPStatementStopMethod stopMethod, EPStatementDestroyMethod destroyMethod)
viewable
- last view to attach listeners tostopMethod
- method to stopdestroyMethod
- method to call when destroyingMethod Detail |
---|
public Viewable getViewable()
public EPStatementStopMethod getStopMethod()
public EPStatementDestroyMethod getDestroyMethod()
|
© 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 |