org.codehaus.waffle.context.pico
Class PicoLifecycleStrategy

java.lang.Object
  extended by org.picocontainer.lifecycle.AbstractMonitoringLifecycleStrategy
      extended by org.picocontainer.lifecycle.StartableLifecycleStrategy
          extended by org.codehaus.waffle.context.pico.PicoLifecycleStrategy
All Implemented Interfaces:
java.io.Serializable, org.picocontainer.ComponentMonitorStrategy, org.picocontainer.LifecycleStrategy

public class PicoLifecycleStrategy
extends org.picocontainer.lifecycle.StartableLifecycleStrategy

See Also:
Serialized Form

Constructor Summary
PicoLifecycleStrategy(org.picocontainer.ComponentMonitor componentMonitor)
           
 
Method Summary
protected  java.lang.Class<?> getStartableInterface()
           
protected  java.lang.String getStartMethodName()
           
protected  java.lang.String getStopMethodName()
           
 
Methods inherited from class org.picocontainer.lifecycle.StartableLifecycleStrategy
dispose, disposeComponent, getDisposableInterface, getDisposeMethodName, hasLifecycle, start, startComponent, stop, stopComponent
 
Methods inherited from class org.picocontainer.lifecycle.AbstractMonitoringLifecycleStrategy
changeMonitor, currentMonitor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PicoLifecycleStrategy

public PicoLifecycleStrategy(org.picocontainer.ComponentMonitor componentMonitor)
Method Detail

getStopMethodName

protected java.lang.String getStopMethodName()
Overrides:
getStopMethodName in class org.picocontainer.lifecycle.StartableLifecycleStrategy

getStartMethodName

protected java.lang.String getStartMethodName()
Overrides:
getStartMethodName in class org.picocontainer.lifecycle.StartableLifecycleStrategy

getStartableInterface

protected java.lang.Class<?> getStartableInterface()
Overrides:
getStartableInterface in class org.picocontainer.lifecycle.StartableLifecycleStrategy


Copyright © 2008. All Rights Reserved.