org.apache.yoko.orb.OB
Interface UpcallReturn
- All Known Implementing Classes:
- CollocatedServer, GIOPConnection, GIOPConnectionThreaded
public interface UpcallReturn
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.