org.objectweb.jotm.ots
Class OTSServerTransactionInterceptor
- ServerRequestInterceptor
public class OTSServerTransactionInterceptor
implements ServerRequestInterceptor
Class OTSServerTransactionInterceptor
is a Server Interceptor for OTS Java Server
of JOTM. This Interceptor translate the Standart OTS Propagation Context to a Internal JOTM
Transaction context
Version:
- Guillaume Riviere (Guillaume.Riviere@inrialpes.fr)
OTSServerTransactionInterceptor
public OTSServerTransactionInterceptor(ORBInitInfo info)
constructor
destroy
public void destroy()
name
public String name()
get the name of this interceptor
- name
receive_request
public void receive_request(ServerRequestInfo jri)
throws ForwardRequest
Receive request
jri
- JServerRequestInfo the server request information
receive_request_service_contexts
public void receive_request_service_contexts(ServerRequestInfo jri)
throws ForwardRequest
Receive request context
jri
- JServerRequestInfo the server request information
send_exception
public void send_exception(ServerRequestInfo jri)
throws ForwardRequest
send_other
public void send_other(ServerRequestInfo jri)
throws ForwardRequest
send_reply
public void send_reply(ServerRequestInfo jri)
send reply with context
jri
- JServerRequestInfo the server request information