Uses of Class
org.objectweb.carol.cmi.Distributor

Packages that use Distributor
org.objectweb.carol.cmi   
 

Uses of Distributor in org.objectweb.carol.cmi
 

Subclasses of Distributor in org.objectweb.carol.cmi
 class DistributorHome
          Specific Distributor class for the Home interface load balancing and fail-over logic - default LB algorithm : -> local pref and round robin - default fail-over algorithm : -> retry on ConnectException or ConnectIOException or NoSuchObjectException
 class DistributorSfsbHome
          Specific Distributor class for the SFSB replication protocol - Handles a backup stub list being a subset of the ServerStubList - Creates the link between the Remote and the Home objects at the create time - Default LB algorithm : RR with local preference
 class DistributorSfsbRemote
          Specific Distributor class for the SFSB replication protocol - Handles a link with the Home instance for recreating an instance when an exception occurs - Holds a cluster wide ObjectId - Keeps request number
 class DistributorSlsbRemote
          Specific Distributor class for the Home interface load balancing and fail-over logic - default LB algorithm : -> local pref and round robin - default fail-over algorithm : -> retry on ConnectException or ConnectIOException or NoSuchObjectException
 

Fields in org.objectweb.carol.cmi declared as Distributor
protected  Distributor ClusterStub.distrib
          Distributor class
 

Methods in org.objectweb.carol.cmi that return Distributor
 Distributor ClusterStub.getDistrib()
          Get the Distributor instance associated with this stub
 

Constructors in org.objectweb.carol.cmi with parameters of type Distributor
ClusterStub(Distributor distrib, ServerStubList sl)
          Creates a new cluster stub