org.picocontainer.lifecycle
Class BuiltInStartableComponent

java.lang.Object
  extended by org.picocontainer.lifecycle.BuiltInStartableComponent
All Implemented Interfaces:
Disposable, Startable

public class BuiltInStartableComponent
extends Object
implements Startable, Disposable


Constructor Summary
BuiltInStartableComponent(StringBuilder sb)
           
 
Method Summary
 void dispose()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuiltInStartableComponent

public BuiltInStartableComponent(StringBuilder sb)
Method Detail

start

public void start()
Specified by:
start in interface Startable

stop

public void stop()
Specified by:
stop in interface Startable

dispose

public void dispose()
Specified by:
dispose in interface Disposable


Copyright © 2003-2010 Codehaus. All Rights Reserved.