com.espertech.esper.client.deploy
Class UndeploymentOptions

java.lang.Object
  extended by com.espertech.esper.client.deploy.UndeploymentOptions
All Implemented Interfaces:
java.io.Serializable

public class UndeploymentOptions
extends java.lang.Object
implements java.io.Serializable

Options for use in undeployment of a module to control the behavior of the undeploy operation.

See Also:
Serialized Form

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

UndeploymentOptions

public UndeploymentOptions()
Method Detail

isDestroyStatements

public boolean isDestroyStatements()
Returns indicator whether undeploy will destroy any associated statements (true by default).

Returns:
flag indicating whether undeploy also destroys associated statements

setDestroyStatements

public void setDestroyStatements(boolean destroyStatements)
Sets indicator whether undeploy will destroy any associated statements.

Parameters:
destroyStatements - flag indicating whether undeploy also destroys associated statements

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com