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

All Superinterfaces:
DeploymentMBean
All Known Subinterfaces:
AbstractVFSDeploymentContextMBean
All Known Implementing Classes:
AbstractDeploymentContext, AbstractVFSDeploymentContext

public interface AbstractDeploymentContextMBean
extends DeploymentMBean

AbstractDeploymentContextMBean.

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.