org.picocontainer.defaults
Class NullComponentMonitor
java.lang.Object
org.picocontainer.defaults.NullComponentMonitor
- All Implemented Interfaces:
- ComponentMonitor, Serializable
- public class NullComponentMonitor
- extends Object
- implements ComponentMonitor, Serializable
- Version:
- $Revision: 1840 $
- Author:
- Paul Hammant & Obie Fernandez
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullComponentMonitor
public NullComponentMonitor()
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
getInstance
public static NullComponentMonitor getInstance()
Copyright © 2003-2005 Codehaus. All Rights Reserved.