org.jacorb.util.tracing

Class TracingServicePOATie

Implemented Interfaces:
InvokeHandler, TracingServiceOperations

public class TracingServicePOATie
extends TracingServicePOA

Generated from IDL interface "TracingService"

Author:
JacORB IDL compiler V 2.2, 7-May-2004

Constructor Summary

TracingServicePOATie(TracingServiceOperations delegate)
TracingServicePOATie(TracingServiceOperations delegate, POA poa)

Method Summary

POA
_default_POA()
TracingServiceOperations
_delegate()
void
_delegate(TracingServiceOperations delegate)
TracingService
_this()
TracingService
_this(ORB orb)
TraceData
getTrace(Request source)
int
get_id()
void
logTraceAtPoint(Request origin, java.lang.String operation, long client_time, long server_time)
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

_all_interfaces, _default_POA, _get_delegate, _get_interface, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object

Constructor Details

TracingServicePOATie

public TracingServicePOATie(TracingServiceOperations delegate)


TracingServicePOATie

public TracingServicePOATie(TracingServiceOperations delegate,
                            POA poa)

Method Details

_default_POA

public POA _default_POA()
Overrides:
_default_POA in interface Servant


_delegate

public TracingServiceOperations _delegate()


_delegate

public void _delegate(TracingServiceOperations delegate)


_this

public TracingService _this()
Overrides:
_this in interface TracingServicePOA


_this

public TracingService _this(ORB orb)
Overrides:
_this in interface TracingServicePOA


getTrace

public TraceData getTrace(Request source)
            throws NoSuchRequestId
Specified by:
getTrace in interface TracingServiceOperations


get_id

public int get_id()
Specified by:
get_id in interface TracingServiceOperations


logTraceAtPoint

public void logTraceAtPoint(Request origin,
                            java.lang.String operation,
                            long client_time,
                            long server_time)
            throws NoSuchRequestId
Specified by:
logTraceAtPoint in interface TracingServiceOperations


registerSubTrace

public void registerSubTrace(Request original,
                             Request nested)
            throws NoSuchRequestId
Specified by:
registerSubTrace in interface TracingServiceOperations