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, noComponentFoundpublic SwallowingComponentMonitor()
public void lifecycleInvocationFailed(MutablePicoContainer container, ComponentAdapter<?> componentAdapter, Method method, Object instance, RuntimeException cause)
ComponentMonitorlifecycleInvocationFailed in interface ComponentMonitorlifecycleInvocationFailed in class NullComponentMonitormethod - the lifecycle Method invoked on the component instanceinstance - the component instancecause - the RuntimeException detailing the cause of the failureCopyright © 2003–2019 Codehaus. All rights reserved.