|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ow2.easybeans.component.audit.rmi.interceptor.jrmp.ClientInterceptor
public class ClientInterceptor
Manages Audit ID propagation on the client's side. (only send request)
Constructor Summary | |
---|---|
ClientInterceptor()
Default Constructor. |
Method Summary | |
---|---|
String |
name()
Gets the name of this interceptor. |
void |
receive_exception(org.objectweb.carol.rmi.jrmp.interceptor.JClientRequestInfo jri)
Receive exception interception. |
void |
receive_other(org.objectweb.carol.rmi.jrmp.interceptor.JClientRequestInfo jri)
Receive other interception. |
void |
receive_reply(org.objectweb.carol.rmi.jrmp.interceptor.JClientRequestInfo jri)
No receive. |
void |
send_poll(org.objectweb.carol.rmi.jrmp.interceptor.JClientRequestInfo jri)
Send client context in pool. |
void |
send_request(org.objectweb.carol.rmi.jrmp.interceptor.JClientRequestInfo jClientRequestInfo)
Send client context with the request. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClientInterceptor()
Method Detail |
---|
public void send_request(org.objectweb.carol.rmi.jrmp.interceptor.JClientRequestInfo jClientRequestInfo) throws IOException
send_request
in interface org.objectweb.carol.rmi.jrmp.interceptor.JClientRequestInterceptor
jClientRequestInfo
- jri the jrmp client info
IOException
- if an exception occur with the ObjectOutputpublic String name()
name
in interface org.objectweb.carol.rmi.jrmp.interceptor.JClientRequestInterceptor
public void receive_reply(org.objectweb.carol.rmi.jrmp.interceptor.JClientRequestInfo jri) throws IOException
receive_reply
in interface org.objectweb.carol.rmi.jrmp.interceptor.JClientRequestInterceptor
jri
- the jrmp client info
IOException
- if an exception occur with the ObjectOutputpublic void send_poll(org.objectweb.carol.rmi.jrmp.interceptor.JClientRequestInfo jri) throws IOException
send_poll
in interface org.objectweb.carol.rmi.jrmp.interceptor.JClientRequestInterceptor
jri
- the jrmp client info
IOException
- if an exception occur with the ObjectOutputpublic void receive_exception(org.objectweb.carol.rmi.jrmp.interceptor.JClientRequestInfo jri) throws IOException
receive_exception
in interface org.objectweb.carol.rmi.jrmp.interceptor.JClientRequestInterceptor
jri
- the jrmp client info
IOException
- if an exception occur with the ObjectOutputpublic void receive_other(org.objectweb.carol.rmi.jrmp.interceptor.JClientRequestInfo jri) throws IOException
receive_other
in interface org.objectweb.carol.rmi.jrmp.interceptor.JClientRequestInterceptor
jri
- the jrmp client info
IOException
- if an exception occur with the ObjectOutput
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |