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
-
ActiveReplicationInstaller(RemoteObjectReference, ActiveReplication, Object)
- Construct an ActiveReplicationInstaller.
-
installReplica()
- This method is used to install the replica.
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.
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