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