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.cornerstone.blocks.masterstore.IOUtil.bufferedCopy(InputStream, OutputStream)
Buffering streams is actively harmful! See the class description as to why. Use
IOUtil.copy(InputStream, OutputStream) instead. |
org.apache.excalibur.event.Sink.canAccept()
Use the EnqueuePredicate to control this 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.excalibur.component.ComponentHandler.getComponentHandler(Class, Configuration, ComponentManager, Context, RoleManager, LogkitLoggerManager)
This method has been deprecated in favor of the version below which
handles instrumentation. |
org.apache.avalon.excalibur.component.ComponentHandler.getComponentHandler(String, Class, Configuration, ComponentManager, Context, RoleManager, LogkitLoggerManager)
This method has been deprecated in favor of the version below which
handles instrumentation. |
org.apache.avalon.excalibur.component.ExcaliburComponentManagerCreator.getComponentManager()
The ComponentManager interface has been deprecated.
Please use the getServiceManager method. |
org.apache.avalon.framework.parameters.Parameters.getParameterNames()
Use getNames() instead |
org.apache.avalon.framework.component.ComponentException.getRole()
Use getKey instead |
org.apache.avalon.framework.service.ServiceException.getRole()
Use getKey() instead |
org.apache.excalibur.event.Sink.isFull()
Use the EnqueuePredicate to control this instead |
org.apache.avalon.fortress.impl.ComponentHandlerMetaData.isLazyActivation()
in favor of getActivation() |
org.apache.excalibur.event.Sink.maxSize()
Use the EnqueuePredicate to control this 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.excalibur.datasource.AbstractJdbcConnection(Connection, boolean)
Use the version with keepAlive specified |
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.fortress.impl.ComponentHandlerMetaData(String, String, Configuration, boolean)
in favor of construction which takes an integer activation. |
org.apache.avalon.excalibur.component.DefaultComponentFactory(String, Class, Configuration, ComponentManager, Context, RoleManager, LogkitLoggerManager)
This constructor has been deprecated in favor of the version below which
handles instrumentation. |
org.apache.excalibur.instrument.manager.impl.DefaultInstrumentManagerImpl(String)
Name should be set in the instrument configuration file. |
org.apache.avalon.excalibur.datasource.JdbcConnectionFactory(String, String, String, boolean, boolean)
Use the new constructor with the keepalive and connectionClass
specified. |
org.apache.avalon.excalibur.datasource.JdbcConnectionFactory(String, String, String, boolean, boolean, String)
Use the new constructor with the keepalive and connectionClass
specified. |
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 |