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

Packages that use HAPartition
org.jboss.ha.framework.server   
 

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

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

Methods in org.jboss.ha.framework.server that return HAPartition
 HAPartition HATarget.getAssociatedPartition()
           
 

Methods in org.jboss.ha.framework.server with parameters of type HAPartition
protected  void HATarget.updateHAPartition(HAPartition partition)
          Associates this target with the given partition, registering with the partition's DistributedReplicantManager.
 

Constructors in org.jboss.ha.framework.server with parameters of type HAPartition
HATarget(HAPartition partition, String replicantName, Serializable target, int allowInvocations)
          Creates a new HATarget.
 



Copyright © 2008 JBoss, a division of Red Hat, Inc.. All Rights Reserved.