|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ReplySession | |
|---|---|
| org.objectweb.fractal.rmi.stub | Provides a stub and skeleton factory component based on ASM. |
| org.objectweb.jonathan.apis.protocols | Provides a set of classes and interfaces for communication protocols. |
| Uses of ReplySession in org.objectweb.fractal.rmi.stub |
|---|
| Methods in org.objectweb.fractal.rmi.stub with parameters of type ReplySession | |
|---|---|
protected void |
Skeleton.handleException(java.lang.Exception e,
ReplySession session)
Handles an exception that happened in this skeleton. |
protected void |
Skeleton.handleInterfaceMethods(UnMarshaller unmarshaller,
ReplySession session,
int methodIndex)
Handles invocations messages corresponding to methods of the Interface interface. |
abstract void |
Skeleton.send(UnMarshaller unmarshaller,
ReplySession session)
Sends a message (a request) to its recipient. |
| 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 | |||||||||