org.objectweb.carol.rmi.jrmp.interceptor
Interface JServerRequestInterceptor
- ProtocolInterceptor
public interface JServerRequestInterceptor
Interface JServerRequestIntercepto
is the CAROL JRMP Server
Interceptor interface
Version:
- Guillaume Riviere (Guillaume.Riviere@inrialpes.fr)
name
public String name()
get the name of this interceptor
- name
receive_request
public void receive_request(JServerRequestInfo jri)
throws IOException
Receive request
send_exception
public void send_exception(JServerRequestInfo jri)
throws IOException
send exception with context
send_reply
public void send_reply(JServerRequestInfo jri)
throws IOException
send reply with context