All Packages Class Hierarchy This Package Previous Next Index
Class replica.ReplicationEnvironment
java.lang.Object
|
+----java.lang.Thread
|
+----replica.ReplicationEnvironment
- public class ReplicationEnvironment
- extends Thread
This class enables a process to receive remote requests like RMI. It must be
instantiated by every process.
- Version:
- 1.0
- Author:
- Markus Jäger
-
ReplicationEnvironment()
- Start the replication environment..
-
ReplicationEnvironment(int)
- Start the replication environment for a specific port.
-
run()
-
This method is not important to use RepliXa.
ReplicationEnvironment
public ReplicationEnvironment(int port)
- Start the replication environment for a specific port.
- Parameters:
- port - The port to listen on.
ReplicationEnvironment
public ReplicationEnvironment()
- Start the replication environment..
run
public void run()
- This method is not important to use RepliXa.
It starts the thread of the replication environment.
- Overrides:
- run in class Thread
All Packages Class Hierarchy This Package Previous Next Index