Uses of Class
org.apache.avalon.excalibur.monitor.Resource

Packages that use Resource
org.apache.avalon.excalibur.monitor An extensible resource monitor framework and implementation. 
org.apache.avalon.excalibur.monitor.impl   
 

Uses of Resource in org.apache.avalon.excalibur.monitor
 

Subclasses of Resource in org.apache.avalon.excalibur.monitor
 class DirectoryResource
          This is a Resource that monitors a directory.
 class FileResource
          Managed File based Resource.
 class SourceResource
           
 class StreamResource
          Managed Stream based Resource.
 

Methods in org.apache.avalon.excalibur.monitor that return Resource
 Resource MonitorableURLSource.getResource()
          Get the corresponding Resource object for monitoring.
 Resource Monitorable.getResource()
          Get the corresponding Resource object for monitoring.
 Resource Monitor.getResource(java.lang.String key)
          Find a monitored resource.
 

Methods in org.apache.avalon.excalibur.monitor with parameters of type Resource
 void Resource.addPropertyChangeListenersFrom(Resource other)
          Abstract method to add the PropertyChangeListeners in another Resource to this one.
 void Monitor.addResource(Resource resource)
          Add a resource to monitor.
 void Monitor.removeResource(Resource resource)
          Remove a monitored resource by reference.
 

Uses of Resource in org.apache.avalon.excalibur.monitor.impl
 

Methods in org.apache.avalon.excalibur.monitor.impl that return Resource
 Resource PassiveMonitor.getResource(java.lang.String key)
          Find a monitored resource.
 Resource AbstractMonitor.getResource(java.lang.String key)
          Find a monitored resource.
protected  Resource[] AbstractMonitor.getResources()
          Return an array containing all the resources currently monitored.
 

Methods in org.apache.avalon.excalibur.monitor.impl with parameters of type Resource
 void AbstractMonitor.addResources(Resource[] resources)
          Add an array of resources to monitor.
 void AbstractMonitor.addResource(Resource resource)
          Add a resource to monitor.
 void AbstractMonitor.removeResource(Resource resource)
          Remove a monitored resource by reference.
 



Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.