|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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 |
public void receive_request(JServerRequestInfo jri)
throws java.io.IOException
java.io.IOException - if an exception occur with the ObjectOutput
public void send_reply(JServerRequestInfo jri)
throws java.io.IOException
java.io.IOException - if an exception occur with the ObjectOutput
public void send_exception(JServerRequestInfo jri)
throws java.io.IOException
java.io.IOException - if an exception occur with the ObjectOutput
public void send_other(JServerRequestInfo 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 | ||||||||||