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:
Serializable, ComponentMonitorStrategy, LifecycleStrategy

public class MyStartableLifecycleStrategy
extends StartableLifecycleStrategy

See Also:
Serialized Form

Constructor Summary
MyStartableLifecycleStrategy()
           
 
Method Summary
protected  Class getDisposableInterface()
           
protected  String getDisposeMethodName()
           
protected  Class getStartableInterface()
           
protected  String getStartMethodName()
           
protected  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 String getStopMethodName()
Overrides:
getStopMethodName in class StartableLifecycleStrategy

getStartMethodName

protected String getStartMethodName()
Overrides:
getStartMethodName in class StartableLifecycleStrategy

getDisposeMethodName

protected String getDisposeMethodName()
Overrides:
getDisposeMethodName in class StartableLifecycleStrategy

getStartableInterface

protected Class getStartableInterface()
Overrides:
getStartableInterface in class StartableLifecycleStrategy

getDisposableInterface

protected Class getDisposableInterface()
Overrides:
getDisposableInterface in class StartableLifecycleStrategy


Copyright © 2003-2010 Codehaus. All Rights Reserved.