Uses of Interface
org.sonatype.sisu.goodies.lifecycle.LifecycleAware

Packages that use LifecycleAware
org.sonatype.sisu.goodies.lifecycle   
org.sonatype.sisu.goodies.lifecycle.internal   
org.sonatype.sisu.goodies.thread   
 

Uses of LifecycleAware in org.sonatype.sisu.goodies.lifecycle
 

Subinterfaces of LifecycleAware in org.sonatype.sisu.goodies.lifecycle
 interface Lifecycle
          Component life-cycle.
 interface LifecycleManager
          Manages a set of Lifecycle components.
 

Classes in org.sonatype.sisu.goodies.lifecycle that implement LifecycleAware
 class LifecycleSupport
          Support for Lifecycle implementations.
 

Methods in org.sonatype.sisu.goodies.lifecycle with type parameters of type LifecycleAware
<T extends LifecycleAware>
T
LifecycleContainer.add(T component)
           
<T extends LifecycleAware>
T
LifecycleShutdownManager.add(T component)
           
<T extends LifecycleAware>
T
LifecycleContainer.remove(T component)
           
<T extends LifecycleAware>
T
LifecycleShutdownManager.remove(T component)
           
 

Methods in org.sonatype.sisu.goodies.lifecycle with parameters of type LifecycleAware
 LifecycleContainer LifecycleContainer.add(LifecycleAware... components)
           
 LifecycleShutdownManager LifecycleShutdownManager.add(LifecycleAware... components)
           
 LifecycleContainer LifecycleContainer.remove(LifecycleAware... components)
           
 LifecycleShutdownManager LifecycleShutdownManager.remove(LifecycleAware... components)
           
 

Uses of LifecycleAware in org.sonatype.sisu.goodies.lifecycle.internal
 

Classes in org.sonatype.sisu.goodies.lifecycle.internal that implement LifecycleAware
 class LifecycleManagerImpl
          Default LifecycleManager implementation.
 

Methods in org.sonatype.sisu.goodies.lifecycle.internal with type parameters of type LifecycleAware
<T extends LifecycleAware>
T
LifecycleManagerImpl.add(T component)
           
<T extends LifecycleAware>
T
LifecycleManagerImpl.remove(T component)
           
 

Methods in org.sonatype.sisu.goodies.lifecycle.internal with parameters of type LifecycleAware
 LifecycleManager LifecycleManagerImpl.add(LifecycleAware... components)
           
 LifecycleManager LifecycleManagerImpl.remove(LifecycleAware... components)
           
 

Uses of LifecycleAware in org.sonatype.sisu.goodies.thread
 

Classes in org.sonatype.sisu.goodies.thread that implement LifecycleAware
 class PeriodicThreadSupport
          Support for periodic Thread implementations.
 



Copyright © 2008-2012 Sonatype, Inc.. All Rights Reserved.