org.objectweb.dream.protocol
Class ExportIdentifierChunk
java.lang.Object
org.objectweb.dream.message.AbstractChunk<ExportIdentifierChunk>
org.objectweb.dream.protocol.ExportIdentifierChunk
- All Implemented Interfaces:
- Externalizable, Serializable, Recyclable
public class ExportIdentifierChunk
- extends AbstractChunk<ExportIdentifierChunk>
A chunk containing an export identifier.
- See Also:
ExportIdentifier
,
Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_NAME
public static final String DEFAULT_NAME
- The default name of chunk of this type.
- See Also:
- Constant Field Values
ExportIdentifierChunk
public ExportIdentifierChunk()
getExportIdentifier
public ExportIdentifier getExportIdentifier()
- Returns:
- Returns the exportIdentifier.
setExportIdentifier
public void setExportIdentifier(ExportIdentifier exportIdentifier)
- Parameters:
exportIdentifier
- The exportIdentifier to set.
newChunk
public ExportIdentifierChunk newChunk()
- Specified by:
newChunk
in class AbstractChunk<ExportIdentifierChunk>
- See Also:
AbstractChunk.newChunk()
transfertStateTo
public void transfertStateTo(ExportIdentifierChunk newInstance)
- Specified by:
transfertStateTo
in class AbstractChunk<ExportIdentifierChunk>
- See Also:
AbstractChunk.transfertStateTo(AbstractChunk)
recycle
public void recycle()
- See Also:
Recyclable.recycle()
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Throws:
IOException
- See Also:
Externalizable.writeExternal(ObjectOutput)
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
- See Also:
Externalizable.readExternal(ObjectInput)
Copyright © 2003, 2005 - INRIA Rhone-Alpes - All Rights Reserved.