public interface JServerRequestInterceptor
JServerRequestIntercepto
is the CAROL JRMP Server
Interceptor interfaceModifier and Type | Method and Description |
---|---|
java.lang.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
|
void receive_request(JServerRequestInfo jri) throws java.io.IOException
JServerRequestInfo
- the jrmp server request informationjava.io.IOException
- if an exception occur with the ObjectOutputvoid send_reply(JServerRequestInfo jri) throws java.io.IOException
JServerRequestInfo
- the jrmp server request informationjava.io.IOException
- if an exception occur with the ObjectOutputvoid send_exception(JServerRequestInfo jri) throws java.io.IOException
JServerRequestInfo
- the jrmp server request informationjava.io.IOException
- if an exception occur with the ObjectOutputvoid send_other(JServerRequestInfo jri) throws java.io.IOException
java.io.IOException
java.lang.String name()