org.objectweb.dream.protocol
Class ExportIdentifierChunk

java.lang.Object
  extended by org.objectweb.dream.message.AbstractChunk<ExportIdentifierChunk>
      extended by 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

Field Summary
static String DEFAULT_NAME
          The default name of chunk of this type.
 
Constructor Summary
ExportIdentifierChunk()
           
 
Method Summary
 ExportIdentifier getExportIdentifier()
           
 ExportIdentifierChunk newChunk()
           
 void readExternal(ObjectInput in)
           
 void recycle()
           
 void setExportIdentifier(ExportIdentifier exportIdentifier)
           
 void transfertStateTo(ExportIdentifierChunk newInstance)
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class org.objectweb.dream.message.AbstractChunk
getReference, setReference
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_NAME

public static final String DEFAULT_NAME
The default name of chunk of this type.

See Also:
Constant Field Values
Constructor Detail

ExportIdentifierChunk

public ExportIdentifierChunk()
Method Detail

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.