|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface JClientRequestInterceptor
is the CAROL JRMP Client
Interceptor Interface this interface is use for client interceptor definition
Method Summary | |
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. |
Method Detail |
public void send_request(JClientRequestInfo jri) throws java.io.IOException
java.io.IOException
- if an exception occur with the ObjectOutputpublic void send_poll(JClientRequestInfo jri) throws java.io.IOException
java.io.IOException
- if an exception occur with the ObjectOutputpublic void receive_reply(JClientRequestInfo jri) throws java.io.IOException
java.io.IOException
- if an exception occur with the ObjectOutputpublic void receive_exception(JClientRequestInfo jri) throws java.io.IOException
java.io.IOException
- if an exception occur with the ObjectOutputpublic void receive_other(JClientRequestInfo jri) throws java.io.IOException
java.io.IOException
public java.lang.String name()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |