Uses of Package
org.apache.avalon.framework.component
-
Packages that use org.apache.avalon.framework.component Package Description org.apache.avalon.framework.component Deprecated: use the interfaces in theorg.apache.avalon.framework.service
package instead.org.apache.avalon.framework.container Utilities supporting execution of component lifecycle stages.org.apache.avalon.framework.service Interfaces and default implementation of a service management framework supporting container based service lookup and decommissioning. -
Classes in org.apache.avalon.framework.component used by org.apache.avalon.framework.component Class Description Component This interface identifies classes that can be used asComponents
by aComposable
.ComponentException The exception thrown to indicate a problem with Components.ComponentManager AComponentManager
selectsComponent
s based on a role.ComponentSelector AComponentSelector
selectsComponent
s based on a hint.Composable AComposable
class is one that needs to connect to software components using a "role" abstraction, thus not depending on particular implementations but on behavioral interfaces. -
Classes in org.apache.avalon.framework.component used by org.apache.avalon.framework.container Class Description ComponentException The exception thrown to indicate a problem with Components.ComponentManager AComponentManager
selectsComponent
s based on a role. -
Classes in org.apache.avalon.framework.component used by org.apache.avalon.framework.service Class Description ComponentManager AComponentManager
selectsComponent
s based on a role.ComponentSelector AComponentSelector
selectsComponent
s based on a hint.