Uses of Interface
org.objectweb.jonathan.apis.resources.ChunkFactory

Packages that use ChunkFactory
org.objectweb.fractal.rmi.io Provides a marshaller and unmarshaller factory component. 
org.objectweb.jonathan.libs.protocols.tcpip Provides a set of classes giving access to the TCP/IP protocol stack. 
org.objectweb.jonathan.libs.resources Provides implementations for various resources and managers. 
 

Uses of ChunkFactory in org.objectweb.fractal.rmi.io
 

Fields in org.objectweb.fractal.rmi.io declared as ChunkFactory
protected  ChunkFactory RmiMarshallerFactory.chunkFactory
          The chunk factory to be used by the (un)marshallers created by this factory.
protected  ChunkFactory RmiMarshaller.chunkFactory
          The chunk factory used to create new chunks to marshall data.
protected  ChunkFactory MyRmiMarshallerFactory.chunkFactory
          The chunk factory to be used by the (un)marshallers created by this factory.
 

Constructors in org.objectweb.fractal.rmi.io with parameters of type ChunkFactory
RmiMarshaller(NamingContext domain, ChunkFactory chunkFactory, ContextFactory contextFactory)
          Constructs a new RmiMarshaller.
 

Uses of ChunkFactory in org.objectweb.jonathan.libs.protocols.tcpip
 

Fields in org.objectweb.jonathan.libs.protocols.tcpip declared as ChunkFactory
protected  ChunkFactory TcpIpProtocol.chunk_factory
           
 

Constructors in org.objectweb.jonathan.libs.protocols.tcpip with parameters of type ChunkFactory
TcpIpProtocol(TcpIpConnectionMgr connection_mgr, Scheduler scheduler, ChunkFactory chunk_factory, MarshallerFactory mf, ContextFactory context_factory)
          Constructs a new instance of TcpIpProtocol.
 

Uses of ChunkFactory in org.objectweb.jonathan.libs.resources
 

Classes in org.objectweb.jonathan.libs.resources that implement ChunkFactory
 class JChunkFactory
          A Chunk Factory implementation.
 



Copyright © 2008 OW2 Consortium. All Rights Reserved.