Package org.apache.avalon.framework.service


package org.apache.avalon.framework.service
Interfaces and default implementation of a service management framework supporting container based service lookup and decommissioning.
  • Class
    Description
    A Serviceable is a class that need to connect to software components using a "role" abstraction, thus not depending on particular implementations but on behavioral interfaces.
    The exception thrown to indicate a problem with service.
    A ServiceManager selects Objects based on a role.
    A ServiceSelector selects Objects based on a supplied policy.