|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ChunkFactory | |
| org.objectweb.david.libs.binding.iiop | Provides classes implementing the IIOP protocol. |
| org.objectweb.david.libs.presentation.portable | Provides a set of classes and interfaces for "portable" presentation protocols. |
| org.objectweb.david.libs.protocols.giop | Provides a set of classes implementing the CORBA GIOP protocol. |
| org.objectweb.jeremie.libs.presentation.std | Provides a default implementation of a Jeremie marshaller factory. |
| org.objectweb.jonathan.libs.binding.echannel | Provides an implementation of an event channel service relying on RTP on top of IP multicast. |
| 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.david.libs.binding.iiop |
| Constructors in org.objectweb.david.libs.binding.iiop with parameters of type ChunkFactory | |
IIOPBinder(Context _c,
ChunkFactory chunk_factory,
MarshallerFactory marshaller_factory,
ServicesHandler services_handler,
StubFactory stub_factory,
NamingContext context,
org.omg.IOP.TaggedComponent[] ior_components)
Builds a new instance of IIOPBinder. |
|
| Uses of ChunkFactory in org.objectweb.david.libs.presentation.portable |
| Fields in org.objectweb.david.libs.presentation.portable declared as ChunkFactory | |
protected ChunkFactory |
PortableMarshallerFactory.chunk_factory
The chunk factory used by this marshaller factory. |
| Constructors in org.objectweb.david.libs.presentation.portable with parameters of type ChunkFactory | |
PortableMarshallerFactory(ChunkFactory chunk_factory,
ContextFactory context_factory,
DavidMarshallerFactory mf,
ORB orb)
Creates a new marshaller factory. |
|
PortableMarshallerFactory(ChunkFactory chunk_factory,
ContextFactory context_factory,
DavidMarshallerFactory mf)
Creates a new marshaller factory. |
|
PortableMarshallerFactory(ChunkFactory chunk_factory,
ContextFactory context_factory)
Creates a new marshaller factory. |
|
PortableMarshallerFactory(ChunkFactory chunk_factory,
DavidMarshallerFactory mf)
Creates a new marshaller factory. |
|
PortableMarshallerFactory(ChunkFactory chunk_factory)
Creates a new marshaller factory. |
|
CDRMarshallerFactory(ChunkFactory chunk_factory,
ContextFactory context_factory,
DavidMarshallerFactory mf,
ORB orb)
Creates a new CDRMarshallerFactory |
|
CDRMarshallerFactory(ChunkFactory chunk_factory,
ContextFactory context_factory,
DavidMarshallerFactory mf)
Creates a new marshaller factory. |
|
CDRMarshallerFactory(ChunkFactory chunk_factory,
ContextFactory context_factory)
Creates a new marshaller factory. |
|
CDRMarshallerFactory(ChunkFactory chunk_factory,
DavidMarshallerFactory mf)
Creates a new marshaller factory. |
|
CDRMarshallerFactory(ChunkFactory chunk_factory)
Creates a new marshaller factory. |
|
| Uses of ChunkFactory in org.objectweb.david.libs.protocols.giop |
| Constructors in org.objectweb.david.libs.protocols.giop with parameters of type ChunkFactory | |
GIOPProtocol(Context _c,
Scheduler scheduler,
MarshallerFactory marshaller_factory,
ChunkFactory chunk_factory,
NamingContext adapter,
ServicesHandler services_handler)
Creates a new GIOP Protocol instance. |
|
| Uses of ChunkFactory in org.objectweb.jeremie.libs.presentation.std |
| Fields in org.objectweb.jeremie.libs.presentation.std declared as ChunkFactory | |
protected ChunkFactory |
StdMarshallerFactory.chunk_factory
The chunk factory parameter used to form messages. |
| Uses of ChunkFactory in org.objectweb.jonathan.libs.binding.echannel |
| Constructors in org.objectweb.jonathan.libs.binding.echannel with parameters of type ChunkFactory | |
EBinder(ChunkFactory chunk_factory,
MarshallerFactory marshaller_factory,
NamingContext context,
StubFactory stub_factory)
Builds a new EBinder instance |
|
| Uses of ChunkFactory in org.objectweb.jonathan.libs.protocols.tcpip |
| Constructors in org.objectweb.jonathan.libs.protocols.tcpip with parameters of type ChunkFactory | |
TcpIpProtocol(Context _c,
TcpIpConnectionMgr connection_mgr,
Scheduler scheduler,
ChunkFactory chunk_factory,
MarshallerFactory mf)
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. |
class |
SimpleChunkFactory
A naive Chunk Factory implementation : it simply returns chunks on demand. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||