public static class Issue0303TestCase.SwallowingComponentMonitor extends NullComponentMonitor
KEEP
Constructor and Description |
---|
SwallowingComponentMonitor() |
Modifier and Type | Method and Description |
---|---|
void |
lifecycleInvocationFailed(MutablePicoContainer container,
ComponentAdapter<?> componentAdapter,
Method method,
Object instance,
RuntimeException cause)
Event thrown if a lifecycle method invocation - start, stop or dispose -
failed on the given instance
|
instantiated, instantiating, instantiationFailed, invocationFailed, invoked, invoking, newBehavior, newInjector, noComponentFound
public SwallowingComponentMonitor()
public void lifecycleInvocationFailed(MutablePicoContainer container, ComponentAdapter<?> componentAdapter, Method method, Object instance, RuntimeException cause)
ComponentMonitor
lifecycleInvocationFailed
in interface ComponentMonitor
lifecycleInvocationFailed
in class NullComponentMonitor
method
- the lifecycle Method invoked on the component instanceinstance
- the component instancecause
- the RuntimeException detailing the cause of the failureCopyright © 2003–2015 Codehaus. All rights reserved.