| |
|
| java.lang.Object org.objectweb.jonas.ha.interceptor.HAClientInterceptor
HAClientInterceptor | public class HAClientInterceptor implements JClientRequestInterceptor(Code) | | This class represents the client side of the interceptor mechanism
implemented to transfer replication related information between client
and server sides.
|
HAClientInterceptor | public HAClientInterceptor()(Code) | | Constructor
|
destroy | public void destroy()(Code) | | |
name | public String name()(Code) | | Get the name of this interceptor
name |
receive_exception | public void receive_exception(JClientRequestInfo jri) throws IOException(Code) | | |
receive_other | public void receive_other(JClientRequestInfo jri) throws IOException(Code) | | |
receive_reply | public void receive_reply(JClientRequestInfo jri) throws IOException(Code) | | |
send_request | public void send_request(JClientRequestInfo jri) throws IOException(Code) | | Constructs the HAContext with the required replication information on
the client side
|
|
|
|