All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class replica.ActiveReplicationInstaller

java.lang.Object
   |
   +----replica.ReplicaInstaller
           |
           +----replica.ActiveReplicationInstaller

public class ActiveReplicationInstaller
extends ReplicaInstaller
This class is only important if you want to add your own replication strategy. It is the Install-Object for the active replication.

Version:
1.0
Author:
Markus Jäger
See Also:
ActiveReplication

Constructor Index

 o ActiveReplicationInstaller(RemoteObjectReference, ActiveReplication, Object)
Construct an ActiveReplicationInstaller.

Method Index

 o installReplica()
This method is used to install the replica.

Constructors

 o ActiveReplicationInstaller
 public ActiveReplicationInstaller(RemoteObjectReference newObjectID,
                                   ActiveReplication newPrimary,
                                   Object obj)
Construct an ActiveReplicationInstaller.

Parameters:
newObjectID - Unique ID of the replicated object.
newPrimary - The primary of the replicated object.
obj - The replicated object.

Methods

 o installReplica
 public Object installReplica() throws IOException
This method is used to install the replica.

Returns:
Installed replica
Overrides:
installReplica in class ReplicaInstaller

All Packages  Class Hierarchy  This Package  Previous  Next  Index