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

Field Summary
 
Fields inherited from interface org.picocontainer.ComponentMonitor
KEEP
 
Constructor Summary
Issue0303TestCase.SwallowingComponentMonitor()
           
 
Method Summary
 void lifecycleInvocationFailed(MutablePicoContainer container, ComponentAdapter<?> componentAdapter, Method method, Object instance, RuntimeException cause)
           
 
Methods inherited from class org.picocontainer.monitors.NullComponentMonitor
instantiated, instantiating, instantiationFailed, invocationFailed, invoked, invoking, newBehavior, newInjector, 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)
Specified by:
lifecycleInvocationFailed in interface ComponentMonitor
Overrides:
lifecycleInvocationFailed in class NullComponentMonitor


Copyright © 2003-2010 Codehaus. All Rights Reserved.