|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ContextFactory | |
|---|---|
| org.objectweb.fractal.jonathan | Provides Fractal compliant sub classes of some Jonathan classes. |
| org.objectweb.fractal.rmi | Provides a protocol, an object adapter and a binder component. |
| 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 ContextFactory in org.objectweb.fractal.jonathan |
|---|
| Classes in org.objectweb.fractal.jonathan that implement ContextFactory | |
|---|---|
class |
JContextFactory
A minimal and Fractal compliant ContextFactory implementation. |
| Uses of ContextFactory in org.objectweb.fractal.rmi |
|---|
| Fields in org.objectweb.fractal.rmi declared as ContextFactory | |
|---|---|
protected ContextFactory |
RmiBinder.contextFactory
The context factory used to create hints for various methods. |
| Uses of ContextFactory in org.objectweb.fractal.rmi.io |
|---|
| Fields in org.objectweb.fractal.rmi.io declared as ContextFactory | |
|---|---|
protected ContextFactory |
RmiUnMarshaller.contextFactory
The context factory used to create the context associated with this marshaller. |
protected ContextFactory |
RmiObjectInputStream.contextFactory
The context factory used to create hints for the bind method. |
protected ContextFactory |
RmiMarshallerFactory.contextFactory
The context factory to be used by the (un)marshallers created by this factory. |
protected ContextFactory |
RmiMarshaller.contextFactory
The context factory used to create the context associated with this marshaller. |
protected ContextFactory |
MyRmiObjectInputStream.contextFactory
The context factory used to create hints for the bind method. |
protected ContextFactory |
MyRmiMarshallerFactory.contextFactory
The context factory to be used by the (un)marshallers created by this factory. |
| Constructors in org.objectweb.fractal.rmi.io with parameters of type ContextFactory | |
|---|---|
MyRmiObjectInputStream(java.io.InputStream is,
NamingContext domain,
ContextFactory contextFactory,
ClassGenerator loader)
Constructs a new MyRmiObjectInputStream. |
|
RmiMarshaller(NamingContext domain,
ChunkFactory chunkFactory,
ContextFactory contextFactory)
Constructs a new RmiMarshaller. |
|
RmiObjectInputStream(java.io.InputStream is,
NamingContext domain,
ContextFactory contextFactory)
Constructs a new RmiObjectInputStream. |
|
RmiUnMarshaller(NamingContext domain,
ContextFactory contextFactory,
Chunk chunk,
int read,
ClassGenerator loader)
Constructs a new RmiUnMarshaller. |
|
RmiUnMarshaller(NamingContext domain,
ContextFactory contextFactory,
ChunkProvider provider,
ClassGenerator loader)
Constructs a new RmiUnMarshaller. |
|
| Uses of ContextFactory in org.objectweb.jonathan.libs.protocols.tcpip |
|---|
| Fields in org.objectweb.jonathan.libs.protocols.tcpip declared as ContextFactory | |
|---|---|
protected ContextFactory |
TcpIpProtocol.context_factory
|
| Constructors in org.objectweb.jonathan.libs.protocols.tcpip with parameters of type ContextFactory | |
|---|---|
TcpIpProtocol(TcpIpConnectionMgr connection_mgr,
Scheduler scheduler,
ChunkFactory chunk_factory,
MarshallerFactory mf,
ContextFactory context_factory)
Constructs a new instance of TcpIpProtocol. |
|
| Uses of ContextFactory in org.objectweb.jonathan.libs.resources |
|---|
| Fields in org.objectweb.jonathan.libs.resources declared as ContextFactory | |
|---|---|
protected ContextFactory |
JScheduler.context_factory
|
| Constructors in org.objectweb.jonathan.libs.resources with parameters of type ContextFactory | |
|---|---|
JScheduler(ContextFactory context_factory)
Returns a new scheduler. |
|
JScheduler(int max_waiting,
boolean verbose,
ContextFactory context_factory)
Returns a new scheduler. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||