org.jacorb.util.tracing
Class ClientTraceInterceptor

java.lang.Object
  extended byorg.omg.CORBA.LocalObject
      extended byorg.jacorb.orb.portableInterceptor.RecursionAwareCI
          extended byorg.jacorb.util.tracing.ClientTraceInterceptor
All Implemented Interfaces:
ClientRequestInterceptor, ClientRequestInterceptorOperations, IDLEntity, Interceptor, InterceptorOperations, Object, java.io.Serializable

public class ClientTraceInterceptor
extends RecursionAwareCI

See Also:
Serialized Form

Constructor Summary
ClientTraceInterceptor(Codec codec, int slot_id, TracingService tracer)
           
 
Method Summary
 void destroy()
           
 void do_receive_exception(ClientRequestInfo ri)
           
 void do_receive_other(ClientRequestInfo ri)
           
 void do_receive_reply(ClientRequestInfo ri)
           
 void do_send_poll(ClientRequestInfo ri)
           
 void do_send_request(ClientRequestInfo ri)
          Add the propagation context to the outgoing message
 java.lang.String name()
           
 
Methods inherited from class org.jacorb.orb.portableInterceptor.RecursionAwareCI
addIgnoreOperation, receive_exception, receive_other, receive_reply, send_poll, send_request
 
Methods inherited from class org.omg.CORBA.LocalObject
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _ids, _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_interface, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Constructor Detail

ClientTraceInterceptor

public ClientTraceInterceptor(Codec codec,
                              int slot_id,
                              TracingService tracer)
Method Detail

name

public java.lang.String name()

destroy

public void destroy()

do_send_request

public void do_send_request(ClientRequestInfo ri)
                     throws ForwardRequest
Add the propagation context to the outgoing message

Specified by:
do_send_request in class RecursionAwareCI
Throws:
ForwardRequest

do_send_poll

public void do_send_poll(ClientRequestInfo ri)
Specified by:
do_send_poll in class RecursionAwareCI

do_receive_reply

public void do_receive_reply(ClientRequestInfo ri)
Specified by:
do_receive_reply in class RecursionAwareCI

do_receive_exception

public void do_receive_exception(ClientRequestInfo ri)
                          throws ForwardRequest
Specified by:
do_receive_exception in class RecursionAwareCI
Throws:
ForwardRequest

do_receive_other

public void do_receive_other(ClientRequestInfo ri)
                      throws ForwardRequest
Specified by:
do_receive_other in class RecursionAwareCI
Throws:
ForwardRequest