public class JRMIReferenceImpl_OWSkel extends OptSkeleton
class_loader, target
Constructor and Description |
---|
JRMIReferenceImpl_OWSkel() |
JRMIReferenceImpl_OWSkel(Object target) |
Modifier and Type | Method and Description |
---|---|
void |
send(org.objectweb.jonathan.presentation.api.UnMarshaller unmarshaller,
org.objectweb.jonathan.protocols.api.ReplySession session)
Sends an invocation to the target object represented by this skeleton.
|
equals, getTarget, hashCode
public JRMIReferenceImpl_OWSkel()
public JRMIReferenceImpl_OWSkel(Object target)
public void send(org.objectweb.jonathan.presentation.api.UnMarshaller unmarshaller, org.objectweb.jonathan.protocols.api.ReplySession session) throws org.objectweb.jonathan.apis.kernel.JonathanException
OptSkeleton
A reply session is sent to the target object along with the invocation (represented by an unmarshaller). The target object must use the reply session to send back a reply.
send
in interface org.objectweb.jonathan.protocols.api.RequestSession
send
in class OptSkeleton
unmarshaller
- an unmarshaller representing the invocation;session
- a reply session to which the result of the invocation
is to be sent;org.objectweb.jonathan.apis.kernel.JonathanException
- if something goes wrong.