org.picocontainer.tck
Class AbstractComponentAdapterTestCase.NotInstantiatableBehavior

java.lang.Object
  extended by org.picocontainer.behaviors.AbstractBehavior
      extended by org.picocontainer.tck.AbstractComponentAdapterTestCase.NotInstantiatableBehavior
All Implemented Interfaces:
Serializable, org.picocontainer.Behavior, org.picocontainer.ComponentAdapter, org.picocontainer.ComponentMonitorStrategy, org.picocontainer.LifecycleStrategy
Enclosing class:
AbstractComponentAdapterTestCase

public static class AbstractComponentAdapterTestCase.NotInstantiatableBehavior
extends org.picocontainer.behaviors.AbstractBehavior

See Also:
Serialized Form

Constructor Summary
AbstractComponentAdapterTestCase.NotInstantiatableBehavior(org.picocontainer.ComponentAdapter delegate)
           
 
Method Summary
 Object getComponentInstance(org.picocontainer.PicoContainer container)
           
 
Methods inherited from class org.picocontainer.behaviors.AbstractBehavior
accept, changeMonitor, componentHasLifecycle, currentMonitor, dispose, dispose, getComponentImplementation, getComponentKey, getDelegate, hasLifecycle, start, start, stop, stop, verify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractComponentAdapterTestCase.NotInstantiatableBehavior

public AbstractComponentAdapterTestCase.NotInstantiatableBehavior(org.picocontainer.ComponentAdapter delegate)
Method Detail

getComponentInstance

public Object getComponentInstance(org.picocontainer.PicoContainer container)
Specified by:
getComponentInstance in interface org.picocontainer.ComponentAdapter
Overrides:
getComponentInstance in class org.picocontainer.behaviors.AbstractBehavior


Copyright © 2003-2007 Codehaus. All Rights Reserved.