org.jacorb.util.tracing
Interface TracingServiceOperations
- All Known Subinterfaces:
- TracingService
- All Known Implementing Classes:
- _TracingServiceStub, TracingServiceImpl, TracingServicePOA, TracingServicePOATie
public interface TracingServiceOperations
Generated from IDL interface "TracingService".
- Version:
- generated at Mar 17, 2009 1:47:09 PM
- Author:
- JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
get_id
int get_id()
getTrace
TraceData getTrace(Request source)
throws NoSuchRequestId
- Throws:
NoSuchRequestId
logTraceAtPoint
void logTraceAtPoint(Request origin,
java.lang.String operation,
long client_time,
long server_time)
throws NoSuchRequestId
- Throws:
NoSuchRequestId
registerSubTrace
void registerSubTrace(Request original,
Request nested)
throws NoSuchRequestId
- Throws:
NoSuchRequestId