gnu.beanfactory
Class BeanFactoryDaemonService

java.lang.Object
  |
  +--gnu.beanfactory.Service
        |
        +--gnu.beanfactory.BeanFactoryDaemonService
All Implemented Interfaces:
java.lang.Runnable

public final class BeanFactoryDaemonService
extends Service

Daemon thread to service the internals of the container.


Constructor Summary
BeanFactoryDaemonService()
           
 
Method Summary
 void run()
           
 
Methods inherited from class gnu.beanfactory.Service
getDaemon, getName, getSpawnOnInit, getThreadGroup, postInit, setDaemon, setName, setSpawnOnInit, spawn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanFactoryDaemonService

public BeanFactoryDaemonService()
Method Detail

run

public void run()
Overrides:
run in class Service