net.sourceforge.groboutils.pmti.v1.autodoc.v1
Class ITFMonitorFinder
java.lang.Object
net.sourceforge.groboutils.pmti.v1.autodoc.v1.ITFMonitorFinder
- All Implemented Interfaces:
- MonitorFinder
- public class ITFMonitorFinder
- extends java.lang.Object
- implements MonitorFinder
Acts as a factory and singleton store for the ITFMonitor.
- Since:
- March 30, 2002
- Version:
- $Date: 2003/02/10 22:51:56 $
- Author:
- Matt Albrecht groboclown@users.sourceforge.net
Method Summary |
Monitor |
getMonitor()
Retrieves the pseudo-singleton Monitor of the correct type. |
static SingletonStore |
getMonitorStore()
Retrieve the Monitor singleton store for setting up the Monitor
to be used for all uninitialized or uncreated ITFMonitorFinder instances. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MONITOR_PROPERTY_NAME
public static final java.lang.String MONITOR_PROPERTY_NAME
DEFAULT_MONITOR
public static final java.lang.Class DEFAULT_MONITOR
ITFMonitorFinder
public ITFMonitorFinder()
getMonitor
public Monitor getMonitor()
- Retrieves the pseudo-singleton Monitor of the correct type.
- Specified by:
getMonitor
in interface MonitorFinder
getMonitorStore
public static SingletonStore getMonitorStore()
- Retrieve the Monitor singleton store for setting up the Monitor
to be used for all uninitialized or uncreated ITFMonitorFinder instances.
Copyright © 2001-2003 by The GroboUtils Project