|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.geronimo.kernel.config.DebugLoggingLifecycleMonitor
public class DebugLoggingLifecycleMonitor
Constructor Summary | |
---|---|
DebugLoggingLifecycleMonitor(Log log)
|
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. |
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 |
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. |
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, toString, wait, wait, wait |
Constructor Detail |
---|
public DebugLoggingLifecycleMonitor(Log log)
Method Detail |
---|
public void addConfiguration(Artifact configurationId)
LifecycleMonitor
addConfiguration
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |