com.atlassian.jira.config.component
Class ProfilingComponentAdapter<T>

java.lang.Object
  extended by org.picocontainer.behaviors.AbstractBehavior<T>
      extended by com.atlassian.jira.config.component.ProfilingComponentAdapter<T>
All Implemented Interfaces:
Serializable, org.picocontainer.Behavior<T>, org.picocontainer.ComponentAdapter<T>, org.picocontainer.ComponentLifecycle<T>, org.picocontainer.ComponentMonitorStrategy, org.picocontainer.LifecycleStrategy

public class ProfilingComponentAdapter<T>
extends org.picocontainer.behaviors.AbstractBehavior<T>

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.picocontainer.ComponentAdapter
org.picocontainer.ComponentAdapter.NOTHING
 
Field Summary
 
Fields inherited from class org.picocontainer.behaviors.AbstractBehavior
delegate
 
Constructor Summary
ProfilingComponentAdapter(org.picocontainer.ComponentAdapter delegate)
           
 
Method Summary
 T getComponentInstance(org.picocontainer.PicoContainer container, Type into)
           
 String getDescriptor()
           
 
Methods inherited from class org.picocontainer.behaviors.AbstractBehavior
accept, changeMonitor, componentHasLifecycle, currentMonitor, dispose, dispose, findAdapterOfType, getComponentImplementation, getComponentInstance, getComponentKey, getDelegate, hasLifecycle, isLazy, isStarted, start, start, stop, stop, toString, verify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProfilingComponentAdapter

public ProfilingComponentAdapter(org.picocontainer.ComponentAdapter delegate)
Method Detail

getComponentInstance

public T getComponentInstance(org.picocontainer.PicoContainer container,
                              Type into)
                       throws org.picocontainer.PicoCompositionException
Specified by:
getComponentInstance in interface org.picocontainer.ComponentAdapter<T>
Overrides:
getComponentInstance in class org.picocontainer.behaviors.AbstractBehavior<T>
Throws:
org.picocontainer.PicoCompositionException

getDescriptor

public String getDescriptor()


Copyright © 2002-2014 Atlassian. All Rights Reserved.