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).
- Author:
- Simon Nieuviarts
isGlobalAtExport
public boolean isGlobalAtExport()
- Returns:
- true if the object is clustered at export.
isGlobalAtBind
public boolean isGlobalAtBind()
- Returns:
- true if the object is clustered at bind.