org.sapia.ubik.rmi.examples.replication
Class ReplicatedCommandEx

java.lang.Object
  extended by org.sapia.ubik.rmi.server.command.Command
      extended by org.sapia.ubik.rmi.server.RMICommand
          extended by org.sapia.ubik.rmi.server.invocation.InvokeCommand
              extended by org.sapia.ubik.rmi.replication.ReplicatedCommand
                  extended by org.sapia.ubik.rmi.examples.replication.ReplicatedCommandEx
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable, Executable

public class ReplicatedCommandEx
extends ReplicatedCommand

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
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.sapia.ubik.rmi.server.RMICommand
_config, _vmId
 
Constructor Summary
ReplicatedCommandEx()
          Constructor necessary for externalization.
ReplicatedCommandEx(InvokeCommand command, java.util.Set targets, ReplicatedInvoker invoker)
           
 
Method Summary
 
Methods inherited from class org.sapia.ubik.rmi.replication.ReplicatedCommand
disable, execute, getReplicatedInvoker, getTargetAddresses, getVisitedAddresses, readExternal, send, writeExternal
 
Methods inherited from class org.sapia.ubik.rmi.server.invocation.InvokeCommand
convertParams, getMethodName, getOID, getParameterTypes, getParams, setParams, usesMarshalledObjects
 
Methods inherited from class org.sapia.ubik.rmi.server.RMICommand
getConnection, getServerAddress, getVmId, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReplicatedCommandEx

public ReplicatedCommandEx()
Constructor necessary for externalization.


ReplicatedCommandEx

public ReplicatedCommandEx(InvokeCommand command,
                           java.util.Set targets,
                           ReplicatedInvoker invoker)


Copyright © 2010 Sapia OSS. All Rights Reserved.