|
||||||||||
| 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 |
receive_request(JServerRequestInfo jri)
Receive request |
void |
send_exception(JServerRequestInfo jri)
send exception with context |
void |
send_other(JServerRequestInfo jri)
|
void |
send_reply(JServerRequestInfo jri)
send reply with context |
| Method Detail |
|---|
void receive_request(JServerRequestInfo jri)
throws java.io.IOException
JServerRequestInfo - the jrmp server request information
java.io.IOException - if an exception occur with the ObjectOutput
void send_reply(JServerRequestInfo jri)
throws java.io.IOException
JServerRequestInfo - the jrmp server request information
java.io.IOException - if an exception occur with the ObjectOutput
void send_exception(JServerRequestInfo jri)
throws java.io.IOException
JServerRequestInfo - the jrmp server request information
java.io.IOException - if an exception occur with the ObjectOutput
void send_other(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 | |||||||||