org.apache.avalon.phoenix
Class AbstractBlock

java.lang.Object
  |
  +--AbstractLogEnabled
        |
        +--org.apache.avalon.phoenix.AbstractBlock
All Implemented Interfaces:
Block

Deprecated. As Block interface is deprecated this class is also deprecated with no replacement.

public abstract class AbstractBlock
extends AbstractLogEnabled
implements Block

This is an AbstractBlock that makes deployment a bit easier.

Version:
CVS $Revision: 1.10 $ $Date: 2002/08/06 11:57:39 $
Author:
Berin Loritsch, Peter Donald
See Also:
Serialized Form

Constructor Summary
AbstractBlock()
          Deprecated.  
 
Method Summary
 void compose(ComponentManager componentManager)
          Deprecated.  
 void configure(Configuration configuration)
          Deprecated.  
 void contextualize(Context context)
          Deprecated.  
protected  BlockContext getBlockContext()
          Deprecated.  
protected  ComponentManager getComponentManager()
          Deprecated.  
protected  Configuration getConfiguration()
          Deprecated. No Block should be relying on AbstractBlock to implement Configurable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractBlock

public AbstractBlock()
Deprecated. 
Method Detail

contextualize

public void contextualize(Context context)
Deprecated. 

configure

public void configure(Configuration configuration)
               throws ConfigurationException
Deprecated. 
ConfigurationException

compose

public void compose(ComponentManager componentManager)
             throws ComponentException
Deprecated. 
ComponentException

getBlockContext

protected final BlockContext getBlockContext()
Deprecated. 

getComponentManager

protected final ComponentManager getComponentManager()
Deprecated. 

getConfiguration

protected final Configuration getConfiguration()
Deprecated. No Block should be relying on AbstractBlock to implement Configurable

Retrieve cached configuration values.

Returns:
the configuration


Copyright © 2001 Apache Jakarta Project. All Rights Reserved.