|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ASyncStarterCoordinator
Interface implemented by life cycle coordinator to be notified when a component has been asynchronously started.
Method Summary | |
---|---|
void |
started(LifeCycleCoordinator lc,
IllegalLifeCycleException exception)
Notifies the life cycle coordinator that the component, the given lc interface belong, has been asynchronously started. |
Method Detail |
---|
void started(LifeCycleCoordinator lc, IllegalLifeCycleException exception)
lc
interface belong, has been asynchronously started.
lc
- the LifeCycleCoordinator
interface of the started
component.exception
- if the LifeCycleCoordinator.setFcStarted()
throws
an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |