org.picocontainer.lifecycle
Class MyStartableLifecycleStrategy

java.lang.Object
  extended by org.picocontainer.lifecycle.AbstractMonitoringLifecycleStrategy
      extended by org.picocontainer.lifecycle.StartableLifecycleStrategy
          extended by org.picocontainer.lifecycle.MyStartableLifecycleStrategy
All Implemented Interfaces:
java.io.Serializable, ComponentMonitorStrategy, LifecycleStrategy

public class MyStartableLifecycleStrategy
extends StartableLifecycleStrategy

See Also:
Serialized Form

Constructor Summary
MyStartableLifecycleStrategy()
           
 
Method Summary
protected  java.lang.Class getDisposableInterface()
           
protected  java.lang.String getDisposeMethodName()
           
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, hasLifecycle, start, startComponent, stop, stopComponent
 
Methods inherited from class org.picocontainer.lifecycle.AbstractMonitoringLifecycleStrategy
changeMonitor, currentMonitor, isLazy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyStartableLifecycleStrategy

public MyStartableLifecycleStrategy()
Method Detail

getStopMethodName

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

getStartMethodName

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

getDisposeMethodName

protected java.lang.String getDisposeMethodName()
Overrides:
getDisposeMethodName in class StartableLifecycleStrategy

getStartableInterface

protected java.lang.Class getStartableInterface()
Overrides:
getStartableInterface in class StartableLifecycleStrategy

getDisposableInterface

protected java.lang.Class getDisposableInterface()
Overrides:
getDisposableInterface in class StartableLifecycleStrategy


Copyright © 2003-2011 Codehaus. All Rights Reserved.