org.jboss.deployers.plugins.deployers
Interface DeployersImplMBean

All Known Implementing Classes:
DeployersImpl

public interface DeployersImplMBean

DeployersImplMBean.

Version:
$Revision: 1.1 $
Author:
Adrian Brock

Method Summary
 String listDeployers(String stageName)
          List the deployers for each stage in order
 String listDeployersByAttachment(String attachment)
          List the deployers for a given attachment
 String listDeployerTimes(boolean details)
          List the deployer times
 

Method Detail

listDeployerTimes

String listDeployerTimes(boolean details)
List the deployer times

Parameters:
details - whether to show details
Returns:
the deployer times

listDeployers

String listDeployers(String stageName)
List the deployers for each stage in order

Parameters:
stageName - the stage name or null for all stages
Returns:
an html formatted table

listDeployersByAttachment

String listDeployersByAttachment(String attachment)
List the deployers for a given attachment

Parameters:
attachment - the attachment name
Returns:
an html formatted table


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