org.ourgrid.mygrid.replicaexecutor.event
Class ExecuteReplicaRequestEvent

java.lang.Object
  extended by org.ourgrid.mygrid.replicaexecutor.event.ExecuteReplicaRequestEvent
All Implemented Interfaces:
java.io.Serializable, ActionEvent, Event, RequestEvent

public class ExecuteReplicaRequestEvent
extends java.lang.Object
implements RequestEvent

Description: A request event which specifies that a Replica should be executed in a given GridMachine

Version:
1.0 Created on 08/07/2004
See Also:
Serialized Form

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

ExecuteReplicaRequestEvent

public 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.

Parameters:
ebReplicaManager - The replica manager
replica - he replica to be executed
gumClient - The grid machine where the replica will be executed
Method Detail

process

public void process()
Asks the EBReplicaManager to execute the Replica int the specified GridExtendedMachine

Specified by:
process in interface ActionEvent