|
|||||||||||
| 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 ObjectOutput
public void send_poll(JClientRequestInfo jri)
throws java.io.IOException
java.io.IOException - if an exception occur with the ObjectOutput
public void receive_reply(JClientRequestInfo jri)
throws java.io.IOException
java.io.IOException - if an exception occur with the ObjectOutput
public void receive_exception(JClientRequestInfo jri)
throws java.io.IOException
java.io.IOException - if an exception occur with the ObjectOutput
public void receive_other(JClientRequestInfo jri)
throws java.io.IOException
java.io.IOExceptionpublic java.lang.String name()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||