org.objectweb.carol.cmi
Interface ClusterConfig
public interface ClusterConfig
Classes which implement this interface are generated by the cluster stub
compiler to reflect the type of cluster stub. They can be found by calling
ClusterStub.getClusterConfig(), or
ClusterObject.getClusterConfig(java.lang.Class).
- Simon Nieuviarts
isGlobalAtBind
public boolean isGlobalAtBind()
- true if the object is clustered at bind.
isGlobalAtExport
public boolean isGlobalAtExport()
- true if the object is clustered at export.