org.jboss.system.server.profileservice
Class BootstrapDeployment

java.lang.Object
  extended by org.jboss.deployers.spi.attachments.helpers.AbstractAttachments
      extended by org.jboss.deployers.spi.attachments.helpers.AbstractMutableAttachments
          extended by org.jboss.deployers.structure.spi.helpers.AbstractDeploymentUnit
              extended by org.jboss.system.server.profileservice.BootstrapDeployment
All Implemented Interfaces:
Externalizable, Serializable, org.jboss.deployers.spi.attachments.Attachments, org.jboss.deployers.spi.attachments.MutableAttachments, org.jboss.deployers.structure.spi.DeploymentUnit

public class BootstrapDeployment
extends org.jboss.deployers.structure.spi.helpers.AbstractDeploymentUnit
implements org.jboss.deployers.structure.spi.DeploymentUnit

A DeploymentUnit for exposing the MCServer deployments

Version:
$Revision: 87850 $
Author:
Scott.Stark@jboss.org
See Also:
MCServer.getDeployments(), Serialized Form

Constructor Summary
BootstrapDeployment(org.jboss.kernel.spi.deployment.KernelDeployment deployment)
           
 
Method Summary
 String getName()
           
 String getSimpleName()
           
 
Methods inherited from class org.jboss.deployers.structure.spi.helpers.AbstractDeploymentUnit
addAttachment, addComponent, addControllerContextName, addIDependOn, clear, clearChangeCount, createClassLoader, createComponentDeploymentContext, createComponentDeploymentUnit, getAllMetaData, getAttachment, getAttachments, getChangeCount, getChildren, getClassLoader, getComponent, getComponentContext, getComponents, getControllerContextName, getControllerContextNames, getDependencyInfo, getDeploymentContext, getMainDeployer, getMetaData, getMutableMetaData, getMutableScope, getParent, getRelativePath, getResourceClassLoader, getResourceLoader, getScope, getTopLevel, getTransientManagedObjects, hasAttachments, isAttachmentPresent, isComponent, isTopLevel, readExternal, removeAttachment, removeClassLoader, removeComponent, removeControllerContextName, removeIDependOn, setMutableScope, setRequiredStage, setScope, toString, visit, writeExternal
 
Methods inherited from class org.jboss.deployers.spi.attachments.helpers.AbstractMutableAttachments
addAttachment, addAttachment, removeAttachment, removeAttachment, setAttachments
 
Methods inherited from class org.jboss.deployers.spi.attachments.helpers.AbstractAttachments
getAttachment, getAttachment, isAttachmentPresent, isAttachmentPresent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jboss.deployers.structure.spi.DeploymentUnit
addComponent, addControllerContextName, addIDependOn, createClassLoader, getAllMetaData, getChildren, getClassLoader, getComponent, getComponents, getControllerContextName, getControllerContextNames, getDependencyInfo, getMainDeployer, getMetaData, getMutableMetaData, getMutableScope, getParent, getRelativePath, getResourceClassLoader, getResourceLoader, getScope, getTopLevel, getTransientManagedObjects, isComponent, isTopLevel, removeClassLoader, removeComponent, removeControllerContextName, removeIDependOn, setMutableScope, setRequiredStage, setScope, visit
 
Methods inherited from interface org.jboss.deployers.spi.attachments.MutableAttachments
addAttachment, addAttachment, addAttachment, clear, clearChangeCount, getChangeCount, removeAttachment, removeAttachment, removeAttachment, setAttachments
 
Methods inherited from interface org.jboss.deployers.spi.attachments.Attachments
getAttachment, getAttachment, getAttachment, getAttachments, hasAttachments, isAttachmentPresent, isAttachmentPresent, isAttachmentPresent
 

Constructor Detail

BootstrapDeployment

public BootstrapDeployment(org.jboss.kernel.spi.deployment.KernelDeployment deployment)
Method Detail

getName

public String getName()
Specified by:
getName in interface org.jboss.deployers.structure.spi.DeploymentUnit
Overrides:
getName in class org.jboss.deployers.structure.spi.helpers.AbstractDeploymentUnit

getSimpleName

public String getSimpleName()
Specified by:
getSimpleName in interface org.jboss.deployers.structure.spi.DeploymentUnit
Overrides:
getSimpleName in class org.jboss.deployers.structure.spi.helpers.AbstractDeploymentUnit


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