|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.geronimo.kernel.config.NullLifecycleMonitor
public class NullLifecycleMonitor
| Field Summary | |
|---|---|
static NullLifecycleMonitor |
INSTANCE
|
| Constructor Summary | |
|---|---|
NullLifecycleMonitor()
|
|
| 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 |
| Field Detail |
|---|
public static final NullLifecycleMonitor INSTANCE
| Constructor Detail |
|---|
public NullLifecycleMonitor()
| Method Detail |
|---|
public void addConfiguration(Artifact configurationId)
LifecycleMonitor
addConfiguration in interface LifecycleMonitorconfigurationId - the configuration identifierpublic void reading(Artifact configurationId)
LifecycleMonitor
reading in interface LifecycleMonitorconfigurationId - the configuration identifierpublic void loading(Artifact configurationId)
LifecycleMonitor
loading in interface LifecycleMonitorconfigurationId - the configuration identifierpublic void starting(Artifact configurationId)
LifecycleMonitor
starting in interface LifecycleMonitorconfigurationId - the configuration identifierpublic void stopping(Artifact configurationId)
LifecycleMonitor
stopping in interface LifecycleMonitorconfigurationId - the configuration identifierpublic void unloading(Artifact configurationId)
LifecycleMonitor
unloading in interface LifecycleMonitorconfigurationId - the configuration identifierpublic void succeeded(Artifact configurationId)
LifecycleMonitor
succeeded in interface LifecycleMonitorconfigurationId - the configuration identifier
public void failed(Artifact configurationId,
Throwable cause)
LifecycleMonitor
failed in interface LifecycleMonitorconfigurationId - 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 | |||||||||