Uses of Interface
iCMS.pollerd.MonitoredItem

Packages that use MonitoredItem
iCMS.pollerd   
 

Uses of MonitoredItem in iCMS.pollerd
 

Classes in iCMS.pollerd that implement MonitoredItem
 class ApplicationData
          This class is a data holder for the application type data Revision Changes :
1.0.0 - initial version 2.0.0 - Release for GPL as iCMS
 class CmsData
          This class is a data holder for the cms data
the data consists of the following structure:
applications - all available applications in the system node types - all types of nodes in the system ---- applications - all applicatons for this node type locations - all locations of the system ---- node groups - groups of nodes for this location -------- nodes - node of a particular type
It uses the child structure of GenericData for the locations, the applications and node types are stored in seperate data structures
Revision Changes :
1.0.0 - initial version 1.0.1 - added getter/setter methods 2.0.0 - Release for GPL as iCMS
 class GenericData
          This class is a data holder for general data Revision Changes :
1.0.0 - initial version 2.0.0 - Release for GPL as iCMS 2.0.1 - Added Parent Code for Advanced SNMP Manager 2.0.2 - Probes can now be blocked from propagation 2.0.3 - There will be only on AdvancedSNMPManager is the system 2.0.4 - When having Children and Probes, the latter will be blocked if unknown
 class LocationData
          This class is a data holder for the location data Revision Changes :
1.0.0 - initial version 2.0.0 - Release for GPL as iCMS
 class NodeData
          This class is a data holder for the node data has only one child (special one: the node type) Revision Changes :
1.0.0 - initial version 2.0.0 - Release for GPL as iCMS
 class NodeGroupData
          This class is a data holder for the node group data Revision Changes :
1.0.0 - initial version 2.0.0 - Release for GPL as iCMS
 class NodeTypeData
          This class is a data holder for the nodeType type data Revision Changes :
1.0.0 - initial version 2.0.0 - Release for GPL as iCMS
 class ProbeData
          This class is a data holder for the probe probeType data Revision Changes :
1.0.0 - initial version 1.0.1 - added support for more that one mib 2.0.0 - Release for GPL as iCMS 2.0.1 - Replacing SNMP Manager with Advanced Version 2.0.2 - Compiles against luky 3.0.2 2.1.0 - Works with passed down SnmpManager, but falls back if not available 2.1.1 - Pinger now also works if there are SNMP vars declared 2.1.2 - Informationals are not decoded to Constants
 

Methods in iCMS.pollerd that return MonitoredItem
 MonitoredItem MonitoredItemManager.getItem(String name)
          get an monitored item by token name