org.ow2.jonas.tm.jotm.ots
Class OTSServerTransactionInterceptor

java.lang.Object
  extended by org.omg.CORBA.LocalObject
      extended by org.ow2.jonas.tm.jotm.ots.OTSInterceptor
          extended by org.ow2.jonas.tm.jotm.ots.OTSServerTransactionInterceptor
All Implemented Interfaces:
Serializable, Object, IDLEntity, Interceptor, InterceptorOperations, ServerRequestInterceptor, ServerRequestInterceptorOperations

public class OTSServerTransactionInterceptor
extends OTSInterceptor
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:
1.0, 13/09/2002
Author:
Guillaume Riviere (Guillaume.Riviere@inrialpes.fr)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.ow2.jonas.tm.jotm.ots.OTSInterceptor
TX_CTX_ID
 
Constructor Summary
OTSServerTransactionInterceptor(ORBInitInfo info)
          Constructor.
 
Method Summary
 void destroy()
          Have nothing to release ...
 String name()
          Return the name of this interceptor.
 void receive_request_service_contexts(ServerRequestInfo jri)
          Receive request context.
 void receive_request(ServerRequestInfo jri)
          Receive request.
 void send_exception(ServerRequestInfo jri)
          Send an Exception.
 void send_other(ServerRequestInfo jri)
          Do nothing.
 void send_reply(ServerRequestInfo jri)
          Send reply with context.
 
Methods inherited from class org.ow2.jonas.tm.jotm.ots.OTSInterceptor
buildCorbaPropagationContext, create_any, decodeCorbaPropagationContext
 
Methods inherited from class org.omg.CORBA.LocalObject
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_policy_override, validate_connection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Constructor Detail

OTSServerTransactionInterceptor

public OTSServerTransactionInterceptor(ORBInitInfo info)
Constructor.

Parameters:
info - ORB Configuration object
Method Detail

name

public String name()
Return the name of this interceptor.

Specified by:
name in interface InterceptorOperations
Returns:
the name of this interceptor

receive_request_service_contexts

public void receive_request_service_contexts(ServerRequestInfo jri)
                                      throws ForwardRequest
Receive request context.

Specified by:
receive_request_service_contexts in interface ServerRequestInterceptorOperations
Parameters:
jri - ServerRequestInfo the server request information
Throws:
ForwardRequest - if an exception occur with the ObjectOutput

receive_request

public void receive_request(ServerRequestInfo jri)
                     throws ForwardRequest
Receive request.

Specified by:
receive_request in interface ServerRequestInterceptorOperations
Parameters:
jri - ServerRequestInfo the server request information
Throws:
ForwardRequest - if an exception occur with the ObjectOutput

send_reply

public void send_reply(ServerRequestInfo jri)
Send reply with context.

Specified by:
send_reply in interface ServerRequestInterceptorOperations
Parameters:
jri - ServerRequestInfo the server request information

send_exception

public void send_exception(ServerRequestInfo jri)
                    throws ForwardRequest
Send an Exception.

Specified by:
send_exception in interface ServerRequestInterceptorOperations
Parameters:
jri - ServerRequestInfo the server request information
Throws:
ForwardRequest

send_other

public void send_other(ServerRequestInfo jri)
                throws ForwardRequest
Do nothing.

Specified by:
send_other in interface ServerRequestInterceptorOperations
Throws:
ForwardRequest

destroy

public void destroy()
Have nothing to release ...

Specified by:
destroy in interface InterceptorOperations


Copyright © 2010 OW2 Consortium. All Rights Reserved.