|
||||||||||
| 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 |
receiveException(JClientRequestInfo jri)
Receive exception interception |
void |
receiveOther(JClientRequestInfo jri)
|
void |
receiveReply(JClientRequestInfo jri)
Receive reply interception |
void |
sendPoll(JClientRequestInfo jri)
send client context in pool |
void |
sendRequest(JClientRequestInfo jri)
send client context with the request. |
| Method Detail |
|---|
void sendRequest(JClientRequestInfo jri)
throws java.io.IOException
JClientRequestInfo - jri the jrmp client info
java.io.IOException - if an exception occur with the ObjectOutput
void sendPoll(JClientRequestInfo jri)
throws java.io.IOException
JClientRequestInfo - jri the jrmp client info
java.io.IOException - if an exception occur with the ObjectOutput
void receiveReply(JClientRequestInfo jri)
throws java.io.IOException
JClientRequestInfo - jri the jrmp client info
java.io.IOException - if an exception occur with the ObjectOutput
void receiveException(JClientRequestInfo jri)
throws java.io.IOException
JClientRequestInfo - jri the jrmp client info
java.io.IOException - if an exception occur with the ObjectOutput
void receiveOther(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 | |||||||||