|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ComponentLifecycleException | |
|---|---|
| org.codehaus.plexus | Provides the API that bootstraps the Plexus Component managment. |
| org.codehaus.plexus.personality.plexus.lifecycle.phase | Contains the interfaces (and exceptions) which represent the component lifecycle phases of the Plexus personality. |
| Uses of ComponentLifecycleException in org.codehaus.plexus |
|---|
| Methods in org.codehaus.plexus that throw ComponentLifecycleException | |
|---|---|
void |
PlexusContainer.release(Object component)
Releases the component from the container. |
void |
PlexusContainer.releaseAll(List components)
Releases all Listed components from the container. |
void |
PlexusContainer.releaseAll(Map components)
Releases all Mapped component values from the container. |
void |
PlexusContainer.resume(Object component)
Attempts to resume execution of the component. |
void |
PlexusContainer.suspend(Object component)
Attempts to suspend execution of the component. |
| Uses of ComponentLifecycleException in org.codehaus.plexus.personality.plexus.lifecycle.phase |
|---|
| Methods in org.codehaus.plexus.personality.plexus.lifecycle.phase that throw ComponentLifecycleException | |
|---|---|
void |
ServiceLocator.release(Object component)
|
void |
ServiceLocator.releaseAll(List components)
|
void |
ServiceLocator.releaseAll(Map components)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||