org.picocontainer.defaults
Class DefaultPicoContainerTestCase.ComponentAdapterWithNoMonitor

java.lang.Object
  extended by 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
           
 
Constructor Summary
DefaultPicoContainerTestCase.ComponentAdapterWithNoMonitor(java.lang.Object instance)
           
 
Method Summary
 void accept(org.picocontainer.PicoVisitor visitor)
           
 java.lang.Class getComponentImplementation()
           
 java.lang.Object getComponentInstance(org.picocontainer.PicoContainer container)
           
 java.lang.Object getComponentKey()
           
 void verify(org.picocontainer.PicoContainer container)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instance

private java.lang.Object instance
Constructor Detail

DefaultPicoContainerTestCase.ComponentAdapterWithNoMonitor

public DefaultPicoContainerTestCase.ComponentAdapterWithNoMonitor(java.lang.Object instance)
Method Detail

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