Package | Description |
---|---|
riffle.process.scheduler |
Modifier and Type | Method and Description |
---|---|
void |
ProcessWrapper.cleanup()
Method cleanup calls the annotated child Process object
ProcessCleanup method. |
void |
ProcessWrapper.complete() |
List<Object> |
ProcessWrapper.getChildren() |
Object |
ProcessWrapper.getConfiguration() |
Map<String,Map<String,Long>> |
ProcessWrapper.getCounters() |
Object |
ProcessWrapper.getDependencyIncoming() |
Object |
ProcessWrapper.getDependencyOutgoing() |
boolean |
ProcessWrapper.hasChildren() |
boolean |
ProcessWrapper.hasCounters() |
void |
ProcessWrapper.prepare()
Method prepare calls the annotated child Process object
ProcessPrepare method. |
void |
ProcessWrapper.start()
Method start calls the annotated child Process object
ProcessStart method. |
void |
ProcessWrapper.stop() |
Copyright © 2007-2019 Concurrent, Inc. All Rights Reserved.