|
||||||||||
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.ServerInterceptor
public class ServerInterceptor
Constructor Summary | |
---|---|
ServerInterceptor()
|
Method Summary | |
---|---|
String |
name()
Gets the name of this interceptor. |
void |
receive_request(org.objectweb.carol.rmi.jrmp.interceptor.JServerRequestInfo jServerRequestInfo)
Receive request from client. |
void |
send_exception(org.objectweb.carol.rmi.jrmp.interceptor.JServerRequestInfo jServerRequestInfo)
Send exception with context. |
void |
send_other(org.objectweb.carol.rmi.jrmp.interceptor.JServerRequestInfo jServerRequestInfo)
Not used by this interceptor. |
void |
send_reply(org.objectweb.carol.rmi.jrmp.interceptor.JServerRequestInfo jServerRequestInfo)
Send reply with context to the client. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServerInterceptor()
Method Detail |
---|
public void receive_request(org.objectweb.carol.rmi.jrmp.interceptor.JServerRequestInfo jServerRequestInfo) throws IOException
receive_request
in interface org.objectweb.carol.rmi.jrmp.interceptor.JServerRequestInterceptor
jServerRequestInfo
- the jrmp server request information
IOException
- if an exception occurs with the ObjectOutputpublic void send_reply(org.objectweb.carol.rmi.jrmp.interceptor.JServerRequestInfo jServerRequestInfo) throws IOException
send_reply
in interface org.objectweb.carol.rmi.jrmp.interceptor.JServerRequestInterceptor
jServerRequestInfo
- the jrmp server request information
IOException
- if an exception occur with the ObjectOutputpublic String name()
name
in interface org.objectweb.carol.rmi.jrmp.interceptor.JServerRequestInterceptor
public void send_exception(org.objectweb.carol.rmi.jrmp.interceptor.JServerRequestInfo jServerRequestInfo) throws IOException
send_exception
in interface org.objectweb.carol.rmi.jrmp.interceptor.JServerRequestInterceptor
jServerRequestInfo
- the jrmp server request information
IOException
- if an exception occur with the ObjectOutputpublic void send_other(org.objectweb.carol.rmi.jrmp.interceptor.JServerRequestInfo jServerRequestInfo) throws IOException
send_other
in interface org.objectweb.carol.rmi.jrmp.interceptor.JServerRequestInterceptor
jServerRequestInfo
- the jrmp server request information
IOException
- if an exception occur with the ObjectOutput
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |