|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SubsystemMonitorManager
This manages a set of subsystem monitors. If the manager is destroyed then it destroys all monitors that it created.
AsynchScope
,
SubsystemMonitor
Method Summary | |
---|---|
SubsystemMonitor |
create(java.lang.String name,
int hbIntervalms,
int missedBeatsForStale,
int missedBeatsForDead)
Creates a new subsystem monitor. |
SubsystemMonitor |
find(java.lang.String name)
Find a named subsystem monitor. |
Method Detail |
---|
SubsystemMonitor create(java.lang.String name, int hbIntervalms, int missedBeatsForStale, int missedBeatsForDead) throws javax.ejb.DuplicateKeyException
name
- The name of the monitor.hbIntervalms
- The expected time between heart beats.missedBeatsForStale
- The number of missed beats before we say its stale.missedBeatsForDead
- The number of missed beats before we say its dead.
javax.ejb.DuplicateKeyException
SubsystemMonitor find(java.lang.String name)
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |