BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


weblogic.wtc.gwt
Class TimerEventManager

java.lang.Object
  extended byjava.lang.Thread
      extended byweblogic.wtc.gwt.TimerEventManager
All Implemented Interfaces:
Runnable

public final class TimerEventManager
extends Thread

Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Nested Class Summary
 
Nested classes inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
 
Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
TimerEventManager(weblogic.wtc.gwt.WTCService wtc)
           
 
Method Summary
static long getClockTick()
           
 void run()
           
 void shutdown()
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, 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
 

Constructor Detail

TimerEventManager

public TimerEventManager(weblogic.wtc.gwt.WTCService wtc)
Method Detail

getClockTick

public static long getClockTick()

run

public void run()

shutdown

public void shutdown()

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs91
Copyright 2005 BEA Systems Inc.