org.picocontainer.gems.monitors
Class DotDependencyGraphComponentMonitor

java.lang.Object
  extended byorg.picocontainer.defaults.DelegatingComponentMonitor
      extended byorg.picocontainer.gems.monitors.DotDependencyGraphComponentMonitor
All Implemented Interfaces:
org.picocontainer.ComponentMonitor, org.picocontainer.defaults.ComponentMonitorStrategy, Serializable

public class DotDependencyGraphComponentMonitor
extends org.picocontainer.defaults.DelegatingComponentMonitor
implements org.picocontainer.ComponentMonitor

See Also:
Serialized Form

Constructor Summary
DotDependencyGraphComponentMonitor()
           
DotDependencyGraphComponentMonitor(org.picocontainer.ComponentMonitor delegate)
           
 
Method Summary
 String getClassDependencyGraph()
           
 String getInterfaceDependencyGraph()
           
 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
 
Methods inherited from interface org.picocontainer.ComponentMonitor
instantiated, instantiating, instantiationFailed, invocationFailed, invoked, invoking, lifecycleInvocationFailed
 

Constructor Detail

DotDependencyGraphComponentMonitor

public DotDependencyGraphComponentMonitor(org.picocontainer.ComponentMonitor delegate)

DotDependencyGraphComponentMonitor

public DotDependencyGraphComponentMonitor()
Method Detail

instantiated

public void instantiated(Constructor constructor,
                         Object instantiated,
                         Object[] injected,
                         long duration)
Specified by:
instantiated in interface org.picocontainer.ComponentMonitor

getClassDependencyGraph

public String getClassDependencyGraph()

getInterfaceDependencyGraph

public String getInterfaceDependencyGraph()


Copyright © 2003-2007 Codehaus. All Rights Reserved.