|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JServerRequestInterceptor
Interface JServerRequestIntercepto is the CAROL JRMP Server
Interceptor interface
| Method Summary | |
|---|---|
java.lang.String |
name()
get the name of this interceptor |
void |
receiveRequest(JServerRequestInfo jri)
Receive request |
void |
sendException(JServerRequestInfo jri)
send exception with context |
void |
sendOther(JServerRequestInfo jri)
|
void |
sendReply(JServerRequestInfo jri)
send reply with context |
| Method Detail |
|---|
void receiveRequest(JServerRequestInfo jri)
throws java.io.IOException
JServerRequestInfo - the jrmp server request information
java.io.IOException - if an exception occur with the ObjectOutput
void sendReply(JServerRequestInfo jri)
throws java.io.IOException
JServerRequestInfo - the jrmp server request information
java.io.IOException - if an exception occur with the ObjectOutput
void sendException(JServerRequestInfo jri)
throws java.io.IOException
JServerRequestInfo - the jrmp server request information
java.io.IOException - if an exception occur with the ObjectOutput
void sendOther(JServerRequestInfo 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 | |||||||||