org.objectweb.dream.message
Class ChunkFactoryReference<T extends AbstractChunk<T>>
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
createChunk
protected abstract T createChunk()
recycleChunk
protected abstract void recycleChunk(T chunk)
Copyright © 2003, 2005 - INRIA Rhone-Alpes - All Rights Reserved.