org.objectweb.carol.cmi
Class ClusterStub

java.lang.Object
  extended byorg.objectweb.carol.cmi.ClusterStub
All Implemented Interfaces:
java.rmi.Remote

public abstract class ClusterStub
extends java.lang.Object
implements java.rmi.Remote

Stubs to clustered objects extend this class. We avoid to pollute method namespace by defining no method.

Author:
Simon Nieuviarts

Field Summary
protected  Distributor distrib
          Distributor class
protected  boolean stubDebug
          Debug mode ?
 
Constructor Summary
protected ClusterStub(Distributor distrib, ServerStubList sl)
          Creates a new cluster stub
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

distrib

protected final Distributor distrib
Distributor class


stubDebug

protected final boolean stubDebug
Debug mode ?

Constructor Detail

ClusterStub

protected ClusterStub(Distributor distrib,
                      ServerStubList sl)
Creates a new cluster stub

Parameters:
distrib - distibutor class associated with this stub
sl - server stub list associated with this stub