All Packages Class Hierarchy This Package Previous Next Index
Class replica.ActiveReplicationCallManager
java.lang.Object
|
+----replica.ActiveReplicationCallManager
- public class ActiveReplicationCallManager
- extends Object
ActiveReplicationCallManager.java
This Class is responsible for one methodcall to all replicas
- Version:
- 1.0
- Author:
- Markus Jäger
-
ActiveReplicationCallManager(Semaphore, Vector)
-
-
callMethod(EventDescMethodCall)
-
-
generateNewObject()
-
-
generateNewObject(String)
-
-
outCall()
-
-
outCall(Object, EventDescOutCall)
-
ActiveReplicationCallManager
public ActiveReplicationCallManager(Semaphore newSema,
Vector vector)
callMethod
public Object callMethod(EventDescMethodCall event) throws Throwable
generateNewObject
public Object generateNewObject() throws Throwable
generateNewObject
public synchronized Object generateNewObject(String newClassName) throws Throwable
outCall
public Object outCall() throws Throwable
outCall
public synchronized Object outCall(Object o,
EventDescOutCall newEvent) throws Throwable
All Packages Class Hierarchy This Package Previous Next Index