|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.jonas.ha.interceptor.HAServerInterceptor
public class HAServerInterceptor
This class represents the server side of the interceptor mechanism implemented to transfer replication related information between client and server sides
Constructor Summary | |
---|---|
HAServerInterceptor()
Constructor |
Method Summary | |
---|---|
void |
destroy()
|
String |
name()
Get the name of this interceptor |
void |
receive_request_service_contexts(ServerRequestInfo ri)
|
void |
receive_request(org.objectweb.carol.rmi.jrmp.interceptor.JServerRequestInfo jri)
Analyzes the HAContext received and constructs the required context on the HA current context (the thread associated class) on the server side. |
void |
send_exception(org.objectweb.carol.rmi.jrmp.interceptor.JServerRequestInfo jri)
|
void |
send_other(org.objectweb.carol.rmi.jrmp.interceptor.JServerRequestInfo jri)
|
void |
send_reply(org.objectweb.carol.rmi.jrmp.interceptor.JServerRequestInfo jri)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HAServerInterceptor()
Method Detail |
---|
public String name()
name
in interface org.objectweb.carol.rmi.jrmp.interceptor.JServerRequestInterceptor
public void receive_request(org.objectweb.carol.rmi.jrmp.interceptor.JServerRequestInfo jri) throws IOException
receive_request
in interface org.objectweb.carol.rmi.jrmp.interceptor.JServerRequestInterceptor
IOException
public void send_reply(org.objectweb.carol.rmi.jrmp.interceptor.JServerRequestInfo jri) throws IOException
send_reply
in interface org.objectweb.carol.rmi.jrmp.interceptor.JServerRequestInterceptor
IOException
public void destroy()
public void receive_request_service_contexts(ServerRequestInfo ri) throws ForwardRequest
ForwardRequest
public void send_exception(org.objectweb.carol.rmi.jrmp.interceptor.JServerRequestInfo jri) throws IOException
send_exception
in interface org.objectweb.carol.rmi.jrmp.interceptor.JServerRequestInterceptor
IOException
public void send_other(org.objectweb.carol.rmi.jrmp.interceptor.JServerRequestInfo jri) throws IOException
send_other
in interface org.objectweb.carol.rmi.jrmp.interceptor.JServerRequestInterceptor
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |