solar.service.rmtobj
Class SolarRemoteObjectService.PingTask

java.lang.Object
  |
  +--java.util.TimerTask
        |
        +--solar.service.rmtobj.SolarRemoteObjectService.PingTask
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
SolarRemoteObjectService

class SolarRemoteObjectService.PingTask
extends java.util.TimerTask

The task periodically notifies remote monitors about local objects.


Field Summary
 
Fields inherited from class java.util.TimerTask
 
Constructor Summary
(package private) SolarRemoteObjectService.PingTask()
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SolarRemoteObjectService.PingTask

SolarRemoteObjectService.PingTask()
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable
Specified by:
run in class java.util.TimerTask