|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.client.deploy.DeploymentOrder
public class DeploymentOrder
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.
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 |
---|
public DeploymentOrder(java.util.List<Module> ordered)
ordered
- list of modulesMethod Detail |
---|
public java.util.List<Module> getOrdered()
|
© 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 |