|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SubsystemMonitorEvents
These are the events which can be fired by a SubsystemMonitor. Applications interested in getting these events should implement this interface and the add the object implementing it to the SubsystemMonitor.
SubsystemMonitor
Method Summary | |
---|---|
void |
destroyed(SubsystemMonitor ssm)
The subsystem is it-self being destroyed. |
void |
subsystemIsDead(SubsystemMonitor ssm)
The subsystem is now dead. |
void |
subsystemIsFresh(SubsystemMonitor ssm)
The subsystem is now fresh. |
void |
subsystemIsStale(SubsystemMonitor ssm)
The subsystem is now stale. |
Methods inherited from interface com.ibm.websphere.asynchbeans.EventSourceEvents |
---|
listenerCountChanged, listenerExceptionThrown, unexpectedException |
Method Detail |
---|
void subsystemIsFresh(SubsystemMonitor ssm)
ssm
- The subsystem monitor which generated this event.void subsystemIsStale(SubsystemMonitor ssm)
ssm
- The subsystem monitor which generated this event.void subsystemIsDead(SubsystemMonitor ssm)
ssm
- The subsystem monitor which generated this event.void destroyed(SubsystemMonitor ssm)
ssm
- The subsystem monitor which generated this event.
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |