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 JGCacheInvalidationBridgeMBean.getClusterPartition()
          Get the underlying partition used by this service to exchange invalidation messages and discover which caches (i.e.
 ClusterPartitionMBean JGCacheInvalidationBridge.getClusterPartition()
           
 

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

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 FarmMemberServiceMBean.getClusterPartition()
          Get the underlying partition used by this service.
 ClusterPartitionMBean FarmMemberService.getClusterPartition()
           
 

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

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 HASessionStateServiceMBean.getClusterPartition()
          Get the underlying partition used by this service.
 ClusterPartitionMBean HASessionStateService.getClusterPartition()
           
 

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

Uses of ClusterPartitionMBean in org.jboss.ha.jmx
 

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

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

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 DetachedHANamingServiceMBean.getClusterPartition()
          Get the underlying partition used by this service.
 ClusterPartitionMBean DetachedHANamingService.getClusterPartition()
           
 

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



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