|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.avalon.excalibur.testcase.FullLifecycleComponent
public final class FullLifecycleComponent
This test class is used to test the AbstractComponent facilities for you.
Constructor Summary | |
---|---|
FullLifecycleComponent()
Deprecated. |
Method Summary | |
---|---|
void |
configure(Configuration config)
Deprecated. |
void |
contextualize(Context context)
Deprecated. |
void |
dispose()
Deprecated. |
void |
enableLogging(Logger logger)
Deprecated. |
void |
initialize()
Deprecated. |
void |
parameterize(Parameters params)
Deprecated. |
void |
resume()
Deprecated. |
void |
service(ServiceManager manager)
Deprecated. |
void |
start()
Deprecated. |
void |
stop()
Deprecated. |
void |
suspend()
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FullLifecycleComponent()
Method Detail |
---|
public void enableLogging(Logger logger)
enableLogging
in interface LogEnabled
public void contextualize(Context context) throws ContextException
contextualize
in interface Contextualizable
ContextException
public void parameterize(Parameters params) throws ParameterException
parameterize
in interface Parameterizable
ParameterException
public void configure(Configuration config) throws ConfigurationException
configure
in interface Configurable
ConfigurationException
public void service(ServiceManager manager) throws ServiceException
service
in interface Serviceable
ServiceException
public void initialize() throws Exception
initialize
in interface Initializable
Exception
public void start() throws Exception
start
in interface Startable
Exception
public void suspend()
suspend
in interface Suspendable
public void resume()
resume
in interface Suspendable
public void stop() throws Exception
stop
in interface Startable
Exception
public void dispose()
dispose
in interface Disposable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |