Uses of Interface
org.jboss.deployers.spi.attachments.Attachments

Packages that use Attachments
org.jboss.deployers.plugins.attachments   
org.jboss.deployers.spi.attachments   
org.jboss.deployers.spi.attachments.helpers   
org.jboss.deployers.structure.spi   
org.jboss.deployers.structure.spi.helpers   
org.jboss.deployers.vfs.plugins.structure   
org.jboss.deployers.vfs.spi.structure   
 

Uses of Attachments in org.jboss.deployers.plugins.attachments
 

Classes in org.jboss.deployers.plugins.attachments that implement Attachments
 class AttachmentsImpl
          Attachments implementation
 

Methods in org.jboss.deployers.plugins.attachments that return Attachments
 Attachments DefaultAttachmentsFactory.newAttachments()
           
 

Uses of Attachments in org.jboss.deployers.spi.attachments
 

Subinterfaces of Attachments in org.jboss.deployers.spi.attachments
 interface MutableAttachments
          MutableAttachments.
 

Methods in org.jboss.deployers.spi.attachments that return Attachments
static Attachments AttachmentsFactory.createAttachments()
          Create an attachments object
 Attachments PredeterminedManagedObjectAttachments.getPredeterminedManagedObjects()
          Get the predetermined managed objects
protected abstract  Attachments AttachmentsFactory.newAttachments()
          Create an attachments object
 

Methods in org.jboss.deployers.spi.attachments with parameters of type Attachments
 void PredeterminedManagedObjectAttachments.setPredeterminedManagedObjects(Attachments predetermined)
          Set the predetermined managed objects
 

Uses of Attachments in org.jboss.deployers.spi.attachments.helpers
 

Classes in org.jboss.deployers.spi.attachments.helpers that implement Attachments
 class AbstractAttachments
          AbstractAttachments.
 class AbstractMutableAttachments
          AbstractMutableAttachments.
 

Methods in org.jboss.deployers.spi.attachments.helpers that return Attachments
 Attachments PredeterminedManagedObjectAttachmentsImpl.getPredeterminedManagedObjects()
           
 

Methods in org.jboss.deployers.spi.attachments.helpers with parameters of type Attachments
 void PredeterminedManagedObjectAttachmentsImpl.setPredeterminedManagedObjects(Attachments predetermined)
           
 

Uses of Attachments in org.jboss.deployers.structure.spi
 

Subinterfaces of Attachments in org.jboss.deployers.structure.spi
 interface DeploymentUnit
          DeploymentUnit.
 

Uses of Attachments in org.jboss.deployers.structure.spi.helpers
 

Classes in org.jboss.deployers.structure.spi.helpers that implement Attachments
 class AbstractDeploymentUnit
          AbstractDeploymentUnit.
 class TrackingMutableAttachments
          TrackingMutableAttachments.
 

Methods in org.jboss.deployers.structure.spi.helpers that return Attachments
 Attachments ComponentDeploymentContext.getPredeterminedManagedObjects()
           
 

Methods in org.jboss.deployers.structure.spi.helpers with parameters of type Attachments
protected static void AbstractDeploymentContext.listAttachments(StringBuilder builder, Attachments attachments, boolean detail, Set<String> processed)
           
protected static void ComponentDeploymentContext.listAttachments(StringBuilder builder, Attachments attachments, boolean detail, Set<String> processed)
           
 void ComponentDeploymentContext.setPredeterminedManagedObjects(Attachments objects)
           
 

Uses of Attachments in org.jboss.deployers.vfs.plugins.structure
 

Classes in org.jboss.deployers.vfs.plugins.structure that implement Attachments
 class AbstractVFSDeploymentUnit
          AbstractVFSDeploymentUnit.
 

Uses of Attachments in org.jboss.deployers.vfs.spi.structure
 

Subinterfaces of Attachments in org.jboss.deployers.vfs.spi.structure
 interface VFSDeploymentUnit
          VFSDeploymentUnit.
 



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