org.opensync.tools
Class Tracker

java.lang.Object
  extended byjava.lang.Thread
      extended byorg.opensync.tools.Tracker
All Implemented Interfaces:
java.lang.Runnable

public final class Tracker
extends java.lang.Thread


Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Method Summary
static void begin()
           
static void begin(java.lang.String comments)
           
static void begin(java.lang.String processItem, java.lang.String uid, java.lang.String comments)
           
static void end()
           
static void end(java.lang.Exception methodException)
           
static void end(java.lang.Exception methodException, java.lang.String comments)
           
static void end(java.lang.String comments)
           
static void end(java.lang.String comments, java.lang.Exception methodException)
           
static java.lang.String findCaller(java.lang.Throwable t)
           
static boolean isActive()
           
static boolean isDebug()
           
 void run()
           
static void setUp(PoolManager poolMgr, java.lang.String connectionName)
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

setUp

public static void setUp(PoolManager poolMgr,
                         java.lang.String connectionName)

run

public void run()

begin

public static void begin(java.lang.String processItem,
                         java.lang.String uid,
                         java.lang.String comments)

begin

public static void begin()

begin

public static void begin(java.lang.String comments)

end

public static void end()

end

public static void end(java.lang.String comments)

end

public static void end(java.lang.Exception methodException)

end

public static void end(java.lang.Exception methodException,
                       java.lang.String comments)

end

public static void end(java.lang.String comments,
                       java.lang.Exception methodException)

isActive

public static boolean isActive()

isDebug

public static boolean isDebug()

findCaller

public static java.lang.String findCaller(java.lang.Throwable t)
                                   throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2004 sourceforge. All Rights Reserved.