org.glassfish.kernel
Class FileMonitoringImpl

java.lang.Object
  extended by org.glassfish.kernel.FileMonitoringImpl
All Implemented Interfaces:
FileMonitoring, org.glassfish.hk2.PostConstruct

@Service
public class FileMonitoringImpl
extends Object
implements FileMonitoring, org.jvnet.hk2.component.PostConstruct

Author:
Jerome Dochez

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.glassfish.api.admin.FileMonitoring
FileMonitoring.FileChangeListener
 
Constructor Summary
FileMonitoringImpl()
           
 
Method Summary
 void fileModified(File file)
           
 void monitors(File file, FileMonitoring.FileChangeListener listener)
           
 void postConstruct()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileMonitoringImpl

public FileMonitoringImpl()
Method Detail

postConstruct

public void postConstruct()
Specified by:
postConstruct in interface org.glassfish.hk2.PostConstruct

monitors

public void monitors(File file,
                     FileMonitoring.FileChangeListener listener)
Specified by:
monitors in interface FileMonitoring

fileModified

public void fileModified(File file)
Specified by:
fileModified in interface FileMonitoring


Copyright © 2012. All Rights Reserved.