org.objectweb.carol.rmi.jrmp.interceptor

Interface JServerRequestInterceptor

Known Implementing Classes:
ProtocolInterceptor

public interface JServerRequestInterceptor

Interface JServerRequestIntercepto is the CAROL JRMP Server Interceptor interface

Version:
1.0, 15/07/2002

Author:
Guillaume Riviere (Guillaume.Riviere@inrialpes.fr)

Method Summary

String
name()
get the name of this interceptor
void
receive_request(JServerRequestInfo jri)
Receive request
void
send_exception(JServerRequestInfo jri)
send exception with context
void
send_other(JServerRequestInfo jri)
void
send_reply(JServerRequestInfo jri)
send reply with context

Method Details

name

public String name()
get the name of this interceptor

Returns:
name


receive_request

public void receive_request(JServerRequestInfo jri)
            throws IOException
Receive request

Parameters:


send_exception

public void send_exception(JServerRequestInfo jri)
            throws IOException
send exception with context

Parameters:


send_other

public void send_other(JServerRequestInfo jri)
            throws IOException


send_reply

public void send_reply(JServerRequestInfo jri)
            throws IOException
send reply with context

Parameters: