|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gcube.vremanagement.resourcemanager.impl.operators.Operator
public abstract class Operator
Base class for manager's operators
.
A manage operator is devoted to execute certain assigned tasks.
The exec()
method is asynchronously called
Nested Class Summary | |
---|---|
static class |
Operator.ACTION
|
Constructor Summary | |
---|---|
Operator()
|
Method Summary | |
---|---|
abstract void |
exec()
Executes the operator's tasks |
void |
run()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Operator()
Method Detail |
---|
public final void run()
public abstract void exec() throws java.lang.Exception
java.lang.Exception
- if any of the tasks fails
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |