org.picocontainer.extras
Class DefaultLifecyclePicoAdapter
java.lang.Object
org.picocontainer.extras.DefaultLifecyclePicoAdapter
- All Implemented Interfaces:
- Disposable, Lifecycle, LifecyclePicoAdapter, Startable, Stoppable
- public class DefaultLifecyclePicoAdapter
- extends Object
- implements LifecyclePicoAdapter
- Version:
- $Revision: 1.2 $
- Author:
- Paul Hammant, Ward Cunningham
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultLifecyclePicoAdapter
public DefaultLifecyclePicoAdapter(PicoContainer picoContainer)
isStarted
public boolean isStarted()
- Specified by:
isStarted
in interface LifecyclePicoAdapter
isStopped
public boolean isStopped()
- Specified by:
isStopped
in interface LifecyclePicoAdapter
isDisposed
public boolean isDisposed()
- Specified by:
isDisposed
in interface LifecyclePicoAdapter
getPicoContainer
public PicoContainer getPicoContainer()
- Specified by:
getPicoContainer
in interface LifecyclePicoAdapter
start
public void start()
- Specified by:
start
in interface Startable
stop
public void stop()
- Specified by:
stop
in interface Stoppable
dispose
public void dispose()
- Specified by:
dispose
in interface Disposable
Copyright © 2003 Codehaus. All Rights Reserved.