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

java.lang.Object
  extended by org.picocontainer.defaults.DecoratingComponentAdapter
      extended by com.atlassian.jira.config.component.ProfilingComponentAdapter<T>
All Implemented Interfaces:
Serializable, org.picocontainer.ComponentAdapter

public class ProfilingComponentAdapter<T>
extends org.picocontainer.defaults.DecoratingComponentAdapter

See Also:
Serialized Form

Constructor Summary
ProfilingComponentAdapter(org.picocontainer.ComponentAdapter delegate)
           
 
Method Summary
 T getComponentInstance()
           
 
Methods inherited from class org.picocontainer.defaults.DecoratingComponentAdapter
getComponentImplementation, getComponentKey, getContainer, getDelegate, setContainer, verify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfilingComponentAdapter

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

getComponentInstance

public T getComponentInstance()
                       throws org.picocontainer.PicoInitializationException,
                              org.picocontainer.PicoIntrospectionException,
                              org.picocontainer.defaults.AssignabilityRegistrationException,
                              org.picocontainer.defaults.NotConcreteRegistrationException
Specified by:
getComponentInstance in interface org.picocontainer.ComponentAdapter
Overrides:
getComponentInstance in class org.picocontainer.defaults.DecoratingComponentAdapter
Throws:
org.picocontainer.PicoInitializationException
org.picocontainer.PicoIntrospectionException
org.picocontainer.defaults.AssignabilityRegistrationException
org.picocontainer.defaults.NotConcreteRegistrationException


Copyright © 2002-2013 Atlassian. All Rights Reserved.