org.picocontainer.defaults.issues
Class Issue0303TestCase.SwallowingComponentMonitor
java.lang.Object
org.picocontainer.monitors.NullComponentMonitor
org.picocontainer.defaults.issues.Issue0303TestCase.SwallowingComponentMonitor
- All Implemented Interfaces:
- Serializable, ComponentMonitor
- Enclosing class:
- Issue0303TestCase
public static class Issue0303TestCase.SwallowingComponentMonitor
- extends NullComponentMonitor
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Issue0303TestCase.SwallowingComponentMonitor
public Issue0303TestCase.SwallowingComponentMonitor()
lifecycleInvocationFailed
public void lifecycleInvocationFailed(MutablePicoContainer container,
ComponentAdapter<?> componentAdapter,
Method method,
Object instance,
RuntimeException cause)
- Description copied from interface:
ComponentMonitor
- Event thrown if a lifecycle method invocation - start, stop or dispose -
failed on the given instance
- Specified by:
lifecycleInvocationFailed
in interface ComponentMonitor
- Overrides:
lifecycleInvocationFailed
in class NullComponentMonitor
method
- the lifecycle Method invoked on the component instanceinstance
- the component instancecause
- the RuntimeException detailing the cause of the failure
Copyright © 2003-2010 Codehaus. All Rights Reserved.