|
||||||||||
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.DynamicRequestSession
Provides an implementation of a request session
.
Constructor Summary | |
protected |
StdStubFactory.DynamicRequestSession(DynamicRemote target,
Class stub_class)
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.DynamicRequestSession(DynamicRemote target, Class stub_class)
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.RequestSession
message
- 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.RequestSession
public boolean equals(Object other)
public int hashCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |