com.espertech.esper.client.deploy
Class DeploymentOrderOptions

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

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

Options class passed to EPDeploymentAdmin.getDeploymentOrder(java.util.Collection, DeploymentOrderOptions) for controlling the behavior of ordering and dependency checking logic.

See Also:
Serialized Form

Constructor Summary
DeploymentOrderOptions()
           
 
Method Summary
 boolean isCheckCircularDependency()
          Returns true (the default) to indicate that the algorithm checks for circular dependencies among the uses-dependency graph, or false to not perform this check.
 boolean isCheckUses()
          Returns true (the default) to cause the algorithm to check uses-dependencies ensuring all dependencies are satisfied i.e.
 void setCheckCircularDependency(boolean checkCircularDependency)
          Set this indicator to true (the default) to indicate that the algorithm checks for circular dependencies among the uses-dependency graph, or false to not perform this check.
 void setCheckUses(boolean checkUses)
          Set this indicator to true (the default) to cause the algorithm to check uses-dependencies ensuring all dependencies are satisfied i.e.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentOrderOptions

public DeploymentOrderOptions()
Method Detail

isCheckCircularDependency

public boolean isCheckCircularDependency()
Returns true (the default) to indicate that the algorithm checks for circular dependencies among the uses-dependency graph, or false to not perform this check.

Returns:
indicator.

setCheckCircularDependency

public void setCheckCircularDependency(boolean checkCircularDependency)
Set this indicator to true (the default) to indicate that the algorithm checks for circular dependencies among the uses-dependency graph, or false to not perform this check.

Parameters:
checkCircularDependency - indicator.

isCheckUses

public boolean isCheckUses()
Returns true (the default) to cause the algorithm to check uses-dependencies ensuring all dependencies are satisfied i.e. all dependent modules are either deployed or are part of the modules passed in, or false to not perform the checking.

Returns:
indicator

setCheckUses

public void setCheckUses(boolean checkUses)
Set this indicator to true (the default) to cause the algorithm to check uses-dependencies ensuring all dependencies are satisfied i.e. all dependent modules are either deployed or are part of the modules passed in, or false to not perform the checking.

Parameters:
checkUses - indicator

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