org.apache.tapestry.engine
Interface IMonitorFactory

All Known Implementing Classes:
DefaultMonitorFactory

Deprecated. To be removed in 4.1 with no direct replacement.

public interface IMonitorFactory

Interface for an object that can create a IMonitor instance for a particular RequestContext. The engine expects there to be a monitor factory as application extension org.apache.tapestry.monitor-factory. If no such extension exists, then DefaultMonitorFactoryis used instead.

Since:
3.0
Author:
Howard Lewis Ship

Method Summary
 IMonitor createMonitor(WebRequest request)
          Deprecated. Create a new IMonitorinstance.
 

Method Detail

createMonitor

IMonitor createMonitor(WebRequest request)
Deprecated. 
Create a new IMonitorinstance. Alternately, return a shared instance. This method may be invoked by multiple threads.