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

Packages that use MutableAttachments
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 MutableAttachments in org.jboss.deployers.plugins.attachments
 

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

Methods in org.jboss.deployers.plugins.attachments that return MutableAttachments
 MutableAttachments DefaultAttachmentsFactory.newMutableAttachments()
           
 

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

Methods in org.jboss.deployers.spi.attachments that return MutableAttachments
static MutableAttachments AttachmentsFactory.createMutableAttachments()
          Create a mutable attachments object
 MutableAttachments ManagedObjectsWithTransientAttachments.getTransientAttachments()
          Get the transient attachments
 MutableAttachments ManagedObjectAttachments.getTransientManagedObjects()
          Get the transient managed objects
protected abstract  MutableAttachments AttachmentsFactory.newMutableAttachments()
          Create a mutable attachments object
 

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

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

Methods in org.jboss.deployers.spi.attachments.helpers that return MutableAttachments
 MutableAttachments ManagedObjectsWithTransientAttachmentsImpl.getTransientAttachments()
           
 MutableAttachments ManagedObjectAttachmentsImpl.getTransientManagedObjects()
           
 

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

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

Methods in org.jboss.deployers.structure.spi that return MutableAttachments
 MutableAttachments DeploymentUnit.getTransientManagedObjects()
          Get the transient managed objects
 

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

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

Methods in org.jboss.deployers.structure.spi.helpers that return MutableAttachments
 MutableAttachments AbstractDeploymentContext.getTransientAttachments()
           
 MutableAttachments ComponentDeploymentContext.getTransientAttachments()
           
 MutableAttachments AbstractDeploymentContext.getTransientManagedObjects()
           
 MutableAttachments AbstractDeploymentUnit.getTransientManagedObjects()
           
 MutableAttachments ComponentDeploymentContext.getTransientManagedObjects()
           
 

Constructors in org.jboss.deployers.structure.spi.helpers with parameters of type MutableAttachments
TrackingMutableAttachments(MutableAttachments delegate)
          Create a new TrackingMutableAttachments.
 

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

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

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

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



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