|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.almendra.janet.ade.executor.interpreters.ExecutorInterpreter
org.almendra.janet.ade.executor.interpreters.ExecuteWorkloadBalancingInterpreter
public class ExecuteWorkloadBalancingInterpreter
Field Summary | |
---|---|
protected IWorkLoadBalancingInterpreter |
interpreter
|
Fields inherited from class org.almendra.janet.ade.executor.interpreters.ExecutorInterpreter |
---|
anchor |
Constructor Summary | |
---|---|
ExecuteWorkloadBalancingInterpreter()
Creates a new ExecuteWorkloadBalancingInterpreter object. |
Method Summary | |
---|---|
StringVector |
commandNames()
|
void |
execute(CommandAccessor cmdAccessor)
|
protected IWorkLoadBalancingInterpreter |
getInterpreter(CommandAccessor cmdAccessor,
IWorkLoadBalancingCommand cmd)
|
Result |
resume()
|
Result |
suspend()
|
Methods inherited from class org.almendra.janet.ade.executor.interpreters.ExecutorInterpreter |
---|
getExecutorAnchor |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected IWorkLoadBalancingInterpreter interpreter
Constructor Detail |
---|
public ExecuteWorkloadBalancingInterpreter()
ExecuteWorkloadBalancingInterpreter
object.
Method Detail |
---|
public void execute(CommandAccessor cmdAccessor)
execute
in interface IInterpreter
public StringVector commandNames()
commandNames
in interface IInterpreter
protected IWorkLoadBalancingInterpreter getInterpreter(CommandAccessor cmdAccessor, IWorkLoadBalancingCommand cmd)
cmdAccessor
- workloadSharingCmd
-
public Result suspend()
public Result resume()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |