Methods Summary |
---|
public java.lang.String | getBridgeName()
|
public org.jboss.ha.framework.server.ClusterPartitionMBean | getClusterPartition()Get the underlying partition used by this service to exchange
invalidation messages and discover which caches (i.e. InvalidationGroup)
are available
|
public java.lang.String | getInvalidationManager()ObjectName of the InvalidationManager to be used. Optional: in this
case, the default InvalidationManager is used.
|
public java.lang.String | getPartitionName()Gets the name of the Clustering partition to be used to exchange
invalidation messages and discover which caches (i.e. InvalidationGroup)
are available
|
public void | setBridgeName(java.lang.String name)
|
public void | setClusterPartition(org.jboss.ha.framework.server.ClusterPartitionMBean clusterPartition)Sets the underlying partition used by this service to exchange
invalidation messages and discover which caches (i.e. InvalidationGroup)
are available
|
public void | setInvalidationManager(java.lang.String objectName)
|
public void | setPartitionName(java.lang.String name)Sets the name of the Clustering partition to be used to exchange
invalidation messages and discover which caches (i.e. InvalidationGroup)
are available
|