Uses of Interface
org.objectweb.carol.cmi.ClusterConfig

Packages that use ClusterConfig
org.objectweb.carol.cmi   
 

Uses of ClusterConfig in org.objectweb.carol.cmi
 

Methods in org.objectweb.carol.cmi that return ClusterConfig
 ClusterConfig ClusterStubData.getClusterConfig()
          You can assume it returns a non null structure if it is not a stub to a cluster registry.
static ClusterConfig ClusterObject.getClusterConfig(java.rmi.Remote obj)
          Call getClusterConfig() on a cluster stub instead of this one whenever possible.
 

Methods in org.objectweb.carol.cmi with parameters of type ClusterConfig
 void ClusterStubData.setClusterConfig(ClusterConfig cfg)