org.objectweb.jonathan.libs.resources
Class SimpleChunkFactoryFactory

java.lang.Object
  |
  +--org.objectweb.jonathan.libs.resources.SimpleChunkFactoryFactory
All Implemented Interfaces:
Factory

public class SimpleChunkFactoryFactory
extends Object
implements Factory

JChunkFactory factory implementation.


Constructor Summary
SimpleChunkFactoryFactory()
           
 
Method Summary
 Object newObject(Context _c)
          Returns a singleton SimpleChunkFactory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleChunkFactoryFactory

public SimpleChunkFactoryFactory()
Method Detail

newObject

public Object newObject(Context _c)
Returns a singleton SimpleChunkFactory.
Specified by:
newObject in interface Factory
Parameters:
_c - unused.
Returns:
a SimpleChunkFactory.