org.objectweb.jeremie.libs.services.registry
Class RegistryImpl_Skel

java.lang.Object
  extended byorg.objectweb.jeremie.libs.stub_factories.std.OptSkeleton
      extended byorg.objectweb.jeremie.libs.services.registry.RegistryImpl_Skel
All Implemented Interfaces:
RequestSession

public class RegistryImpl_Skel
extends OptSkeleton

Jeremie optimised skeleton for RegistryImpl


Field Summary
 
Fields inherited from class org.objectweb.jeremie.libs.stub_factories.std.OptSkeleton
class_loader, target
 
Constructor Summary
RegistryImpl_Skel()
           
RegistryImpl_Skel(java.lang.Object target)
           
 
Method Summary
 void send(UnMarshaller unmarshaller, ReplySession session)
          Sends an invocation to the target object represented by this skeleton.
 
Methods inherited from class org.objectweb.jeremie.libs.stub_factories.std.OptSkeleton
equals, getTarget, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistryImpl_Skel

public RegistryImpl_Skel()

RegistryImpl_Skel

public RegistryImpl_Skel(java.lang.Object target)
Method Detail

send

public void send(UnMarshaller unmarshaller,
                 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 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.