All Packages Class Hierarchy This Package Previous Next Index
Class replica.ReplicaInstaller
java.lang.Object
|
+----replica.ReplicaInstaller
- public abstract class ReplicaInstaller
- extends Object
This class is only important if you want to add your own replication strategy.
It is the Superclass of all Install-Objects.
- Version:
- 1.0
- Author:
- Markus Jäger
- See Also:
- ReplicationStrategy
-
ReplicaInstaller()
-
-
installReplica()
- This method is used to install the replica.
ReplicaInstaller
public ReplicaInstaller()
installReplica
public abstract Object installReplica() throws IOException
- This method is used to install the replica.
- Returns:
- Installed replica
All Packages Class Hierarchy This Package Previous Next Index