org.picocontainer.extras
Class DefaultLifecyclePicoAdaptor
java.lang.Object
org.picocontainer.extras.DefaultLifecyclePicoAdaptor
- All Implemented Interfaces:
- Disposable, Lifecycle, LifecyclePicoAdapter, Startable, Stoppable
- public class DefaultLifecyclePicoAdaptor
- extends Object
- implements LifecyclePicoAdapter
- Version:
- $Revision: 1.6 $
- Author:
- Paul Hammant
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultLifecyclePicoAdaptor
public DefaultLifecyclePicoAdaptor(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
start
public void start()
throws Exception
- Specified by:
start
in interface Startable
- Throws:
Exception
stop
public void stop()
throws Exception
- Specified by:
stop
in interface Stoppable
- Throws:
Exception
dispose
public void dispose()
throws Exception
- Specified by:
dispose
in interface Disposable
- Throws:
Exception
Copyright © 2003 Codehaus. All Rights Reserved.