com.atlassian.jira.config.component
Class ProfilingComponentAdapter

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

public class ProfilingComponentAdapter
extends org.picocontainer.defaults.DecoratingComponentAdapter

See Also:
Serialized Form

Constructor Summary
ProfilingComponentAdapter(org.picocontainer.ComponentAdapter delegate)
           
ProfilingComponentAdapter(org.picocontainer.ComponentAdapter delegate, org.picocontainer.defaults.ObjectReference instanceReference)
           
 
Method Summary
 Object 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)

ProfilingComponentAdapter

public ProfilingComponentAdapter(org.picocontainer.ComponentAdapter delegate,
                                 org.picocontainer.defaults.ObjectReference instanceReference)
Method Detail

getComponentInstance

public Object 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-2007 Atlassian. All Rights Reserved.