|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReplySession | |
org.objectweb.david.libs.stub_factories.std | Provides classes implementing the default David stub factory. |
org.objectweb.jeremie.libs.services.registry | Provides an implementation of a simple naming service and a number of programming interfaces for accessing the service. |
org.objectweb.jeremie.libs.services.registry.jndi | Provides a JNDI Service Provider Interface (SPI) for the Jeremie registry. |
org.objectweb.jeremie.libs.stub_factories.std | Provides default implementations of a Jeremie reference, stub and stub factory. |
org.objectweb.jonathan.apis.protocols | Provides a set of classes and interfaces for communication protocols. |
Uses of ReplySession in org.objectweb.david.libs.stub_factories.std |
Methods in org.objectweb.david.libs.stub_factories.std with parameters of type ReplySession | |
void |
ServerDelegate.send(UnMarshaller message,
ReplySession session)
Sends a message up to a service implementation (RequestSession method) |
Uses of ReplySession in org.objectweb.jeremie.libs.services.registry |
Methods in org.objectweb.jeremie.libs.services.registry with parameters of type ReplySession | |
void |
RegistryImpl_Skel.send(UnMarshaller unmarshaller,
ReplySession session)
|
Uses of ReplySession in org.objectweb.jeremie.libs.services.registry.jndi |
Methods in org.objectweb.jeremie.libs.services.registry.jndi with parameters of type ReplySession | |
void |
JRMIReferenceImpl_Skel.send(UnMarshaller unmarshaller,
ReplySession session)
|
Uses of ReplySession in org.objectweb.jeremie.libs.stub_factories.std |
Methods in org.objectweb.jeremie.libs.stub_factories.std with parameters of type ReplySession | |
void |
StdStubFactory.RequestSessionImpl.send(UnMarshaller message,
ReplySession session)
Sends a message to the session target. |
void |
StdStubFactory.DynamicRequestSession.send(UnMarshaller message,
ReplySession session)
Sends a message to the session target. |
abstract void |
OptSkeleton.send(UnMarshaller unmarshaller,
ReplySession session)
Sends an invocation to the target object represented by this skeleton. |
Uses of ReplySession in org.objectweb.jonathan.apis.protocols |
Methods in org.objectweb.jonathan.apis.protocols with parameters of type ReplySession | |
void |
RequestSession.send(UnMarshaller message,
ReplySession session)
Sends a message (a request) to its recipient. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |