org.jboss.deployers.spi.attachments.helpers
Class ManagedObjectsWithTransientAttachmentsImpl

java.lang.Object
  extended by org.jboss.deployers.spi.attachments.helpers.PredeterminedManagedObjectAttachmentsImpl
      extended by org.jboss.deployers.spi.attachments.helpers.ManagedObjectAttachmentsImpl
          extended by org.jboss.deployers.spi.attachments.helpers.ManagedObjectsWithTransientAttachmentsImpl
All Implemented Interfaces:
Externalizable, Serializable, ManagedObjectAttachments, ManagedObjectsWithTransientAttachments, PredeterminedManagedObjectAttachments
Direct Known Subclasses:
AbstractDeploymentContext

public class ManagedObjectsWithTransientAttachmentsImpl
extends ManagedObjectAttachmentsImpl
implements ManagedObjectsWithTransientAttachments

ManagedObjectsWithTransientAttachmentsImpl.

Version:
$Revision: 1.1 $
Author:
Adrian Brock
See Also:
Serialized Form

Constructor Summary
ManagedObjectsWithTransientAttachmentsImpl()
          Create a new ManagedObjectsWithTransientAttachmentsImpl.
 
Method Summary
 MutableAttachments getTransientAttachments()
          Get the transient attachments
 void readExternal(ObjectInput in)
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class org.jboss.deployers.spi.attachments.helpers.ManagedObjectAttachmentsImpl
getTransientManagedObjects
 
Methods inherited from class org.jboss.deployers.spi.attachments.helpers.PredeterminedManagedObjectAttachmentsImpl
getPredeterminedManagedObjects, setPredeterminedManagedObjects
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jboss.deployers.spi.attachments.ManagedObjectAttachments
getTransientManagedObjects
 
Methods inherited from interface org.jboss.deployers.spi.attachments.PredeterminedManagedObjectAttachments
getPredeterminedManagedObjects, setPredeterminedManagedObjects
 

Constructor Detail

ManagedObjectsWithTransientAttachmentsImpl

public ManagedObjectsWithTransientAttachmentsImpl()
Create a new ManagedObjectsWithTransientAttachmentsImpl.

Method Detail

getTransientAttachments

public MutableAttachments getTransientAttachments()
Description copied from interface: ManagedObjectsWithTransientAttachments
Get the transient attachments

Specified by:
getTransientAttachments in interface ManagedObjectsWithTransientAttachments
Returns:
the managed objects

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Overrides:
readExternal in class ManagedObjectAttachmentsImpl
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Overrides:
writeExternal in class ManagedObjectAttachmentsImpl
Parameters:
out - the output
Throws:
IOException - for any error


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