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

Constructor Index

 o ActiveReplicationCallManager(Semaphore, Vector)

Method Index

 o callMethod(EventDescMethodCall)
 o generateNewObject()
 o generateNewObject(String)
 o outCall()
 o outCall(Object, EventDescOutCall)

Constructors

 o ActiveReplicationCallManager
 public ActiveReplicationCallManager(Semaphore newSema,
                                     Vector vector)

Methods

 o callMethod
 public Object callMethod(EventDescMethodCall event) throws Throwable
 o generateNewObject
 public Object generateNewObject() throws Throwable
 o generateNewObject
 public synchronized Object generateNewObject(String newClassName) throws Throwable
 o outCall
 public Object outCall() throws Throwable
 o outCall
 public synchronized Object outCall(Object o,
                                    EventDescOutCall newEvent) throws Throwable

All Packages  Class Hierarchy  This Package  Previous  Next  Index