Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.avalon.framework Classes and Interfaces - 73 results found.
NameDescriptionTypePackageFramework
AbstractConfigurationThis is an abstract Configuration implementation that deals with methods that can be abstracted away from underlying implementations.Classorg.apache.avalon.framework.configurationApache Avalon
AbstractLogEnabledUtility class to allow easy construction of components that will perform Version:$Id: AbstractLogEnabled.Classorg.apache.avalon.framework.loggerApache Avalon
AbstractLoggableUtility class to allow construction of easy components that will perform logging.Classorg.apache.avalon.framework.loggerApache Avalon
AvailabilityAwareAn Availability contract between the container and the component.Interfaceorg.apache.avalon.framework.availabilityApache Avalon
AvalonFormatterThis formatter extends ExtendedPatternFormatter so that CascadingExceptions are formatted with all nested exceptions.Classorg.apache.avalon.framework.loggerApache Avalon
CascadingErrorClass from which all exceptions should inherit.Classorg.apache.avalon.frameworkApache Avalon
CascadingExceptionClass from which all exceptions should inherit.Classorg.apache.avalon.frameworkApache Avalon
CascadingRuntimeExceptionClass from which all exceptions should inherit.Classorg.apache.avalon.frameworkApache Avalon
CascadingThrowableInterface which all cascadign throwables should implement.Interfaceorg.apache.avalon.frameworkApache Avalon
CommonsLoggerAn Avalon Logger implementation backed by a of commons lLogging.Classorg.apache.avalon.framework.loggerApache Avalon
ComponentThis interface identifies classes that can be used as Components The contract surrounding the Component is that it isInterfaceorg.apache.avalon.framework.componentApache Avalon
ComponentExceptionThe exception thrown to indicate a problem with Components.Classorg.apache.avalon.framework.componentApache Avalon
ComponentManagerA ComponentManager selects Components based on a role.Interfaceorg.apache.avalon.framework.componentApache Avalon
ComponentSelectorA ComponentSelector selects Components based on a hint.Interfaceorg.apache.avalon.framework.componentApache Avalon
ComposableA Composable class is one that needs to connect to software components using a "role" abstraction, thus not depending on particularInterfaceorg.apache.avalon.framework.componentApache Avalon
ConfigurableThis interface should be implemented by classes that need to be configured with custom parameters before initialization.Interfaceorg.apache.avalon.framework.configurationApache Avalon
ConfigurationConfiguration is a interface encapsulating a configuration node used to retrieve configuration values.Interfaceorg.apache.avalon.framework.configurationApache Avalon
ConfigurationExceptionThrown when a Configurable component cannot be configured properly, or if a value cannot be retrieved properly.Classorg.apache.avalon.framework.configurationApache Avalon
ConfigurationUtilThis class has a bunch of utility methods to work with configuration objects.Classorg.apache.avalon.framework.configurationApache Avalon
ConsoleLoggerLogger sending everything to the standard output streams.Classorg.apache.avalon.framework.loggerApache Avalon
ContainerUtilUtility class that makes it easier to transfer a component throught it's lifecycle stages.Classorg.apache.avalon.framework.containerApache Avalon
Context The context is the interface through which the component and its container communicate.Interfaceorg.apache.avalon.framework.contextApache Avalon
ContextExceptionException signalling a badly formed Context.Classorg.apache.avalon.framework.contextApache Avalon
ContextualizableThis inteface should be implemented by components that need a Context to work.Interfaceorg.apache.avalon.framework.contextApache Avalon
DefaultComponentManagerThis class is a static implementation of a ComponentManager.Classorg.apache.avalon.framework.componentApache Avalon
DefaultComponentSelectorThis is the default implementation of the ComponentSelector.Classorg.apache.avalon.framework.componentApache Avalon
DefaultConfigurationThis is the default Configuration implementation.Classorg.apache.avalon.framework.configurationApache Avalon
DefaultConfigurationBuilderA DefaultConfigurationBuilder builds Configurations from XML, via a SAX2 compliant parser.Classorg.apache.avalon.framework.configurationApache Avalon
DefaultConfigurationSerializerA ConfigurationSerializer serializes configurations via SAX2 compliant parser.Classorg.apache.avalon.framework.configurationApache Avalon
DefaultContextDefault implementation of Context.Classorg.apache.avalon.framework.contextApache Avalon
DefaultImmutableConfigurationAn immutable implementation of the Configuration interface.Classorg.apache.avalon.framework.configurationApache Avalon
DefaultServiceManagerThis class is a static implementation of a ServiceManager.Classorg.apache.avalon.framework.serviceApache Avalon
DefaultServiceSelectorThis is the default implementation of the ServiceSelectorVersion:$Id: DefaultServiceSelector.Classorg.apache.avalon.framework.serviceApache Avalon
DisposableThe Disposable interface is used when components need to deallocate and dispose resources prior to their destruction.Interfaceorg.apache.avalon.framework.activityApache Avalon
EnumBasic enum class for type-safe enums.Classorg.apache.avalon.frameworkApache Avalon
ExceptionUtilThis class provides basic facilities for manipulating exceptions.Classorg.apache.avalon.frameworkApache Avalon
ExecutableThe Executable can be implemented by components that need to perform some work.Interfaceorg.apache.avalon.framework.activityApache Avalon
InitializableThe Initializable interface is used by components that need to allocate resources prior to them becoming active.Interfaceorg.apache.avalon.framework.activityApache Avalon
Jdk14LoggerThe default JDK 1.Classorg.apache.avalon.framework.loggerApache Avalon
Log4JLoggerThe default Log4J wrapper class for Logger.Classorg.apache.avalon.framework.loggerApache Avalon
LogEnabledComponents that need to log can implement this interface to be provided Loggers.Interfaceorg.apache.avalon.framework.loggerApache Avalon
LogKit2AvalonLoggerAdapterA basic adapter that adapts an Avalon Logger to a Logkit Logger.Classorg.apache.avalon.framework.loggerApache Avalon
LogKitLoggerThe default LogKit wrapper class for Logger.Classorg.apache.avalon.framework.loggerApache Avalon
LoggableComponents that need to log can implement this interface to be provided Loggers.Interfaceorg.apache.avalon.framework.loggerApache Avalon
LoggerThis is a facade for the different logging subsystems.Interfaceorg.apache.avalon.framework.loggerApache Avalon
LoggerAwareOutputStreamLogger aware output stream, characters written to this OutputStream are buffered until a newline character is encountered, or a flush() is called.Classorg.apache.avalon.framework.loggerApache Avalon
MutableConfigurationA read/write extension of the Configuration interface.Interfaceorg.apache.avalon.framework.configurationApache Avalon
NamespacedSAXConfigurationHandlerA SAXConfigurationHandler helps build Configurations out of sax events, including namespace information.Classorg.apache.avalon.framework.configurationApache Avalon
NullLoggerThe Null Logger class.Classorg.apache.avalon.framework.loggerApache Avalon
ParameterExceptionThrown when a Parameterizable component cannot be parameterized properly, or if a value cannot be retrieved properly.Classorg.apache.avalon.framework.parametersApache Avalon
ParameterizableComponents should implement this interface if they wish to be provided with parameters during startup.Interfaceorg.apache.avalon.framework.parametersApache Avalon
ParametersThe Parameters class represents a set of key-value The Parameters object provides a mechanism to obtainClassorg.apache.avalon.framework.parametersApache Avalon
RecomposableInterfaceorg.apache.avalon.framework.componentApache Avalon
ReconfigurableInterfaceorg.apache.avalon.framework.configurationApache Avalon
Recontextualizable This allows a component to re-receive it's context if container environment has changed.Interfaceorg.apache.avalon.framework.contextApache Avalon
ReparameterizableComponents should implement this interface if they wish to be provided with parameters during its lifetime.Interfaceorg.apache.avalon.framework.parametersApache Avalon
ResolvableThis interface is used to indicate objects that need to be resolved in some particular context.Interfaceorg.apache.avalon.framework.contextApache Avalon
SAXConfigurationHandlerA SAXConfigurationHandler helps build Configurations out of sax events.Classorg.apache.avalon.framework.configurationApache Avalon
ServiceExceptionThe exception thrown to indicate a problem with service.Classorg.apache.avalon.framework.serviceApache Avalon
ServiceManagerA ServiceManager selects Objects based on a role.Interfaceorg.apache.avalon.framework.serviceApache Avalon
ServiceSelectorA ServiceSelector selects Objects based on a supplied policy.Interfaceorg.apache.avalon.framework.serviceApache Avalon
ServiceableA Serviceable is a class that need to connect to software components using a "role" abstraction, thus not depending on particular implementationsInterfaceorg.apache.avalon.framework.serviceApache Avalon
SingleThreadedA interface to mark a component as SingleThreaded.Interfaceorg.apache.avalon.framework.threadApache Avalon
StartableThe Startable interface is used when components need to be "running" to be active.Interfaceorg.apache.avalon.framework.activityApache Avalon
SuspendableThe Suspendable interface is used when a component will need to temporarily halt execution of a component.Interfaceorg.apache.avalon.framework.activityApache Avalon
ThreadSafeA interface to mark a component as ThreadSafe or reentrant.Interfaceorg.apache.avalon.framework.threadApache Avalon
UnavailableExceptionException to signal component is not available.Classorg.apache.avalon.framework.availabilityApache Avalon
ValuedEnumBasic enum class for type-safe enums with values.Classorg.apache.avalon.frameworkApache Avalon
VersionThis class is used to hold version information pertaining to a Component or interface.Classorg.apache.avalon.frameworkApache Avalon
WrapperComponentManagerThis is a ComponentManager implementation that can wrap around a ServiceManager object effectively adapting a ServiceManagerClassorg.apache.avalon.framework.componentApache Avalon
WrapperComponentSelectorThis is a ServiceSelector implementation that can wrap around a legacy ComponentSelector object effectively adapting a ComponentSelectorClassorg.apache.avalon.framework.componentApache Avalon
WrapperServiceManagerThis is a ServiceManager implementation that can wrap around a legacy ComponentManager object effectively adapting a ComponentManagerClassorg.apache.avalon.framework.serviceApache Avalon
WrapperServiceSelectorThis is a ServiceSelector implementation that can wrap around a legacy ComponentSelector object effectively adapting a ComponentSelectorClassorg.apache.avalon.framework.serviceApache Avalon