org.objectweb.dream.message
Class AbstractChunk
java.lang.Object
org.objectweb.dream.message.AbstractChunk
- All Implemented Interfaces:
- Chunk, Cloneable, Serializable
- Direct Known Subclasses:
- BasicArrowChunk
- public abstract class AbstractChunk
- extends Object
- implements Chunk, Cloneable, Serializable
Abstract implementation of chunk.
- See Also:
- Serialized Form
Method Summary |
short |
getMessageManagerId()
Returns the id of the message manager that created this chunk. |
void |
setMessageManagerId(short messageManagerId)
Sets the id of the message manager that created this chunk. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractChunk
public AbstractChunk()
getMessageManagerId
public short getMessageManagerId()
- Description copied from interface:
Chunk
- Returns the id of the message manager that created this chunk.
- Specified by:
getMessageManagerId
in interface Chunk
- Returns:
- the id of the message manager that created this chunk.
- See Also:
Chunk.getMessageManagerId()
setMessageManagerId
public void setMessageManagerId(short messageManagerId)
- Description copied from interface:
Chunk
- Sets the id of the message manager that created this chunk.
- Specified by:
setMessageManagerId
in interface Chunk
- Parameters:
messageManagerId
- the id to set.- See Also:
Chunk.setMessageManagerId(short)
Copyright © 2003, 2004 - INRIA Rhone-Alpes - All Rights Reserved.