|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.client.deploy.UndeploymentOptions
public class UndeploymentOptions
Options for use in undeployment of a module to control the behavior of the undeploy operation.
Constructor Summary | |
---|---|
UndeploymentOptions()
|
Method Summary | |
---|---|
boolean |
isDestroyStatements()
Returns indicator whether undeploy will destroy any associated statements (true by default). |
void |
setDestroyStatements(boolean destroyStatements)
Sets indicator whether undeploy will destroy any associated statements. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UndeploymentOptions()
Method Detail |
---|
public boolean isDestroyStatements()
public void setDestroyStatements(boolean destroyStatements)
destroyStatements
- flag indicating whether undeploy also destroys associated statements
|
© 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 |