com.atlassian.jira.config.component
Class ProfilingComponentAdapterFactory

java.lang.Object
  extended by com.atlassian.jira.config.component.ProfilingComponentAdapterFactory
All Implemented Interfaces:
org.picocontainer.defaults.ComponentAdapterFactory

public class ProfilingComponentAdapterFactory
extends Object
implements org.picocontainer.defaults.ComponentAdapterFactory


Constructor Summary
ProfilingComponentAdapterFactory()
           
 
Method Summary
 org.picocontainer.ComponentAdapter createComponentAdapter(Object componentKey, Class componentImplementation, org.picocontainer.Parameter[] parameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfilingComponentAdapterFactory

public ProfilingComponentAdapterFactory()
Method Detail

createComponentAdapter

public org.picocontainer.ComponentAdapter createComponentAdapter(Object componentKey,
                                                                 Class componentImplementation,
                                                                 org.picocontainer.Parameter[] parameters)
                                                          throws org.picocontainer.PicoIntrospectionException,
                                                                 org.picocontainer.defaults.AssignabilityRegistrationException,
                                                                 org.picocontainer.defaults.NotConcreteRegistrationException
Specified by:
createComponentAdapter in interface org.picocontainer.defaults.ComponentAdapterFactory
Throws:
org.picocontainer.PicoIntrospectionException
org.picocontainer.defaults.AssignabilityRegistrationException
org.picocontainer.defaults.NotConcreteRegistrationException


Copyright © 2002-2007 Atlassian. All Rights Reserved.