org.omg.PortableInterceptor

Interface ServerRequestInterceptorOperations

All Superinterfaces:
InterceptorOperations
Known Subinterfaces:
ServerRequestInterceptor
Known Implementing Classes:
BiDirConnectionServerInterceptor, DefaultServerInterceptor, SASTargetInterceptor, ServerAccessDecisionInterceptor, ServerTraceInterceptor

public interface ServerRequestInterceptorOperations
extends InterceptorOperations

Generated from IDL interface "ServerRequestInterceptor"

Author:
JacORB IDL compiler V 2.2, 7-May-2004

Method Summary

void
receive_request(ServerRequestInfo ri)
void
receive_request_service_contexts(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

destroy, name

Method Details

receive_request

public void receive_request(ServerRequestInfo ri)
            throws ForwardRequest


receive_request_service_contexts

public void receive_request_service_contexts(ServerRequestInfo ri)
            throws ForwardRequest


send_exception

public void send_exception(ServerRequestInfo ri)
            throws ForwardRequest


send_other

public void send_other(ServerRequestInfo ri)
            throws ForwardRequest


send_reply

public void send_reply(ServerRequestInfo ri)