|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.objectweb.jeremie.stub_factories.std.StdStubFactory.RequestSessionImpl
Provides an implementation of a request session.
| Constructor Summary | |
protected |
StdStubFactory.RequestSessionImpl(Object target)
Builds a new RequestSessionImpl. |
| Method Summary | |
boolean |
equals(Object other)
|
Object |
getTarget()
Returns this session's target. |
int |
hashCode()
|
void |
send(org.objectweb.jonathan.presentation.api.UnMarshaller message,
org.objectweb.jonathan.protocols.api.ReplySession session)
Sends a message to the session target. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
protected StdStubFactory.RequestSessionImpl(Object target)
target - the session target.| Method Detail |
public void send(org.objectweb.jonathan.presentation.api.UnMarshaller message,
org.objectweb.jonathan.protocols.api.ReplySession session)
throws org.objectweb.jonathan.apis.kernel.JonathanException
send in interface org.objectweb.jonathan.protocols.api.RequestSessionmessage - the message to be sent;session - the reply session to be used for answering the request.
org.objectweb.jonathan.apis.kernel.JonathanException - if something goes wrong.public Object getTarget()
getTarget in interface org.objectweb.jonathan.protocols.api.RequestSessionpublic boolean equals(Object other)
public int hashCode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||