TPTP 4.2.0 Platform Project
Public API Specification

org.eclipse.hyades.loaders.trace
Class TraceUtils.InvocationPool

java.lang.Object
  extended byorg.eclipse.hyades.loaders.trace.TraceUtils.InvocationPool
Enclosing class:
TraceUtils

public static final class TraceUtils.InvocationPool
extends java.lang.Object


Constructor Summary
TraceUtils.InvocationPool()
           
 
Method Summary
 TraceUtils.InvocationInfo allocInvocation(CallStackPerThread callStackPerThread, TRCFullTraceObject object, TRCClass theClass, TRCMethod method, double entryTime)
           
 TraceUtils.InvocationInfo allocInvocation(TRCFullMethodInvocation inv, CallStackPerThread callStackPerThread)
           
 void release(TraceUtils.InvocationInfo invocationInfo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TraceUtils.InvocationPool

public TraceUtils.InvocationPool()
Method Detail

allocInvocation

public TraceUtils.InvocationInfo allocInvocation(TRCFullMethodInvocation inv,
                                                 CallStackPerThread callStackPerThread)

allocInvocation

public TraceUtils.InvocationInfo allocInvocation(CallStackPerThread callStackPerThread,
                                                 TRCFullTraceObject object,
                                                 TRCClass theClass,
                                                 TRCMethod method,
                                                 double entryTime)

release

public void release(TraceUtils.InvocationInfo invocationInfo)

TPTP 4.2.0 Platform Project
Public API Specification