org.objectweb.dream.message
Class ChunkFactoryReference<T extends AbstractChunk<T>>

java.lang.Object
  extended by org.objectweb.dream.message.ChunkFactoryReference<T>
Type Parameters:
T - the type of the chunks, this chunk factory creates.

public abstract class ChunkFactoryReference<T extends AbstractChunk<T>>
extends Object

Reference to chunk factory created and held by a message manager.


Method Summary
protected abstract  T createChunk()
           
protected abstract  void recycleChunk(T chunk)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createChunk

protected abstract T createChunk()

recycleChunk

protected abstract void recycleChunk(T chunk)


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