org.jacorb.util.tracing
Class TracingServiceImpl
java.lang.Object
org.omg.PortableServer.Servant
org.jacorb.util.tracing.TracingServicePOA
org.jacorb.util.tracing.TracingServiceImpl
- All Implemented Interfaces:
- InvokeHandler, TracingServiceOperations
- public class TracingServiceImpl
- extends TracingServicePOA
- Version:
- $Id: TracingServiceImpl.java,v 1.9 2004/05/06 12:40:01 nicolas Exp $
- Author:
- Gerald Brose
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 |
TracingServiceImpl
public TracingServiceImpl()
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)