org.picocontainer.gems.monitors
Class DotDependencyGraphComponentMonitor
java.lang.Object
org.picocontainer.monitors.AbstractComponentMonitor
org.picocontainer.gems.monitors.DotDependencyGraphComponentMonitor
- All Implemented Interfaces:
- Serializable, ComponentMonitor, ComponentMonitorStrategy
public final class DotDependencyGraphComponentMonitor
- extends AbstractComponentMonitor
- implements ComponentMonitor
- See Also:
- Serialized Form
Methods inherited from class org.picocontainer.monitors.AbstractComponentMonitor |
changeMonitor, currentMonitor, instantiating, instantiationFailed, invocationFailed, invoked, invoking, lifecycleInvocationFailed, newBehavior, newInjector, noComponentFound |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DotDependencyGraphComponentMonitor
public DotDependencyGraphComponentMonitor(ComponentMonitor delegate)
DotDependencyGraphComponentMonitor
public DotDependencyGraphComponentMonitor()
instantiated
public <T> void instantiated(PicoContainer container,
ComponentAdapter<T> componentAdapter,
Constructor<T> constructor,
Object instantiated,
Object[] injected,
long duration)
- Specified by:
instantiated
in interface ComponentMonitor
- Overrides:
instantiated
in class AbstractComponentMonitor
getClassDependencyGraph
public String getClassDependencyGraph()
getInterfaceDependencyGraph
public String getInterfaceDependencyGraph()
Copyright © 2003-2010 Codehaus. All Rights Reserved.