org.apache.yoko.orb.PortableServer
Class Delegate

java.lang.Object
  extended by org.apache.yoko.orb.PortableServer.Delegate
All Implemented Interfaces:
Delegate

public final class Delegate
extends Object
implements Delegate


Constructor Summary
Delegate(ORB orb)
           
 
Method Summary
 OutputStream _OB_beginUserException(Servant self, Upcall up, UserException ex)
           
 void _OB_marshalEx(Servant self, Upcall up, SystemException ex)
           
 void _OB_postinvoke(Servant self, Upcall up)
           
 void _OB_postMarshal(Servant self, Upcall up)
           
 void _OB_postUnmarshal(Servant self, Upcall up)
           
 OutputStream _OB_preMarshal(Servant self, Upcall up)
           
 InputStream _OB_preUnmarshal(Servant self, Upcall up)
           
 void _OB_setArgDesc(Servant self, Upcall up, ParameterDesc[] argDesc, ParameterDesc retDesc, TypeCode[] exceptionTC)
           
 void _OB_unmarshalEx(Servant self, Upcall up, SystemException ex)
           
 POA default_POA(Servant self)
           
 Object get_interface_def(Servant self)
           
 InterfaceDef get_interface(Servant self)
           
 boolean is_a(Servant self, String repository_id)
           
 boolean non_existent(Servant self)
           
 byte[] object_id(Servant self)
           
 ORB orb(Servant self)
           
 POA poa(Servant self)
           
 Object this_object(Servant self)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Delegate

public Delegate(ORB orb)
Method Detail

orb

public ORB orb(Servant self)
Specified by:
orb in interface Delegate

this_object

public Object this_object(Servant self)
Specified by:
this_object in interface Delegate

poa

public POA poa(Servant self)
Specified by:
poa in interface Delegate

object_id

public byte[] object_id(Servant self)
Specified by:
object_id in interface Delegate

default_POA

public POA default_POA(Servant self)
Specified by:
default_POA in interface Delegate

is_a

public boolean is_a(Servant self,
                    String repository_id)
Specified by:
is_a in interface Delegate

non_existent

public boolean non_existent(Servant self)
Specified by:
non_existent in interface Delegate

get_interface

public InterfaceDef get_interface(Servant self)
Specified by:
get_interface in interface Delegate

get_interface_def

public Object get_interface_def(Servant self)
Specified by:
get_interface_def in interface Delegate

_OB_preUnmarshal

public InputStream _OB_preUnmarshal(Servant self,
                                    Upcall up)
                             throws LocationForward
Throws:
LocationForward

_OB_unmarshalEx

public void _OB_unmarshalEx(Servant self,
                            Upcall up,
                            SystemException ex)
                     throws LocationForward
Throws:
LocationForward

_OB_postUnmarshal

public void _OB_postUnmarshal(Servant self,
                              Upcall up)
                       throws LocationForward
Throws:
LocationForward

_OB_postinvoke

public void _OB_postinvoke(Servant self,
                           Upcall up)
                    throws LocationForward
Throws:
LocationForward

_OB_preMarshal

public OutputStream _OB_preMarshal(Servant self,
                                   Upcall up)
                            throws LocationForward
Throws:
LocationForward

_OB_marshalEx

public void _OB_marshalEx(Servant self,
                          Upcall up,
                          SystemException ex)
                   throws LocationForward
Throws:
LocationForward

_OB_postMarshal

public void _OB_postMarshal(Servant self,
                            Upcall up)
                     throws LocationForward
Throws:
LocationForward

_OB_setArgDesc

public void _OB_setArgDesc(Servant self,
                           Upcall up,
                           ParameterDesc[] argDesc,
                           ParameterDesc retDesc,
                           TypeCode[] exceptionTC)

_OB_beginUserException

public OutputStream _OB_beginUserException(Servant self,
                                           Upcall up,
                                           UserException ex)


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.