org.picocontainer.lifecycle
Class ThirdPartyStartableComponent

java.lang.Object
  extended by org.picocontainer.lifecycle.ThirdPartyStartableComponent
All Implemented Interfaces:
ThirdPartyStartable

public class ThirdPartyStartableComponent
extends Object
implements ThirdPartyStartable


Constructor Summary
ThirdPartyStartableComponent(StringBuilder sb)
           
 
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

ThirdPartyStartableComponent

public ThirdPartyStartableComponent(StringBuilder sb)
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.