org.picocontainer.monitors
Class ConsoleComponentMonitor
java.lang.Object
org.picocontainer.monitors.ConsoleComponentMonitor
- All Implemented Interfaces:
- ComponentMonitor
- public class ConsoleComponentMonitor
- extends Object
- implements ComponentMonitor
- Version:
- $Revision: 1882 $
- Author:
- Paul Hammant, Aslak Hellesøy
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConsoleComponentMonitor
public ConsoleComponentMonitor(Writer out)
instantiating
public void instantiating(Constructor constructor)
- Specified by:
instantiating
in interface ComponentMonitor
instantiated
public void instantiated(Constructor constructor,
long beforeTime,
long duration)
- Specified by:
instantiated
in interface ComponentMonitor
instantiationFailed
public void instantiationFailed(Constructor constructor,
Exception e)
- Specified by:
instantiationFailed
in interface ComponentMonitor
invoking
public void invoking(Method method,
Object instance)
- Specified by:
invoking
in interface ComponentMonitor
invoked
public void invoked(Method method,
Object instance,
long duration)
- Specified by:
invoked
in interface ComponentMonitor
invocationFailed
public void invocationFailed(Method method,
Object instance,
Exception e)
- Specified by:
invocationFailed
in interface ComponentMonitor
Copyright © 2003-2005 Codehaus. All Rights Reserved.