org.jboss.deployers.spi.attachments.helpers
Class ManagedObjectAttachmentsImpl
java.lang.Object
org.jboss.deployers.spi.attachments.helpers.PredeterminedManagedObjectAttachmentsImpl
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ManagedObjectAttachmentsImpl
public ManagedObjectAttachmentsImpl()
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.