|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.picocontainer.defaults.DecoratingComponentAdapter
org.picocontainer.defaults.SynchronizedComponentAdapter
Constructor Summary | |
SynchronizedComponentAdapter(ComponentAdapter delegate)
|
Method Summary | |
java.lang.Class |
getComponentImplementation()
|
java.lang.Object |
getComponentInstance()
Gets the component instance. |
java.lang.Object |
getComponentKey()
|
void |
verify()
Verify that all dependencies for this adapter can be satisifed. |
Methods inherited from class org.picocontainer.defaults.DecoratingComponentAdapter |
getContainer, getDelegate, setContainer |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SynchronizedComponentAdapter(ComponentAdapter delegate)
Method Detail |
public java.lang.Object getComponentKey()
getComponentKey
in interface ComponentAdapter
getComponentKey
in class DecoratingComponentAdapter
public java.lang.Class getComponentImplementation()
getComponentImplementation
in interface ComponentAdapter
getComponentImplementation
in class DecoratingComponentAdapter
public java.lang.Object getComponentInstance() throws PicoInitializationException, PicoIntrospectionException
ComponentAdapter
CachingComponentAdapter
).
getComponentInstance
in interface ComponentAdapter
getComponentInstance
in class DecoratingComponentAdapter
PicoInitializationException
PicoIntrospectionException
public void verify() throws UnsatisfiableDependenciesException
ComponentAdapter
verify
in interface ComponentAdapter
verify
in class DecoratingComponentAdapter
UnsatisfiableDependenciesException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |