|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RequestSession
Request sessions represent the recipient of an invocation for an invocation protocol.
Method Summary | |
---|---|
Object |
getTarget()
Returns the target object represented by this request session. |
void |
send(UnMarshaller message,
ReplySession session)
Sends a message (a request) to its recipient. |
Method Detail |
---|
void send(UnMarshaller message, ReplySession session) throws org.objectweb.jonathan.apis.kernel.JonathanException
The unmarshaller representing the invocation is sent together with a reply session, to be used by the recipient to send the reply. The reply session may be null if no response is expected.
It is the responsibility of the recipient to make sure that the unmarshaller will properly be .
message
- the unmarshaller representing the request;session
- the session to send the reply;
org.objectweb.jonathan.apis.kernel.JonathanException
- if something goes wrong.Object getTarget()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |