Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.objectweb.carol.rmi.jrmp.interceptor.ProtocolInterceptor
ProtocolInterceptor
is the CAROL JRMP Client Interceptor
For protocol propagation via current thread
Constructor Summary | |
|
Method Summary | |
String |
|
void |
|
void |
|
void | |
void |
|
public String name()
get the name of this interceptor
- Specified by:
- name in interface JServerRequestInterceptor
- Returns:
- name
public void receive_request(JServerRequestInfo jri) throws IOException
Receive request
- Specified by:
- receive_request in interface JServerRequestInterceptor
- Parameters:
public void send_exception(JServerRequestInfo jri) throws IOException
send exception with context
- Specified by:
- send_exception in interface JServerRequestInterceptor
- Parameters:
public void send_other(JServerRequestInfo jri) throws IOException
- Specified by:
- send_other in interface JServerRequestInterceptor
public void send_reply(JServerRequestInfo jri) throws IOException
send reply with context
- Specified by:
- send_reply in interface JServerRequestInterceptor
- Parameters: