org.jacorb.util.tracing
Class TracingServiceImpl

java.lang.Object
  extended byorg.omg.PortableServer.Servant
      extended byorg.jacorb.util.tracing.TracingServicePOA
          extended byorg.jacorb.util.tracing.TracingServiceImpl
All Implemented Interfaces:
InvokeHandler, TracingServiceOperations

public class TracingServiceImpl
extends TracingServicePOA

Version:
$Id: TracingServiceImpl.java,v 1.8 2003/09/01 09:54:29 nick.cross Exp $
Author:
Gerald Brose

Constructor Summary
TracingServiceImpl()
           
 
Method Summary
 int get_id()
           
 TraceData getTrace(Request source)
           
 void logTraceAtPoint(Request origin, java.lang.String operation, long client_time, long server_time)
           
static void main(java.lang.String[] args)
           
 void registerSubTrace(Request original, Request nested)
           
 
Methods inherited from class org.jacorb.util.tracing.TracingServicePOA
_all_interfaces, _invoke, _this, _this
 
Methods inherited from class org.omg.PortableServer.Servant
_default_POA, _get_delegate, _get_interface_def, _get_interface, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TracingServiceImpl

public TracingServiceImpl()
Method Detail

get_id

public int get_id()

getTrace

public TraceData getTrace(Request source)
                   throws NoSuchRequestId
Throws:
NoSuchRequestId

logTraceAtPoint

public void logTraceAtPoint(Request origin,
                            java.lang.String operation,
                            long client_time,
                            long server_time)
                     throws NoSuchRequestId
Throws:
NoSuchRequestId

registerSubTrace

public void registerSubTrace(Request original,
                             Request nested)
                      throws NoSuchRequestId
Throws:
NoSuchRequestId

main

public static void main(java.lang.String[] args)