solar.service.pack
Class ScribePackService.RootTask

java.lang.Object
  |
  +--java.util.TimerTask
        |
        +--solar.service.pack.ScribePackService.RootTask
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
ScribePackService

class ScribePackService.RootTask
extends java.util.TimerTask

Periodically update the (pubId, rootAddress) mapping.


Field Summary
(package private)  Id _id
           
 
Fields inherited from class java.util.TimerTask
 
Constructor Summary
ScribePackService.RootTask(Id id)
           
 
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
 

Field Detail

_id

Id _id
Constructor Detail

ScribePackService.RootTask

public ScribePackService.RootTask(Id id)
Method Detail

run

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