org.jboss.deployers.spi.attachments
Interface ManagedObjectsWithTransientAttachments

All Superinterfaces:
ManagedObjectAttachments, PredeterminedManagedObjectAttachments, Serializable
All Known Subinterfaces:
DeploymentContext, VFSDeploymentContext
All Known Implementing Classes:
AbstractDeploymentContext, AbstractVFSDeploymentContext, ComponentDeploymentContext, ManagedObjectsWithTransientAttachmentsImpl

public interface ManagedObjectsWithTransientAttachments
extends ManagedObjectAttachments

ManagedObjectAttachments.

Version:
$Revision: 1.1 $
Author:
Adrian Brock

Method Summary
 MutableAttachments getTransientAttachments()
          Get the transient attachments
 
Methods inherited from interface org.jboss.deployers.spi.attachments.ManagedObjectAttachments
getTransientManagedObjects
 
Methods inherited from interface org.jboss.deployers.spi.attachments.PredeterminedManagedObjectAttachments
getPredeterminedManagedObjects, setPredeterminedManagedObjects
 

Method Detail

getTransientAttachments

MutableAttachments getTransientAttachments()
Get the transient attachments

Returns:
the managed objects


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