com.espertech.esper.client.deploy
Class DeploymentOrder

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

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

Returned by the EPDeploymentAdmin.getDeploymentOrder(java.util.Collection, DeploymentOrderOptions) operation to holds an ordered list of modules considering each module's uses-dependencies on other modules.

See Also:
Serialized Form

Constructor Summary
DeploymentOrder(java.util.List<Module> ordered)
          Cotr.
 
Method Summary
 java.util.List<Module> getOrdered()
          Returns the list of modules.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentOrder

public DeploymentOrder(java.util.List<Module> ordered)
Cotr.

Parameters:
ordered - list of modules
Method Detail

getOrdered

public java.util.List<Module> getOrdered()
Returns the list of modules.

Returns:
modules

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