org.fourthline.cling.registry
Class RegistryMaintainer

java.lang.Object
  extended by org.fourthline.cling.registry.RegistryMaintainer
All Implemented Interfaces:
Runnable

public class RegistryMaintainer
extends Object
implements Runnable

Runs periodically and calls RegistryImpl.maintain().

Author:
Christian Bauer

Constructor Summary
RegistryMaintainer(RegistryImpl registry, int sleepIntervalMillis)
           
 
Method Summary
 void run()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistryMaintainer

public RegistryMaintainer(RegistryImpl registry,
                          int sleepIntervalMillis)
Method Detail

stop

public void stop()

run

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


Copyright © 2013 4th Line GmbH, Switzerland. All Rights Reserved.