public interface JClientRequestInterceptor
extends java.io.Serializable
JClientRequestInterceptor
is the CAROL JRMP Client
Interceptor Interface this interface is use for client interceptor definitionModifier and Type | Method and Description |
---|---|
java.lang.String |
name()
get the name of this interceptor
|
void |
receive_exception(JClientRequestInfo jri)
Receive exception interception
|
void |
receive_other(JClientRequestInfo jri) |
void |
receive_reply(JClientRequestInfo jri)
Receive reply interception
|
void |
send_poll(JClientRequestInfo jri)
send client context in pool
|
void |
send_request(JClientRequestInfo jri)
send client context with the request.
|
void send_request(JClientRequestInfo jri) throws java.io.IOException
JClientRequestInfo
- jri the jrmp client infojava.io.IOException
- if an exception occur with the ObjectOutputvoid send_poll(JClientRequestInfo jri) throws java.io.IOException
JClientRequestInfo
- jri the jrmp client infojava.io.IOException
- if an exception occur with the ObjectOutputvoid receive_reply(JClientRequestInfo jri) throws java.io.IOException
JClientRequestInfo
- jri the jrmp client infojava.io.IOException
- if an exception occur with the ObjectOutputvoid receive_exception(JClientRequestInfo jri) throws java.io.IOException
JClientRequestInfo
- jri the jrmp client infojava.io.IOException
- if an exception occur with the ObjectOutputvoid receive_other(JClientRequestInfo jri) throws java.io.IOException
java.io.IOException
java.lang.String name()