org.picocontainer.defaults
Class ComponentAdapterTestCase.TestComponentAdapter

java.lang.Object
  extended by org.picocontainer.defaults.MonitoringComponentAdapter
      extended by org.picocontainer.defaults.AbstractComponentAdapter
          extended by org.picocontainer.defaults.ComponentAdapterTestCase.TestComponentAdapter
All Implemented Interfaces:
java.io.Serializable, org.picocontainer.ComponentAdapter, org.picocontainer.defaults.ComponentMonitorStrategy
Enclosing class:
ComponentAdapterTestCase

private static class ComponentAdapterTestCase.TestComponentAdapter
extends org.picocontainer.defaults.AbstractComponentAdapter


Constructor Summary
ComponentAdapterTestCase.TestComponentAdapter(java.lang.Object componentKey, java.lang.Class componentImplementation)
           
ComponentAdapterTestCase.TestComponentAdapter(java.lang.Object componentKey, java.lang.Class componentImplementation, org.picocontainer.ComponentMonitor componentMonitor)
           
 
Method Summary
 java.lang.Object getComponentInstance(org.picocontainer.PicoContainer container)
           
 void verify(org.picocontainer.PicoContainer container)
           
 
Methods inherited from class org.picocontainer.defaults.AbstractComponentAdapter
accept, checkTypeCompatibility, getComponentImplementation, getComponentKey, toString
 
Methods inherited from class org.picocontainer.defaults.MonitoringComponentAdapter
changeMonitor, currentMonitor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ComponentAdapterTestCase.TestComponentAdapter

ComponentAdapterTestCase.TestComponentAdapter(java.lang.Object componentKey,
                                              java.lang.Class componentImplementation,
                                              org.picocontainer.ComponentMonitor componentMonitor)
                                        throws org.picocontainer.defaults.AssignabilityRegistrationException
Throws:
org.picocontainer.defaults.AssignabilityRegistrationException

ComponentAdapterTestCase.TestComponentAdapter

ComponentAdapterTestCase.TestComponentAdapter(java.lang.Object componentKey,
                                              java.lang.Class componentImplementation)
                                        throws org.picocontainer.defaults.AssignabilityRegistrationException
Throws:
org.picocontainer.defaults.AssignabilityRegistrationException
Method Detail

getComponentInstance

public java.lang.Object getComponentInstance(org.picocontainer.PicoContainer container)
                                      throws org.picocontainer.PicoInitializationException,
                                             org.picocontainer.PicoIntrospectionException
Throws:
org.picocontainer.PicoInitializationException
org.picocontainer.PicoIntrospectionException

verify

public void verify(org.picocontainer.PicoContainer container)
            throws org.picocontainer.PicoVerificationException
Throws:
org.picocontainer.PicoVerificationException