org.apache.yoko.orb.OB
Interface UpcallReturn

All Known Implementing Classes:
CollocatedServer, GIOPConnection, GIOPConnectionThreaded

public interface UpcallReturn


Method Summary
 void upcallBeginReply(Upcall upcall, ServiceContext[] scl)
           
 void upcallBeginUserException(Upcall upcall, ServiceContext[] scl)
           
 void upcallEndReply(Upcall upcall)
           
 void upcallEndUserException(Upcall upcall)
           
 void upcallForward(Upcall upcall, IOR ior, boolean perm, ServiceContext[] scl)
           
 void upcallSystemException(Upcall upcall, SystemException exception, ServiceContext[] scl)
           
 void upcallUserException(Upcall upcall, UserException ex, ServiceContext[] scl)
           
 

Method Detail

upcallBeginReply

void upcallBeginReply(Upcall upcall,
                      ServiceContext[] scl)

upcallEndReply

void upcallEndReply(Upcall upcall)

upcallBeginUserException

void upcallBeginUserException(Upcall upcall,
                              ServiceContext[] scl)

upcallEndUserException

void upcallEndUserException(Upcall upcall)

upcallUserException

void upcallUserException(Upcall upcall,
                         UserException ex,
                         ServiceContext[] scl)

upcallSystemException

void upcallSystemException(Upcall upcall,
                           SystemException exception,
                           ServiceContext[] scl)

upcallForward

void upcallForward(Upcall upcall,
                   IOR ior,
                   boolean perm,
                   ServiceContext[] scl)


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