org.jboss.deployers.structure.spi.helpers
Interface ComponentDeploymentContextMBean

All Superinterfaces:
DeploymentMBean
All Known Implementing Classes:
ComponentDeploymentContext

public interface ComponentDeploymentContextMBean
extends DeploymentMBean

ComponentDeploymentContextMBean.

Version:
$Revision: 1.1 $
Author:
Adrian Brock

Method Summary
 String listAttachments(boolean detail)
          List the attachments as an html table
 
Methods inherited from interface org.jboss.deployers.structure.spi.DeploymentMBean
getChildNames, getClassLoaderName, getComparator, getComponentNames, getControllerContextNames, getDependencyInfo, getMutableScope, getName, getObjectName, getParentName, getProblem, getRelativeOrder, getRelativePath, getScope, getSimpleName, getState, getTopLevelName, isComponent, isDeployed, isTopLevel
 

Method Detail

listAttachments

String listAttachments(boolean detail)
List the attachments as an html table

Parameters:
detail - whether to show the attachment
Returns:
the html formatted string


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