com.sun.jini.thread
Class WakeupManager.Kicker

java.lang.Object
  extended by com.sun.jini.thread.WakeupManager.Kicker
All Implemented Interfaces:
Runnable
Enclosing class:
WakeupManager

private class WakeupManager.Kicker
extends Object
implements Runnable

The kicker work. This is what sleeps until the time of the next event.


Constructor Summary
private WakeupManager.Kicker()
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WakeupManager.Kicker

private WakeupManager.Kicker()
Method Detail

run

public void run()
Specified by:
run in interface Runnable


Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.