Uses of Interface
org.jboss.ha.framework.server.deployers.HAPartitionDependencyCreator

Packages that use HAPartitionDependencyCreator
org.jboss.ha.framework.server   
org.jboss.ha.framework.server.deployers   
 

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

Methods in org.jboss.ha.framework.server that return HAPartitionDependencyCreator
 HAPartitionDependencyCreator ClusterPartition.getHaPartitionDependencyCreator()
           
 

Methods in org.jboss.ha.framework.server with parameters of type HAPartitionDependencyCreator
 void ClusterPartition.setHaPartitionDependencyCreator(HAPartitionDependencyCreator haPartitionDependencyCreator)
           
 

Uses of HAPartitionDependencyCreator in org.jboss.ha.framework.server.deployers
 

Classes in org.jboss.ha.framework.server.deployers that implement HAPartitionDependencyCreator
 class DefaultHAPartitionDependencyCreator
          Default impl of HAPartitionDependencyCreator.
 

Methods in org.jboss.ha.framework.server.deployers that return HAPartitionDependencyCreator
 HAPartitionDependencyCreator AbstractHAPartitionDependencyDeployer.getHaPartitionDependencyCreator()
           
 

Methods in org.jboss.ha.framework.server.deployers with parameters of type HAPartitionDependencyCreator
 void AbstractHAPartitionDependencyDeployer.setHaPartitionDependencyCreator(HAPartitionDependencyCreator dependencyCreator)
           
 



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