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

All Known Implementing Classes:
DefaultHAPartitionDependencyCreator

public interface HAPartitionDependencyCreator

Policy for creating an MC bean name from a partition name. Bean name can be added as a dependency to metadata for deployments that use the specified partition.

Author:
Brian Stansberry

Method Summary
 String getHAPartitionDependencyName(String partitionName)
          Gets the MC bean name upon which a bean using the given partition can depend.
 

Method Detail

getHAPartitionDependencyName

String getHAPartitionDependencyName(String partitionName)
Gets the MC bean name upon which a bean using the given partition can depend.

Parameters:
partitionName - the partition name. Cannot be null
Returns:
the bean name


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