Package thredds.ui.monitor
Class OpenRAFMonitorImpl
- java.lang.Object
-
- thredds.ui.monitor.OpenRAFMonitorImpl
-
- All Implemented Interfaces:
OpenRAFMonitor
public class OpenRAFMonitorImpl extends Object implements OpenRAFMonitor
- Since:
- Mar 15, 2008
-
-
Constructor Summary
Constructors Constructor Description OpenRAFMonitorImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getDebugLeaks()
List<String>
getOpenFiles()
void
setDebugLeaks(boolean b)
-
-
-
Method Detail
-
getDebugLeaks
public boolean getDebugLeaks()
- Specified by:
getDebugLeaks
in interfaceOpenRAFMonitor
-
setDebugLeaks
public void setDebugLeaks(boolean b)
- Specified by:
setDebugLeaks
in interfaceOpenRAFMonitor
-
getOpenFiles
public List<String> getOpenFiles()
- Specified by:
getOpenFiles
in interfaceOpenRAFMonitor
-
-