org.jacorb.util.tracing
Class TracingServicePOATie

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

public class TracingServicePOATie
extends TracingServicePOA

Generated from IDL interface "TracingService"

Author:
JacORB IDL compiler V 2.1 (JBoss patch 1), 01-Mar-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)
           
 int get_id()
           
 TraceData getTrace(Request source)
           
 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
 
Methods inherited from class org.omg.PortableServer.Servant
_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

TracingServicePOATie

public TracingServicePOATie(TracingServiceOperations delegate)

TracingServicePOATie

public TracingServicePOATie(TracingServiceOperations delegate,
                            POA poa)
Method Detail

_this

public TracingService _this()
Overrides:
_this in class TracingServicePOA

_this

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

_delegate

public TracingServiceOperations _delegate()

_delegate

public void _delegate(TracingServiceOperations delegate)

_default_POA

public POA _default_POA()
Overrides:
_default_POA in class Servant

get_id

public int get_id()

logTraceAtPoint

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

getTrace

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

registerSubTrace

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