站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 cluster API Documentation 英文版文档

Uses of Interface org.jboss.ha.framework.interfaces.HAPartition (JBoss Cluster API) - JBoss 4.0.1 sp1 cluster API Documentation 英文版文档


Uses of Interface
org.jboss.ha.framework.interfaces.HAPartition

Packages that use HAPartition
org.jboss.cache.invalidation.bridges   
org.jboss.ejb.plugins   
org.jboss.ha.framework.server   
org.jboss.ha.hasessionstate.interfaces   
org.jboss.ha.hasessionstate.server   
org.jboss.ha.jmx   
org.jboss.ha.jndi   
 

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

Fields in org.jboss.cache.invalidation.bridges declared as HAPartition
protected  HAPartition JGCacheInvalidationBridge.partition
           
 

Uses of HAPartition in org.jboss.ejb.plugins
 

Methods in org.jboss.ejb.plugins with parameters of type HAPartition
 void StatefulHASessionPersistenceManager.newSessionStateTopology(HAPartition haSubPartition)
           
 

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

Classes in org.jboss.ha.framework.server that implement HAPartition
 class HAPartitionImpl
          This class is an abstraction class for a JGroups RPCDispatch and JChannel.
 

Fields in org.jboss.ha.framework.server declared as HAPartition
protected  HAPartition HATarget.partition
           
protected  HAPartition DistributedStateImpl.partition
           
protected  HAPartition DistributedReplicantManagerImpl.partition
           
 

Methods in org.jboss.ha.framework.server that return HAPartition
 HAPartition HATarget.getAssociatedPartition()
           
 HAPartition ClusterPartitionMBean.getHAPartition()
          Access to the underlying HAPartition without going through JNDI
 HAPartition ClusterPartition.getHAPartition()
           
 

Methods in org.jboss.ha.framework.server with parameters of type HAPartition
 void HATarget.updateHAPartition(HAPartition partition)
           
protected  void FarmMemberService.pullNewDeployments(HAPartition partition, HashMap farmed)
           
 

Constructors in org.jboss.ha.framework.server with parameters of type HAPartition
HATarget(HAPartition partition, String replicantName, Serializable target, int allowInvocations)
           
HARMIServerImpl(HAPartition partition, String replicantName, Class intf, Object handler, int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf)
           
HARMIServerImpl(HAPartition partition, String replicantName, Class intf, Object handler, int port, RMIClientSocketFactory clientSocketFactory, RMIServerSocketFactory serverSocketFactory, InetAddress bindAddress)
           
HARMIServerImpl(HAPartition partition, String replicantName, Class intf, Object handler)
          Create a new HARMIServer implementation that will act as a RMI end-point for a specific server.
HARMIServerImpl.RefreshProxiesHATarget(HAPartition partition, String replicantName, Serializable target, int allowInvocations)
           
DistributedStateImpl(HAPartition partition, javax.management.MBeanServer server)
           
DistributedReplicantManagerImpl(HAPartition partition, javax.management.MBeanServer server)
          This class manages replicated objects through the given partition
 

Uses of HAPartition in org.jboss.ha.hasessionstate.interfaces
 

Methods in org.jboss.ha.hasessionstate.interfaces that return HAPartition
 HAPartition HASessionState.getCurrentHAPartition()
           
 

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

Fields in org.jboss.ha.hasessionstate.server declared as HAPartition
protected  HAPartition HASessionStateImpl.hapGeneral
           
 

Methods in org.jboss.ha.hasessionstate.server that return HAPartition
 HAPartition HASessionStateImpl.getCurrentHAPartition()
           
 

Uses of HAPartition in org.jboss.ha.jmx
 

Methods in org.jboss.ha.jmx that return HAPartition
 HAPartition HAServiceMBeanSupport.getPartition()
           
protected  HAPartition HAServiceMBeanSupport.findHAPartitionWithName(String name)
           
 

Uses of HAPartition in org.jboss.ha.jndi
 

Fields in org.jboss.ha.jndi declared as HAPartition
protected  HAPartition HAJNDI.partition
           
protected  HAPartition DetachedHANamingService.partition
          The HAPartition used for the state transfer service
 

Methods in org.jboss.ha.jndi that return HAPartition
protected  HAPartition DetachedHANamingService.findHAPartitionWithName(String name)
           
 

Methods in org.jboss.ha.jndi with parameters of type HAPartition
 void TreeHead.setPartition(HAPartition partition)
           
 void DetachedHANamingService.startService(HAPartition haPartition)
           
 

Constructors in org.jboss.ha.jndi with parameters of type HAPartition
HAJNDI(HAPartition partition)
           
 



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