org.objectweb.jeremie.services.registry
Class RegistryImpl_OWSkel
- RequestSession
public class RegistryImpl_OWSkel
Jeremie optimised skeleton for RegistryImpl
void | send(UnMarshaller unmarshaller, ReplySession session) - Sends an invocation to the target object represented by this skeleton.
|
RegistryImpl_OWSkel
public RegistryImpl_OWSkel()
Creates an optimised Jeremie skeleton with itself as the target.
RegistryImpl_OWSkel
public RegistryImpl_OWSkel(Object target)
Creates an optimised Jeremie skeleton with the given target.
send
public void send(UnMarshaller unmarshaller,
ReplySession session)
throws JonathanException
Sends an invocation to the target object represented by this skeleton.
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 OptSkeleton
unmarshaller
- an unmarshaller representing the invocation;session
- a reply session to which the result of the invocation
is to be sent;