org.picocontainer.lifecycle
Class StartableLifecycleStrategyTestCase.ThirdPartyStartableComponent2

java.lang.Object
  extended by org.picocontainer.lifecycle.StartableLifecycleStrategyTestCase.ThirdPartyStartableComponent2
All Implemented Interfaces:
ThirdPartyStartable
Enclosing class:
StartableLifecycleStrategyTestCase

public static class StartableLifecycleStrategyTestCase.ThirdPartyStartableComponent2
extends Object
implements ThirdPartyStartable


Constructor Summary
StartableLifecycleStrategyTestCase.ThirdPartyStartableComponent2()
           
 
Method Summary
 void ddispose()
           
 void sstart()
           
 void sstop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StartableLifecycleStrategyTestCase.ThirdPartyStartableComponent2

public StartableLifecycleStrategyTestCase.ThirdPartyStartableComponent2()
Method Detail

sstart

public void sstart()
Specified by:
sstart in interface ThirdPartyStartable

sstop

public void sstop()
Specified by:
sstop in interface ThirdPartyStartable

ddispose

public void ddispose()
Specified by:
ddispose in interface ThirdPartyStartable


Copyright © 2003-2010 Codehaus. All Rights Reserved.