org.objectweb.dream.protocol.utobcast.message
Class CrashedLeaderChunkImpl

java.lang.Object
  extended byorg.objectweb.dream.message.AbstractChunk
      extended byorg.objectweb.dream.protocol.utobcast.message.CrashedLeaderChunkImpl
All Implemented Interfaces:
Chunk, Cloneable, CrashedLeaderChunk, Recyclable, Serializable

public class CrashedLeaderChunkImpl
extends AbstractChunk
implements CrashedLeaderChunk

Basic implementation of the CrashedLeaderChunkinterface.

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.objectweb.dream.protocol.utobcast.message.CrashedLeaderChunk
DEFAULT_NAME, TYPE
 
Constructor Summary
CrashedLeaderChunkImpl()
           
 
Method Summary
 ChunkType getType()
           
 void recycle()
           
 void transfertState(Chunk newInstance)
           
 
Methods inherited from class org.objectweb.dream.message.AbstractChunk
getMessageManagerId, setMessageManagerId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CrashedLeaderChunkImpl

public CrashedLeaderChunkImpl()
Method Detail

getType

public ChunkType getType()
Specified by:
getType in interface Chunk
See Also:
Chunk.getType()

transfertState

public void transfertState(Chunk newInstance)
Specified by:
transfertState in interface Chunk
See Also:
Chunk.transfertState(Chunk)

recycle

public void recycle()
Specified by:
recycle in interface Recyclable
See Also:
Recyclable.recycle()


Copyright © 2003, 2004 - INRIA Rhone-Alpes - All Rights Reserved.