Uses of Class
org.apache.yoko.orb.OB.Upcall

Packages that use Upcall
org.apache.yoko.orb.CORBA   
org.apache.yoko.orb.OB   
org.apache.yoko.orb.OBPortableServer   
org.apache.yoko.orb.PortableServer   
 

Uses of Upcall in org.apache.yoko.orb.CORBA
 

Constructors in org.apache.yoko.orb.CORBA with parameters of type Upcall
ServerRequest(DynamicImplementation servant, Upcall upcall)
           
 

Uses of Upcall in org.apache.yoko.orb.OB
 

Subclasses of Upcall in org.apache.yoko.orb.OB
 class PIUpcall
           
 

Fields in org.apache.yoko.orb.OB declared as Upcall
protected  Upcall DispatchRequest_impl.upcall_
           
 

Methods in org.apache.yoko.orb.OB that return Upcall
 Upcall OAInterface.createUpcall(UpcallReturn upcallReturn, ProfileInfo profileInfo, TransportInfo transportInfo, int requestId, String op, InputStream in, ServiceContext[] requestSCL)
           
protected  Upcall GIOPConnection.processMessage(GIOPIncomingMessage msg)
           
protected  Upcall GIOPConnection.processRequest(GIOPIncomingMessage msg)
           
 

Methods in org.apache.yoko.orb.OB with parameters of type Upcall
 void CollocatedServer.upcallBeginReply(Upcall upcall, ServiceContext[] replySCL)
           
 void GIOPConnection.upcallBeginReply(Upcall upcall, ServiceContext[] scl)
           
 void UpcallReturn.upcallBeginReply(Upcall upcall, ServiceContext[] scl)
           
 void CollocatedServer.upcallBeginUserException(Upcall upcall, ServiceContext[] replySCL)
           
 void GIOPConnection.upcallBeginUserException(Upcall upcall, ServiceContext[] scl)
           
 void UpcallReturn.upcallBeginUserException(Upcall upcall, ServiceContext[] scl)
           
 void CollocatedServer.upcallEndReply(Upcall upcall)
           
 void GIOPConnection.upcallEndReply(Upcall upcall)
           
 void UpcallReturn.upcallEndReply(Upcall upcall)
           
 void CollocatedServer.upcallEndUserException(Upcall upcall)
           
 void GIOPConnection.upcallEndUserException(Upcall upcall)
           
 void UpcallReturn.upcallEndUserException(Upcall upcall)
           
 void CollocatedServer.upcallForward(Upcall upcall, IOR ior, boolean perm, ServiceContext[] replySCL)
           
 void GIOPConnection.upcallForward(Upcall upcall, IOR ior, boolean perm, ServiceContext[] scl)
           
 void UpcallReturn.upcallForward(Upcall upcall, IOR ior, boolean perm, ServiceContext[] scl)
           
 void CollocatedServer.upcallSystemException(Upcall upcall, SystemException ex, ServiceContext[] replySCL)
           
 void GIOPConnection.upcallSystemException(Upcall upcall, SystemException ex, ServiceContext[] scl)
           
 void UpcallReturn.upcallSystemException(Upcall upcall, SystemException exception, ServiceContext[] scl)
           
 void CollocatedServer.upcallUserException(Upcall upcall, UserException ex, ServiceContext[] replySCL)
           
 void GIOPConnection.upcallUserException(Upcall upcall, UserException ex, ServiceContext[] scl)
           
 void UpcallReturn.upcallUserException(Upcall upcall, UserException ex, ServiceContext[] scl)
           
 

Constructors in org.apache.yoko.orb.OB with parameters of type Upcall
DispatchRequest_impl(POA_impl poa, byte[] oid, Upcall upcall)
           
 

Uses of Upcall in org.apache.yoko.orb.OBPortableServer
 

Methods in org.apache.yoko.orb.OBPortableServer with parameters of type Upcall
 void POA_impl._OB_dispatch(byte[] oid, Upcall upcall)
           
 

Uses of Upcall in org.apache.yoko.orb.PortableServer
 

Methods in org.apache.yoko.orb.PortableServer with parameters of type Upcall
 OutputStream Delegate._OB_beginUserException(Servant self, Upcall up, UserException ex)
           
protected  OutputStream Servant._OB_beginUserException(Upcall up, UserException ex)
           
abstract  void Servant._OB_dispatch(Upcall _ob_up)
           
 void Delegate._OB_marshalEx(Servant self, Upcall up, SystemException ex)
           
protected  void Servant._OB_marshalEx(Upcall up, SystemException ex)
           
 void Delegate._OB_postinvoke(Servant self, Upcall up)
           
protected  void Servant._OB_postinvoke(Upcall up)
           
 void Delegate._OB_postMarshal(Servant self, Upcall up)
           
protected  void Servant._OB_postMarshal(Upcall up)
           
 void Delegate._OB_postUnmarshal(Servant self, Upcall up)
           
protected  void Servant._OB_postUnmarshal(Upcall up)
           
 OutputStream Delegate._OB_preMarshal(Servant self, Upcall up)
           
protected  OutputStream Servant._OB_preMarshal(Upcall up)
           
 InputStream Delegate._OB_preUnmarshal(Servant self, Upcall up)
           
protected  InputStream Servant._OB_preUnmarshal(Upcall up)
           
 void Delegate._OB_setArgDesc(Servant self, Upcall up, ParameterDesc[] argDesc, ParameterDesc retDesc, TypeCode[] exceptionTC)
           
protected  void Servant._OB_setArgDesc(Upcall up, ParameterDesc[] argDesc, ParameterDesc retDesc, TypeCode[] exceptionTC)
           
 void Delegate._OB_unmarshalEx(Servant self, Upcall up, SystemException ex)
           
protected  void Servant._OB_unmarshalEx(Upcall up, SystemException ex)
           
 



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