Uses of Package
org.objectweb.carol.cmi

Packages that use org.objectweb.carol.cmi
org.objectweb.carol.cmi   
org.objectweb.carol.cmi.jndi   
 

Classes in org.objectweb.carol.cmi used by org.objectweb.carol.cmi
ClusterId
          A universally unique identifier for a cluster
ClusterStub
          Stubs to clustered objects extend this class.
Decision
          Returned to the cluster stub by methods of a Distributor to tell what to do.
DistributedEquiv
          Manage equivalences between objects in the cluster.
Distributor
          Each clustered server object has to be accompanied by a class which extends this one to specify configuration information.
NamingContextHostPort
          Host and Port for a naming context
NoServerException
          Thrown when no more remote object is available in the cluster for a remote procedure call.
ObjectId
          Each clustered remote object is uniquely identified by such a number.
Registry
          Interface Cmi Registry client part
RegistryKiller
          Handle returned when starting a registry.
RegistryStubList
          A container of regular stubs to CMI registries.
ServerConfigException
          Thrown when a bad configuration parameter prevents the operation to succeed
ServerStubList
          A container of regular stubs to RMI-exported clustered objects.
StubBuilder
          Used to serialize a cluster stub.
StubConfigException
          Thrown when unable to get information on a clustered object.
StubData
          Contains a stub to a single instance in the cluster of a clustered object and related data.
 

Classes in org.objectweb.carol.cmi used by org.objectweb.carol.cmi.jndi
UnicastRemoteObject
          To export objects in the cluster.