org.picocontainer.lifecycle
Class StartableLifecycleStrategyTestCase.ThirdPartyStartableComponent3

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

public static class StartableLifecycleStrategyTestCase.ThirdPartyStartableComponent3
extends Object
implements ThirdPartyStartable


Constructor Summary
StartableLifecycleStrategyTestCase.ThirdPartyStartableComponent3()
           
 
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.ThirdPartyStartableComponent3

public StartableLifecycleStrategyTestCase.ThirdPartyStartableComponent3()
Method Detail

sstart

public void sstart()
            throws Exception
Specified by:
sstart in interface ThirdPartyStartable
Throws:
Exception

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.