org.ourgrid.peer.manager.gummanager.events
Class GumStartReplicaEvent

java.lang.Object
  extended by org.ourgrid.peer.manager.gummanager.events.GumStartReplicaEvent
All Implemented Interfaces:
java.io.Serializable, ActionEvent, Event, RequestEvent

public class GumStartReplicaEvent
extends java.lang.Object
implements RequestEvent

JIC Event that will start a replica at a gum.

See Also:
Serialized Form

Constructor Summary
GumStartReplicaEvent(EBGum gum, EventQueue<ResponseEvent> responseQueue)
          Default constructor of this event.
 
Method Summary
 void process()
          Performs the specific processing of a given Event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GumStartReplicaEvent

public GumStartReplicaEvent(EBGum gum,
                            EventQueue<ResponseEvent> responseQueue)
Default constructor of this event.

Method Detail

process

public void process()
Description copied from interface: ActionEvent
Performs the specific processing of a given Event.

Specified by:
process in interface ActionEvent