com.atlassian.jira.config.component
Class ProfilingComponentAdapter

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

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
 java.lang.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 java.lang.Object getComponentInstance()
                                      throws org.picocontainer.PicoInitializationException,
                                             org.picocontainer.PicoIntrospectionException,
                                             org.picocontainer.defaults.AssignabilityRegistrationException,
                                             org.picocontainer.defaults.NotConcreteRegistrationException
Throws:
org.picocontainer.PicoInitializationException
org.picocontainer.PicoIntrospectionException
org.picocontainer.defaults.AssignabilityRegistrationException
org.picocontainer.defaults.NotConcreteRegistrationException


Copyright © 2002-2005 Atlassian. All Rights Reserved.