org.omg.PortableInterceptor
Interface ServerRequestInterceptorOperations

All Superinterfaces:
InterceptorOperations
All Known Subinterfaces:
ServerRequestInterceptor

public interface ServerRequestInterceptorOperations
extends InterceptorOperations


Method Summary
 void receive_request_service_contexts(ServerRequestInfo ri)
           
 void receive_request(ServerRequestInfo ri)
           
 void send_exception(ServerRequestInfo ri)
           
 void send_other(ServerRequestInfo ri)
           
 void send_reply(ServerRequestInfo ri)
           
 
Methods inherited from interface org.omg.PortableInterceptor.InterceptorOperations
name
 

Method Detail

receive_request_service_contexts

public void receive_request_service_contexts(ServerRequestInfo ri)
                                      throws ForwardRequest

receive_request

public void receive_request(ServerRequestInfo ri)
                     throws ForwardRequest

send_reply

public void send_reply(ServerRequestInfo ri)

send_exception

public void send_exception(ServerRequestInfo ri)
                    throws ForwardRequest

send_other

public void send_other(ServerRequestInfo ri)
                throws ForwardRequest