net.sourceforge.groboutils.pmti.v1.autodoc.v1
Class ITFMonitorFinder

java.lang.Object
  extended bynet.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

Field Summary
static java.lang.Class DEFAULT_MONITOR
           
static java.lang.String MONITOR_PROPERTY_NAME
           
 
Constructor Summary
ITFMonitorFinder()
           
 
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
 

Field Detail

MONITOR_PROPERTY_NAME

public static final java.lang.String MONITOR_PROPERTY_NAME

DEFAULT_MONITOR

public static final java.lang.Class DEFAULT_MONITOR
Constructor Detail

ITFMonitorFinder

public ITFMonitorFinder()
Method Detail

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