|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.picocontainer.defaults.DelegatingComponentMonitor
org.picocontainer.gems.monitors.ComponentDependencyMonitor
Understands how to capture component dependency information from picocontainer.
| Nested Class Summary | |
static class |
ComponentDependencyMonitor.Dependency
Understands which other classes are required to instantiate a component. |
| Constructor Summary | |
ComponentDependencyMonitor(ComponentDependencyListener listener)
|
|
| Method Summary | |
void |
instantiated(Constructor constructor,
Object instantiated,
Object[] injected,
long duration)
|
| Methods inherited from class org.picocontainer.defaults.DelegatingComponentMonitor |
changeMonitor, currentMonitor, instantiated, instantiating, instantiationFailed, invocationFailed, invoked, invoking, lifecycleInvocationFailed |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ComponentDependencyMonitor(ComponentDependencyListener listener)
| Method Detail |
public void instantiated(Constructor constructor,
Object instantiated,
Object[] injected,
long duration)
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||