Deprecated API

Contents

Deprecated Interfaces

Loggable
Use LogEnabled instead.
Recomposable
Deprecated with no replacement.

Deprecated Classes

AbstractLoggable
Use AbstractLogEnabled instead.

Deprecated Methods

org.apache.avalon.framework.component.ComponentException.getRole()
Use getKey instead
org.apache.avalon.framework.container.ContainerUtil.compose(Object,ComponentManager)
compose() is no longer the preferred method via which components will be supplied with Components.
org.apache.avalon.framework.configuration.DefaultConfiguration.appendValueData(String)
Use setValue() instead
org.apache.avalon.framework.configuration.DefaultConfiguration.addAttribute(String,String)
Use setAttribute() instead
org.apache.avalon.framework.ExceptionUtil.splitString(String,String)
This is an internal utility method that should not be used
org.apache.avalon.framework.parameters.Parameters.getParameterNames()
Use getNames() instead
org.apache.avalon.framework.service.ServiceException.getRole()
Use getKey() instead

Deprecated Constructors

org.apache.avalon.framework.component.ComponentException.ComponentException(String,Throwable)
use the String, String, Throwable version to record the role
org.apache.avalon.framework.component.ComponentException.ComponentException(String)
use the String, String version to record the role
org.apache.avalon.framework.service.ServiceException.ServiceException(String,Throwable)
use the String,String,Throwable version instead
org.apache.avalon.framework.service.ServiceException.ServiceException(String)
use the String,String version instead

"Copyright B) 2001 Apache Jakarta Project. All Rights Reserved."