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

Packages that use Attachments
org.jboss.deployers.spi.attachments   
org.jboss.deployers.spi.attachments.helpers   
 

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)
           
 



Copyright ? 2007 JBoss Inc.. All Rights Reserved.