|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.geronimo.kernel.config.RecordingLifecycleMonitor
public class RecordingLifecycleMonitor
Constructor Summary | |
---|---|
RecordingLifecycleMonitor()
|
Method Summary | |
---|---|
void |
addConfiguration(Artifact configurationId)
Adds a configuration to be monitored. |
void |
failed(Artifact configurationId,
Throwable cause)
The previous operation on the specified configuration has failed due to the specified exception. |
void |
finished()
The operation on the configuration manager has finished. |
List<org.apache.geronimo.kernel.config.RecordingLifecycleMonitor.Event> |
getEvents()
|
void |
loading(Artifact configurationId)
The configuration manager has begun loading the specified configuration. |
void |
reading(Artifact configurationId)
The configuration manager has started reading the specified configuration. |
void |
resolving(Artifact configurationId)
The configuration manager has started resolving the dependencies of the specified configuration. |
void |
starting(Artifact configurationId)
The configuration manager has begun starting the specified configuration. |
void |
stopping(Artifact configurationId)
The configuration manager has begun stopping the specified configuration. |
void |
succeeded(Artifact configurationId)
The previous operation on the specified configuration has completed successfully. |
String |
toString()
|
void |
unloading(Artifact configurationId)
The configuration manager has begun unloading the specified configuration. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RecordingLifecycleMonitor()
Method Detail |
---|
public void addConfiguration(Artifact configurationId)
LifecycleMonitor
addConfiguration
in interface LifecycleMonitor
configurationId
- the configuration identifierpublic void resolving(Artifact configurationId)
LifecycleMonitor
resolving
in interface LifecycleMonitor
configurationId
- the configuration identifierpublic void reading(Artifact configurationId)
LifecycleMonitor
reading
in interface LifecycleMonitor
configurationId
- the configuration identifierpublic void loading(Artifact configurationId)
LifecycleMonitor
loading
in interface LifecycleMonitor
configurationId
- the configuration identifierpublic void starting(Artifact configurationId)
LifecycleMonitor
starting
in interface LifecycleMonitor
configurationId
- the configuration identifierpublic void stopping(Artifact configurationId)
LifecycleMonitor
stopping
in interface LifecycleMonitor
configurationId
- the configuration identifierpublic void unloading(Artifact configurationId)
LifecycleMonitor
unloading
in interface LifecycleMonitor
configurationId
- the configuration identifierpublic void succeeded(Artifact configurationId)
LifecycleMonitor
succeeded
in interface LifecycleMonitor
configurationId
- the configuration identifierpublic void failed(Artifact configurationId, Throwable cause)
LifecycleMonitor
failed
in interface LifecycleMonitor
configurationId
- the configuration identifierpublic void finished()
LifecycleMonitor
finished
in interface LifecycleMonitor
public List<org.apache.geronimo.kernel.config.RecordingLifecycleMonitor.Event> getEvents()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |