org.objectweb.carol.rmi.jrmp.interceptor
Interface JClientRequestInterceptor
- Serializable
public interface JClientRequestInterceptor
extends Serializable
Interface JClientRequestInterceptor
is the CAROL JRMP Client
Interceptor Interface this interface is use for client interceptor definition
Version:
- Guillaume Riviere (Guillaume.Riviere@inrialpes.fr)
name
public String name()
get the name of this interceptor
- name
receive_exception
public void receive_exception(JClientRequestInfo jri)
throws IOException
Receive exception interception
receive_reply
public void receive_reply(JClientRequestInfo jri)
throws IOException
Receive reply interception
send_poll
public void send_poll(JClientRequestInfo jri)
throws IOException
send client context in pool
send_request
public void send_request(JClientRequestInfo jri)
throws IOException
send client context with the request. The sendingRequest method of the
JPortableInterceptors is called prior to marshalling arguments and
contexts