|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tivoli.twg.monitor.TWGMonSubSysCapabilities
A class that provides a means to get capability information from subsystems. For example:
TWGMonBsmnSubSys subsys = new TWGMonBsmnSubSys(this); TWGMonSubSysCapabilities flags = new TWGMonSubSysCapabilities(); subsys.reportCapabilities(flags); if (flags.subsystemHandlesThresholding) {...}
Field Summary | |
---|---|
boolean |
refreshAtServerLaunch
This flag indicates the sub-system's ability to support persistent data store. |
boolean |
subsystemHandlesThresholding
Deprecated. as of Feb 2000 |
long |
Version
the version of the control block that is being passed into the monitor subsystem |
Constructor Summary | |
---|---|
TWGMonSubSysCapabilities()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public final long Version
public boolean subsystemHandlesThresholding
public boolean refreshAtServerLaunch
Constructor Detail |
public TWGMonSubSysCapabilities()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |