org.picocontainer.defaults.issues
Class Issue0303TestCase.SwallowingComponentMonitor

java.lang.Object
  extended by org.picocontainer.monitors.NullComponentMonitor
      extended by 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

Constructor Summary
Issue0303TestCase.SwallowingComponentMonitor()
           
 
Method Summary
 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
 
Methods inherited from class org.picocontainer.monitors.NullComponentMonitor
instantiated, instantiating, instantiationFailed, invocationFailed, invoked, invoking, newInjectionFactory, noComponentFound
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Issue0303TestCase.SwallowingComponentMonitor

public Issue0303TestCase.SwallowingComponentMonitor()
Method Detail

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 instance
instance - the component instance
cause - the RuntimeException detailing the cause of the failure


Copyright © 2003-2010 Codehaus. All Rights Reserved.