Package org.apache.avalon.framework.activity


package org.apache.avalon.framework.activity
  • Interfaces
    Class
    Description
    The Disposable interface is used when components need to deallocate and dispose resources prior to their destruction.
    The Executable can be implemented by components that need to perform some work.
    The Initializable interface is used by components that need to allocate resources prior to them becoming active.
    The Startable interface is used when components need to be "running" to be active.
    The Suspendable interface is used when a component will need to temporarily halt execution of a component.