|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Deprecated Classes | |
org.apache.avalon.framework.logger.AbstractLoggable
Use AbstractLogEnabled instead. |
|
org.apache.avalon.framework.component.DefaultComponentManager
Use DefaultServiceManager instead. |
|
org.apache.avalon.framework.component.DefaultComponentSelector
Use DefaultServiceSelector instead. |
Deprecated Interfaces | |
org.apache.avalon.framework.component.Component
Deprecated without replacement. Should only be used while migrating away from a system based on Composable/ComponentManager |
|
org.apache.avalon.framework.component.ComponentManager
Use ServiceManager instead. |
|
org.apache.avalon.framework.component.ComponentSelector
Use ServiceSelector instead. |
|
org.apache.avalon.framework.component.Composable
Use Serviceable instead. |
|
org.apache.avalon.framework.logger.Loggable
Use LogEnabled instead. |
|
org.apache.avalon.framework.component.Recomposable
Use Serviceable instead. |
Deprecated Exceptions | |
org.apache.avalon.framework.component.ComponentException
Use ServiceException instead. |
Deprecated Methods | |
org.apache.avalon.framework.configuration.DefaultConfiguration.addAttribute(String, String)
Use setAttribute() instead |
|
org.apache.avalon.framework.configuration.DefaultConfiguration.appendValueData(String)
Use setValue() 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. Please Use service() from Composable instead. |
|
org.apache.avalon.framework.parameters.Parameters.getParameterNames()
Use getNames() instead |
|
org.apache.avalon.framework.ExceptionUtil.splitString(String, String)
This is an internal utility method that should not be used |
Deprecated Constructors | |
org.apache.avalon.framework.component.ComponentException(String)
use the String, String version to record the role |
|
org.apache.avalon.framework.component.ComponentException(String, Throwable)
use the String, String, Throwable version to record the role |
|
org.apache.avalon.framework.service.ServiceException(String)
use the String,String version instead |
|
org.apache.avalon.framework.service.ServiceException(String, Throwable)
use the String,String,Throwable version instead |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |