org.objectweb.jeremie.services.registry
Class RegistryImpl_OWSkel
java.lang.Object
org.objectweb.jeremie.stub_factories.std.OptSkeleton
org.objectweb.jeremie.services.registry.RegistryImpl_OWSkel
- All Implemented Interfaces:
- org.objectweb.jonathan.protocols.api.RequestSession
- public class RegistryImpl_OWSkel
- extends OptSkeleton
Jeremie optimised skeleton for RegistryImpl
Method Summary |
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. |
RegistryImpl_OWSkel
public RegistryImpl_OWSkel()
RegistryImpl_OWSkel
public RegistryImpl_OWSkel(Object target)
send
public void send(org.objectweb.jonathan.presentation.api.UnMarshaller unmarshaller,
org.objectweb.jonathan.protocols.api.ReplySession session)
throws org.objectweb.jonathan.apis.kernel.JonathanException
- Description copied from class:
OptSkeleton
- 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.
- Specified by:
send
in interface org.objectweb.jonathan.protocols.api.RequestSession
- Specified by:
send
in class OptSkeleton
- Parameters:
unmarshaller
- an unmarshaller representing the invocation;session
- a reply session to which the result of the invocation
is to be sent;
- Throws:
org.objectweb.jonathan.apis.kernel.JonathanException
- if something goes wrong.