KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > omg > PortableInterceptor > ServerRequestInterceptorOperations

org.omg.PortableInterceptor
Interface ServerRequestInterceptorOperations

All Superinterfaces:
InterceptorOperations
All Known Subinterfaces:
ServerRequestInterceptor
See Also:
Source Code, ServerRequestInfo

void receive_request(ServerRequestInfo ri)
                     throws ForwardRequest
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void receive_request_service_contexts(ServerRequestInfo ri)
                                      throws ForwardRequest
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void send_exception(ServerRequestInfo ri)
                    throws ForwardRequest
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void send_other(ServerRequestInfo ri)
                throws ForwardRequest
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void send_reply(ServerRequestInfo ri)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags