public interface JGCacheInvalidationBridgeMBean extends ServiceMBean(Code)
Cache Invalidation bridge working over JavaGroup.
The partition to be used and the invalidation manager can be defined as part
of the MBean interface.
The bridge automatically discovers which are the InvalidationGroup that are
managed by other node of the cluster and only send invalidation information
for these groups over the network. This makes this bridge very easy to setup
while still being efficient with network resource and CPU serialization cost.
See Also:JGCacheInvalidationBridge See Also: org.jboss.cache.invalidation.InvalidationManager author: Sacha Labourey. version: $Revision: 57188 $ version:
setClusterPartition(ClusterPartitionMBean clusterPartition) Sets the underlying partition used by this service to exchange
invalidation messages and discover which caches (i.e.
Get the underlying partition used by this service to exchange
invalidation messages and discover which caches (i.e. InvalidationGroup)
are available
the partition
Gets the name of the Clustering partition to be used to exchange
invalidation messages and discover which caches (i.e. InvalidationGroup)
are available
the name of the partitionJGCacheInvalidationBridgeMBean.getClusterPartition()
Sets the underlying partition used by this service to exchange
invalidation messages and discover which caches (i.e. InvalidationGroup)
are available
Parameters: clusterPartition - the partition
setInvalidationManager
public void setInvalidationManager(String objectName)(Code)
Sets the name of the Clustering partition to be used to exchange
invalidation messages and discover which caches (i.e. InvalidationGroup)
are available
Parameters: name - the name of the partitionJGCacheInvalidationBridgeMBean.setClusterPartition()