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