|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ourgrid.mygrid.replicaexecutor.event.ExecuteReplicaRequestEvent
public class ExecuteReplicaRequestEvent
Description: A request event which specifies that a Replica
should be executed in a given GridMachine
Constructor Summary | |
---|---|
ExecuteReplicaRequestEvent(EBReplicaManager ebReplicaManager,
ReplicaEntry replica,
GumClient gumClient)
Creates a CancelReplicasOfJobRequestEvent with a EBReplicaManager a Replica to be executed
and a GridMachine to execute the Replica. |
Method Summary | |
---|---|
void |
process()
Asks the EBReplicaManager to execute the
Replica int the specified GridExtendedMachine |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExecuteReplicaRequestEvent(EBReplicaManager ebReplicaManager, ReplicaEntry replica, GumClient gumClient)
EBReplicaManager
a Replica
to be executed
and a GridMachine
to execute the Replica.
ebReplicaManager
- The replica managerreplica
- he replica to be executedgumClient
- The grid machine where the replica will be executedMethod Detail |
---|
public void process()
EBReplicaManager
to execute the
Replica
int the specified GridExtendedMachine
process
in interface ActionEvent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |