|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | ||
---|---|---|
|
LifecycleContainer.add(T component)
|
|
|
LifecycleShutdownManager.add(T component)
|
|
|
LifecycleContainer.remove(T component)
|
|
|
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 | ||
---|---|---|
|
LifecycleManagerImpl.add(T component)
|
|
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |