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