org.apache.yoko.orb.PortableServer
Class Servant

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by org.apache.yoko.orb.PortableServer.Servant

public abstract class Servant
extends Servant


Constructor Summary
Servant()
           
 
Method Summary
protected  OutputStream _OB_beginUserException(Upcall up, UserException ex)
           
abstract  void _OB_dispatch(Upcall _ob_up)
           
protected  void _OB_marshalEx(Upcall up, SystemException ex)
           
protected  void _OB_postinvoke(Upcall up)
           
protected  void _OB_postMarshal(Upcall up)
           
protected  void _OB_postUnmarshal(Upcall up)
           
protected  OutputStream _OB_preMarshal(Upcall up)
           
protected  InputStream _OB_preUnmarshal(Upcall up)
           
protected  void _OB_setArgDesc(Upcall up, ParameterDesc[] argDesc, ParameterDesc retDesc, TypeCode[] exceptionTC)
           
protected  void _OB_unmarshalEx(Upcall up, SystemException ex)
           
 
Methods inherited from class org.omg.PortableServer.Servant
_all_interfaces, _default_POA, _get_delegate, _get_interface_def, _get_interface, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Servant

public Servant()
Method Detail

_OB_preUnmarshal

protected InputStream _OB_preUnmarshal(Upcall up)
                                throws LocationForward
Throws:
LocationForward

_OB_unmarshalEx

protected void _OB_unmarshalEx(Upcall up,
                               SystemException ex)
                        throws LocationForward
Throws:
LocationForward

_OB_postUnmarshal

protected void _OB_postUnmarshal(Upcall up)
                          throws LocationForward
Throws:
LocationForward

_OB_postinvoke

protected void _OB_postinvoke(Upcall up)
                       throws LocationForward
Throws:
LocationForward

_OB_preMarshal

protected OutputStream _OB_preMarshal(Upcall up)
                               throws LocationForward
Throws:
LocationForward

_OB_marshalEx

protected void _OB_marshalEx(Upcall up,
                             SystemException ex)
                      throws LocationForward
Throws:
LocationForward

_OB_postMarshal

protected void _OB_postMarshal(Upcall up)
                        throws LocationForward
Throws:
LocationForward

_OB_setArgDesc

protected void _OB_setArgDesc(Upcall up,
                              ParameterDesc[] argDesc,
                              ParameterDesc retDesc,
                              TypeCode[] exceptionTC)

_OB_beginUserException

protected OutputStream _OB_beginUserException(Upcall up,
                                              UserException ex)

_OB_dispatch

public abstract void _OB_dispatch(Upcall _ob_up)
                           throws LocationForward
Throws:
LocationForward


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