org.picocontainer.defaults
Class DefaultPicoContainerTestCase.ComponentAdapterWithNoMonitor
java.lang.Object
org.picocontainer.defaults.DefaultPicoContainerTestCase.ComponentAdapterWithNoMonitor
- All Implemented Interfaces:
- org.picocontainer.ComponentAdapter
- Enclosing class:
- DefaultPicoContainerTestCase
private static class DefaultPicoContainerTestCase.ComponentAdapterWithNoMonitor
- extends java.lang.Object
- implements org.picocontainer.ComponentAdapter
Field Summary |
private java.lang.Object |
instance
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
instance
private java.lang.Object instance
DefaultPicoContainerTestCase.ComponentAdapterWithNoMonitor
public DefaultPicoContainerTestCase.ComponentAdapterWithNoMonitor(java.lang.Object instance)
getComponentKey
public java.lang.Object getComponentKey()
- Specified by:
getComponentKey
in interface org.picocontainer.ComponentAdapter
getComponentImplementation
public java.lang.Class getComponentImplementation()
- Specified by:
getComponentImplementation
in interface org.picocontainer.ComponentAdapter
getComponentInstance
public java.lang.Object getComponentInstance(org.picocontainer.PicoContainer container)
throws org.picocontainer.PicoInitializationException,
org.picocontainer.PicoIntrospectionException
- Specified by:
getComponentInstance
in interface org.picocontainer.ComponentAdapter
- Throws:
org.picocontainer.PicoInitializationException
org.picocontainer.PicoIntrospectionException
verify
public void verify(org.picocontainer.PicoContainer container)
throws org.picocontainer.PicoIntrospectionException
- Specified by:
verify
in interface org.picocontainer.ComponentAdapter
- Throws:
org.picocontainer.PicoIntrospectionException
accept
public void accept(org.picocontainer.PicoVisitor visitor)
- Specified by:
accept
in interface org.picocontainer.ComponentAdapter