org.omg.PortableInterceptor
Interface ServerRequestInterceptorOperations

All Superinterfaces:
InterceptorOperations
All Known Subinterfaces:
ServerRequestInterceptor

public interface ServerRequestInterceptorOperations
extends InterceptorOperations

Interface definition: ServerRequestInterceptor.

Author:
OpenORB Compiler

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

Method Detail

receive_request_service_contexts

void receive_request_service_contexts(ServerRequestInfo ri)
                                      throws ForwardRequest
Operation receive_request_service_contexts

Throws:
ForwardRequest

receive_request

void receive_request(ServerRequestInfo ri)
                     throws ForwardRequest
Operation receive_request

Throws:
ForwardRequest

send_reply

void send_reply(ServerRequestInfo ri)
Operation send_reply


send_exception

void send_exception(ServerRequestInfo ri)
                    throws ForwardRequest
Operation send_exception

Throws:
ForwardRequest

send_other

void send_other(ServerRequestInfo ri)
                throws ForwardRequest
Operation send_other

Throws:
ForwardRequest