org.apache.avalon.excalibur.testcase
Class FullLifecycleComponent

java.lang.Object
  extended by org.apache.avalon.excalibur.testcase.FullLifecycleComponent
All Implemented Interfaces:
Disposable, Initializable, Startable, Suspendable, Configurable, Contextualizable, LogEnabled, Parameterizable, Serviceable, ThreadSafe

Deprecated. ECM is no longer supported

public final class FullLifecycleComponent
extends Object
implements LogEnabled, Contextualizable, Parameterizable, Configurable, Serviceable, Initializable, Startable, Suspendable, Disposable, ThreadSafe

This test class is used to test the AbstractComponent facilities for you.

Version:
CVS $Revision: 1.4 $ $Date: 2004/02/28 11:47:27 $
Author:
Avalon Development Team

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

FullLifecycleComponent

public FullLifecycleComponent()
Deprecated. 
Method Detail

enableLogging

public void enableLogging(Logger logger)
Deprecated. 
Specified by:
enableLogging in interface LogEnabled

contextualize

public void contextualize(Context context)
                   throws ContextException
Deprecated. 
Specified by:
contextualize in interface Contextualizable
Throws:
ContextException

parameterize

public void parameterize(Parameters params)
                  throws ParameterException
Deprecated. 
Specified by:
parameterize in interface Parameterizable
Throws:
ParameterException

configure

public void configure(Configuration config)
               throws ConfigurationException
Deprecated. 
Specified by:
configure in interface Configurable
Throws:
ConfigurationException

service

public void service(ServiceManager manager)
             throws ServiceException
Deprecated. 
Specified by:
service in interface Serviceable
Throws:
ServiceException

initialize

public void initialize()
                throws Exception
Deprecated. 
Specified by:
initialize in interface Initializable
Throws:
Exception

start

public void start()
           throws Exception
Deprecated. 
Specified by:
start in interface Startable
Throws:
Exception

suspend

public void suspend()
Deprecated. 
Specified by:
suspend in interface Suspendable

resume

public void resume()
Deprecated. 
Specified by:
resume in interface Suspendable

stop

public void stop()
          throws Exception
Deprecated. 
Specified by:
stop in interface Startable
Throws:
Exception

dispose

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


Copyright © 2004-2012 Apache Software Foundation. All Rights Reserved.