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

Constructor Index

 o ReplicaInstaller()

Method Index

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

Constructors

 o ReplicaInstaller
 public ReplicaInstaller()

Methods

 o 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