Uses of Interface
org.jboss.ha.framework.server.ClusterPartitionMBean

Packages that use ClusterPartitionMBean
org.jboss.cache.invalidation.bridges   
org.jboss.ha.framework.server   
org.jboss.ha.hasessionstate.server   
org.jboss.ha.jmx   
org.jboss.ha.jndi   
 

Uses of ClusterPartitionMBean in org.jboss.cache.invalidation.bridges
 

Fields in org.jboss.cache.invalidation.bridges declared as ClusterPartitionMBean
protected  ClusterPartitionMBean JGCacheInvalidationBridge.clusterPartition
          The ClusterPartition with which we are associated.
 

Methods in org.jboss.cache.invalidation.bridges that return ClusterPartitionMBean
 ClusterPartitionMBean JGCacheInvalidationBridge.getClusterPartition()
           
 ClusterPartitionMBean JGCacheInvalidationBridgeMBean.getClusterPartition()
          Get the underlying partition used by this service to exchange invalidation messages and discover which caches (i.e.
 

Methods in org.jboss.cache.invalidation.bridges with parameters of type ClusterPartitionMBean
 void JGCacheInvalidationBridge.setClusterPartition(ClusterPartitionMBean clusterPartition)
           
 void JGCacheInvalidationBridgeMBean.setClusterPartition(ClusterPartitionMBean clusterPartition)
          Sets the underlying partition used by this service to exchange invalidation messages and discover which caches (i.e.
 

Uses of ClusterPartitionMBean in org.jboss.ha.framework.server
 

Classes in org.jboss.ha.framework.server that implement ClusterPartitionMBean
 class ClusterPartition
          Management Bean for Cluster HAPartitions.
 

Fields in org.jboss.ha.framework.server declared as ClusterPartitionMBean
protected  ClusterPartitionMBean FarmMemberService.mClusterPartition
           
 

Methods in org.jboss.ha.framework.server that return ClusterPartitionMBean
 ClusterPartitionMBean FarmMemberService.getClusterPartition()
           
 ClusterPartitionMBean FarmMemberServiceMBean.getClusterPartition()
          Get the underlying partition used by this service.
 

Methods in org.jboss.ha.framework.server with parameters of type ClusterPartitionMBean
 void FarmMemberService.setClusterPartition(ClusterPartitionMBean clusterPartition)
           
 void FarmMemberServiceMBean.setClusterPartition(ClusterPartitionMBean clusterPartition)
          Sets the underlying partition used by this service.
 

Uses of ClusterPartitionMBean in org.jboss.ha.hasessionstate.server
 

Fields in org.jboss.ha.hasessionstate.server declared as ClusterPartitionMBean
protected  ClusterPartitionMBean HASessionStateService.clusterPartition
           
 

Methods in org.jboss.ha.hasessionstate.server that return ClusterPartitionMBean
 ClusterPartitionMBean HASessionStateService.getClusterPartition()
           
 ClusterPartitionMBean HASessionStateServiceMBean.getClusterPartition()
          Get the underlying partition used by this service.
 

Methods in org.jboss.ha.hasessionstate.server with parameters of type ClusterPartitionMBean
 void HASessionStateService.setClusterPartition(ClusterPartitionMBean clusterPartition)
           
 void HASessionStateServiceMBean.setClusterPartition(ClusterPartitionMBean clusterPartition)
          Sets the underlying partition used by this service.
 

Uses of ClusterPartitionMBean in org.jboss.ha.jmx
 

Methods in org.jboss.ha.jmx that return ClusterPartitionMBean
 ClusterPartitionMBean HAServiceMBean.getClusterPartition()
          Get the underlying partition used by this service.
 ClusterPartitionMBean HAServiceMBeanSupport.getClusterPartition()
           
 

Methods in org.jboss.ha.jmx with parameters of type ClusterPartitionMBean
 void HAServiceMBean.setClusterPartition(ClusterPartitionMBean clusterPartition)
          Sets the underlying partition used by this service.
 void HAServiceMBeanSupport.setClusterPartition(ClusterPartitionMBean clusterPartition)
           
 

Uses of ClusterPartitionMBean in org.jboss.ha.jndi
 

Fields in org.jboss.ha.jndi declared as ClusterPartitionMBean
protected  ClusterPartitionMBean DetachedHANamingService.clusterPartition
          The ClusterPartition with which we are associated.
 

Methods in org.jboss.ha.jndi that return ClusterPartitionMBean
 ClusterPartitionMBean DetachedHANamingService.getClusterPartition()
           
 ClusterPartitionMBean DetachedHANamingServiceMBean.getClusterPartition()
          Get the underlying partition used by this service.
 

Methods in org.jboss.ha.jndi with parameters of type ClusterPartitionMBean
 void DetachedHANamingService.setClusterPartition(ClusterPartitionMBean clusterPartition)
           
 void DetachedHANamingServiceMBean.setClusterPartition(ClusterPartitionMBean clusterPartition)
          Sets the underlying partition used by this service.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.