org.sapia.ubik.rmi.replication
Class ReplicationEvent

java.lang.Object
  extended by org.sapia.ubik.rmi.replication.ReplicationEvent
All Implemented Interfaces:
Event

public class ReplicationEvent
extends java.lang.Object
implements Event

Author:
Yanick Duchesne
Copyright:
Copyright © 2002-2004 Sapia Open Source Software. All Rights Reserved.
License:
Read the license.txt file of the jar or visit the license page at the Sapia OSS web site

Constructor Summary
ReplicationEvent(ReplicatedCommand command)
          Creates an instance of this class with the given command.
 
Method Summary
 ReplicatedCommand getReplicatedCommand()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReplicationEvent

public ReplicationEvent(ReplicatedCommand command)
Creates an instance of this class with the given command.

Method Detail

getReplicatedCommand

public ReplicatedCommand getReplicatedCommand()
Returns:
the ReplicatedCommand that this instance holds.


Copyright © 2010 Sapia OSS. All Rights Reserved.