org.jboss.deployers.spi.attachments.helpers
Class PredeterminedManagedObjectAttachmentsImpl
java.lang.Object
org.jboss.deployers.spi.attachments.helpers.PredeterminedManagedObjectAttachmentsImpl
- All Implemented Interfaces:
- Externalizable, Serializable, PredeterminedManagedObjectAttachments
- Direct Known Subclasses:
- ManagedObjectAttachmentsImpl
public class PredeterminedManagedObjectAttachmentsImpl
- extends Object
- implements PredeterminedManagedObjectAttachments, Externalizable
PredeterminedManagedObjectAttachmentsImpl.
- 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 |
PredeterminedManagedObjectAttachmentsImpl
public PredeterminedManagedObjectAttachmentsImpl()
getPredeterminedManagedObjects
public Attachments getPredeterminedManagedObjects()
- Description copied from interface:
PredeterminedManagedObjectAttachments
- Get the predetermined managed objects
- Specified by:
getPredeterminedManagedObjects in interface PredeterminedManagedObjectAttachments
- Returns:
- the predetermined managed objects
setPredeterminedManagedObjects
public void setPredeterminedManagedObjects(Attachments predetermined)
- Description copied from interface:
PredeterminedManagedObjectAttachments
- Set the predetermined managed objects
- Specified by:
setPredeterminedManagedObjects in interface PredeterminedManagedObjectAttachments
- Parameters:
predetermined - the predetermined managed objects
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal in interface Externalizable
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal in interface Externalizable
- Parameters:
out - the output
- Throws:
IOException - for any error
Copyright ? 2007 JBoss Inc.. All Rights Reserved.