org.picocontainer.lifecycle
Class BuiltInStartableComponent
java.lang.Object
org.picocontainer.lifecycle.BuiltInStartableComponent
- All Implemented Interfaces:
- org.picocontainer.Disposable, org.picocontainer.Startable
public class BuiltInStartableComponent
- extends Object
- implements org.picocontainer.Startable, org.picocontainer.Disposable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BuiltInStartableComponent
public BuiltInStartableComponent(StringBuilder sb)
start
public void start()
- Specified by:
start in interface org.picocontainer.Startable
stop
public void stop()
- Specified by:
stop in interface org.picocontainer.Startable
dispose
public void dispose()
- Specified by:
dispose in interface org.picocontainer.Disposable
Copyright © 2003-2009 Codehaus. All Rights Reserved.