|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.easybeans.security.propagation.rmi.jrmp.interceptors.ServerSecurityInterceptor
public class ServerSecurityInterceptor
Field Summary | |
---|---|
private static java.lang.String |
NAME
Name of the interceptor. |
Constructor Summary | |
---|---|
ServerSecurityInterceptor()
|
Method Summary | |
---|---|
java.lang.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 |
Field Detail |
---|
private static final java.lang.String NAME
Constructor Detail |
---|
public ServerSecurityInterceptor()
Method Detail |
---|
public void receive_request(org.objectweb.carol.rmi.jrmp.interceptor.JServerRequestInfo jServerRequestInfo) throws java.io.IOException
receive_request
in interface org.objectweb.carol.rmi.jrmp.interceptor.JServerRequestInterceptor
jServerRequestInfo
- the jrmp server request information
java.io.IOException
- if an exception occurs with the ObjectOutputpublic void send_reply(org.objectweb.carol.rmi.jrmp.interceptor.JServerRequestInfo jServerRequestInfo) throws java.io.IOException
send_reply
in interface org.objectweb.carol.rmi.jrmp.interceptor.JServerRequestInterceptor
jServerRequestInfo
- the jrmp server request information
java.io.IOException
- if an exception occur with the ObjectOutputpublic java.lang.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 java.io.IOException
send_exception
in interface org.objectweb.carol.rmi.jrmp.interceptor.JServerRequestInterceptor
jServerRequestInfo
- the jrmp server request information
java.io.IOException
- if an exception occur with the ObjectOutputpublic void send_other(org.objectweb.carol.rmi.jrmp.interceptor.JServerRequestInfo jServerRequestInfo) throws java.io.IOException
send_other
in interface org.objectweb.carol.rmi.jrmp.interceptor.JServerRequestInterceptor
jServerRequestInfo
- the jrmp server request information
java.io.IOException
- if an exception occur with the ObjectOutput
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |