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

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

public class ManagedObjectAttachmentsImpl
extends PredeterminedManagedObjectAttachmentsImpl
implements ManagedObjectAttachments

ManagedObjectAttachmentsImpl.

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

Constructor Summary
ManagedObjectAttachmentsImpl()
           
 
Method Summary
 MutableAttachments getTransientManagedObjects()
          Get the transient managed objects
 void readExternal(ObjectInput in)
           
 void writeExternal(ObjectOutput out)
           
 
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.PredeterminedManagedObjectAttachments
getPredeterminedManagedObjects, setPredeterminedManagedObjects
 

Constructor Detail

ManagedObjectAttachmentsImpl

public ManagedObjectAttachmentsImpl()
Method Detail

getTransientManagedObjects

public MutableAttachments getTransientManagedObjects()
Description copied from interface: ManagedObjectAttachments
Get the transient managed objects

Specified by:
getTransientManagedObjects in interface ManagedObjectAttachments
Returns:
the managed objects

readExternal

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

writeExternal

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


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