com.ibm.websphere.asynchbeans
Interface SubsystemMonitorEvents
All Superinterfaces:
- public interface SubsystemMonitorEvents
- extends EventSourceEvents
See Also:
Method Summary
Modifier and Type | Method and Description |
---|---|
|
destroyed(SubsystemMonitor ssm)
The subsystem is it-self being destroyed.
|
|
subsystemIsDead(SubsystemMonitor ssm)
The subsystem is now dead.
|
|
subsystemIsFresh(SubsystemMonitor ssm)
The subsystem is now fresh.
|
|
subsystemIsStale(SubsystemMonitor ssm)
The subsystem is now stale.
|
Methods inherited from interface com.ibm.websphere.asynchbeans.EventSourceEvents |
---|
listenerCountChanged, listenerExceptionThrown, unexpectedException |
Method Detail
subsystemIsFresh
- void subsystemIsFresh(SubsystemMonitor ssm)
The subsystem is now fresh. This means operating normally.
Parameters:
ssm
- The subsystem monitor which generated this event. subsystemIsStale
- void subsystemIsStale(SubsystemMonitor ssm)
The subsystem is now stale. This means the subsystem is late generating heart beats.
Parameters:
ssm
- The subsystem monitor which generated this event. subsystemIsDead
- void subsystemIsDead(SubsystemMonitor ssm)
The subsystem is now dead. This means the subsystem is not available according to the heart beat mechanism.
Parameters:
ssm
- The subsystem monitor which generated this event. destroyed
- void destroyed(SubsystemMonitor ssm)
The subsystem is it-self being destroyed. This doesn't mean the subsystem is being destroyed, it simply
means we are not going to monitor it anymore.
Parameters:
ssm
- The subsystem monitor which generated this event.