org.apache.avalon.excalibur.monitor
Class MonitorableURLSource
java.lang.Object
|
+--org.apache.excalibur.source.impl.AbstractSource
|
+--org.apache.excalibur.source.impl.URLSource
|
+--org.apache.avalon.excalibur.monitor.MonitorableURLSource
- All Implemented Interfaces:
- Monitorable, Source
- public class MonitorableURLSource
- extends URLSource
- implements Monitorable
This adds the Monitorable
interface to the URLSource
.
- Version:
- CVS $Revision: 1.12 $ $Date: 2003/04/05 22:32:05 $
- Author:
- Carsten Ziegeler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MonitorableURLSource
public MonitorableURLSource()
- Constructor
getResource
public Resource getResource()
throws Exception
- Get the corresponding Resource object for monitoring.
- Specified by:
getResource
in interface Monitorable
Exception
Copyright © 2000-2003 Apache Avalon Project. All Rights Reserved.