org.nanocontainer.deployer
Class FolderContentPoller

java.lang.Object
  extended by org.nanocontainer.deployer.FolderContentPoller
All Implemented Interfaces:
org.picocontainer.Startable

public class FolderContentPoller
extends java.lang.Object
implements org.picocontainer.Startable

Component that polls a folder for children at regular intervals.

Version:
$Revision: 2343 $
Author:
Aslak Hellesøy

Constructor Summary
FolderContentPoller(FolderContentHandler folderChangeNotifier)
           
 
Method Summary
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FolderContentPoller

public FolderContentPoller(FolderContentHandler folderChangeNotifier)
Method Detail

start

public void start()
Specified by:
start in interface org.picocontainer.Startable

stop

public void stop()
Specified by:
stop in interface org.picocontainer.Startable


Copyright © 2003-2009 Codehaus. All Rights Reserved.