| |
|
| java.lang.Object org.objectweb.jonas.ha.interceptor.HAServerInterceptor
HAServerInterceptor | public class HAServerInterceptor implements JServerRequestInterceptor(Code) | | This class represents the server side of the interceptor mechanism
implemented to transfer replication related information between client
and server sides
author: Francisco Perez-Sorrosal (fpsorrosal@no-spam@fi.upm.es) author: Alberto Paz-Jimenez (apaz@no-spam@fi.upm.es) |
HAServerInterceptor | public HAServerInterceptor()(Code) | | Constructor
|
destroy | public void destroy()(Code) | | |
name | public String name()(Code) | | Get the name of this interceptor
name |
receive_request | public void receive_request(JServerRequestInfo jri) throws IOException(Code) | | Analyzes the HAContext received and constructs the required
context on the HA current context (the thread associated class) on
the server side.
|
receive_request_service_contexts | public void receive_request_service_contexts(ServerRequestInfo ri) throws ForwardRequest(Code) | | |
send_exception | public void send_exception(JServerRequestInfo jri) throws IOException(Code) | | |
|
|
|