org.omg.PortableInterceptor
Interface ServerRequestInterceptorOperations

All Superinterfaces:
InterceptorOperations
All Known Subinterfaces:
ServerRequestInterceptor
All Known Implementing Classes:
_ServerRequestInterceptorLocalBase, ServerRequestInterceptorLocalTie

public interface ServerRequestInterceptorOperations
extends InterceptorOperations

Generated from IDL interface "ServerRequestInterceptor".

Version:
generated at Sep 22, 2012 10:58:00 AM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007

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

void receive_request_service_contexts(ServerRequestInfo ri)
                                      throws ForwardRequest
Throws:
ForwardRequest

receive_request

void receive_request(ServerRequestInfo ri)
                     throws ForwardRequest
Throws:
ForwardRequest

send_reply

void send_reply(ServerRequestInfo ri)

send_exception

void send_exception(ServerRequestInfo ri)
                    throws ForwardRequest
Throws:
ForwardRequest

send_other

void send_other(ServerRequestInfo ri)
                throws ForwardRequest
Throws:
ForwardRequest


Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.