A C D E F G H I K L M N O P R S T U V X

M

main(String[]) - Static method in class iCMS.cmsd.cmsd
main routine, pass the arguments of the server here,
main(String[]) - Static method in class iCMS.masterd.masterd
main routine, pass the arguments of the server here,
main(String[]) - Static method in class iCMS.pollerd.pollerd
main routine, pass the arguments of the server here,
main(String[]) - Static method in class iCMS.trapd.trapd
main routine, pass the arguments of the server here,
main(String[]) - Static method in class iCMS.Version
runtime function to get the current version, prints it to stdout
makeNewHandler(Hashtable, BufferedReader, PrintWriter, PropertyManager, String) - Method in class iCMS.cmsd.CmsdServer
 
makeNewHandler(Hashtable, BufferedReader, PrintWriter, PropertyManager, String) - Method in class iCMS.masterd.MasterServer
creates a new handler to talk to a client
makeNewHandler(Hashtable, BufferedReader, PrintWriter, PropertyManager, String) - Method in class iCMS.pollerd.PollerdServer
 
makeNewHandler(Hashtable, BufferedReader, PrintWriter, PropertyManager, String) - Method in class iCMS.trapd.TrapdServer
 
masterd - Class in iCMS.masterd
masterd is a proxy for multiple cmsd servers
[-p] - port number
[-l] - debug logging level
-c - configuration file [-q] - quiet mode

The config file has the following sample syntax:

LogFileName=master.log
LogBackupFileName=master.log-2
LogMaxFileSize=800000
NrOfCmsdClients=2
CmsdClientHostName-0=127.0.0.1
CmsdClientHostName-1=192.168.1.2
CmsdClientPortNr-0=60001
CmsdClientPortNr-1=60001
CmsdClientName-0=test 1
CmsdClientName-1=test2
MyToken=/cms/masterd


note that spaces are not allowed in either the label or the value

Revision Changes :
1.0.0 - initial version 2.0.0 - Release for GPL as iCMS 2.0.1 - Quiet now really means quiet 2.0.2 - Logging can roll-over
masterd() - Constructor for class iCMS.masterd.masterd
 
masterd() - Method in class iCMS.masterd.masterd
constructor, used to initialize libraries
MasterHandler - Class in iCMS.masterd
The Master Handler handles iCMS clients 1.0.0 - initial version 2.0.0 - Release for GPL as iCMS 2.0.1 - Added CONNECT message for faster loading
MasterHandler(Hashtable, Server, BufferedReader, PrintWriter, PropertyManager, String) - Constructor for class iCMS.masterd.MasterHandler
 
MasterServer - Class in iCMS.masterd
The Master Server handles iCMS clients 1.0.0 - initial version 2.0.0 - Release for GPL as iCMS 2.0.1 - Added CONNECT message for faster loading 2.0.2 - significant improvement in error handling 2.0.3 - bug fix in error handling 2.0.4 - error handling waits a little for Client Threads to finish their run 2.0.5 - Added EvaluationClient and traphistory is now chronlogical 2.0.6 - Added PeriodicSync property which syncs periodically
MasterServer(boolean, int, PropertyManager, boolean) - Constructor for class iCMS.masterd.MasterServer
 
message - Variable in class iCMS.applet.TrapLine
 
mibDirs - Variable in class iCMS.pollerd.GenericData
 
mibs - Variable in class iCMS.pollerd.GenericData
 
MonitoredItem - Interface in iCMS.pollerd
The Monitored Item Interface is an interface for synchronizing access and execution of CmsItems on different layers Revision Changes :
1.0.0 - initial version 2.0.0 - Release for GPL as iCMS
MonitoredItemManager - Class in iCMS.pollerd
This class is a data holder for the cms data in item manager structure
the data consists of the following structure:
item identifier the Cms Item itself all items must implement the Item
Revision Changes :
1.0.0 - initial version 2.0.0 - Release for GPL as iCMS 2.0.1 - Added AdvancedSnmpManager 2.0.2 - Applications that do not propagate, are indicated as such
MonitoredItemManager(CmsData) - Constructor for class iCMS.pollerd.MonitoredItemManager
default constructor
mouseClicked(MouseEvent) - Method in class iCMS.applet.StatusFieldApplet
mouse event occured, [Clicked], this is the only event we really support
mouseEntered(MouseEvent) - Method in class iCMS.applet.StatusFieldApplet
mouse event occured, [Entered], just overwritten, no action takes place
mouseExited(MouseEvent) - Method in class iCMS.applet.StatusFieldApplet
mouse event occured, [Exited], just overwritten, no action takes place
mousePressed(MouseEvent) - Method in class iCMS.applet.StatusFieldApplet
mouse event occured, [Pressed], just overwritten, no action takes place
mouseReleased(MouseEvent) - Method in class iCMS.applet.StatusFieldApplet
mouse event occured, [Released], just overwritten, no action takes place
multipleTokens - Variable in class iCMS.applet.TrapLine
 
multipleTokens() - Method in class iCMS.applet.TrapLine
indicates if multiple tokens fit the trap
myEventOccurred(MyEvent) - Method in class iCMS.applet.ClientActionRequest
This method gets called by the Watchdog, override, because of HI. reply
myEventOccurred(MyEvent) - Method in class iCMS.applet.ClientInfoRequest
This method gets called by the Watchdog, override, because of HI. reply
myEventOccurred(MyEvent) - Method in class iCMS.applet.ClientPollerd
This method gets called by the Watchdog
myEventOccurred(MyEvent) - Method in class iCMS.applet.iCMSApplet
an event has occured in one of my clients
myEventOccurred(MyEvent) - Method in class iCMS.applet.StatusFieldApplet
an event has occured in one of my clients
myEventOccurred(MyEvent) - Method in class iCMS.cmsd.CmsdHandler
 
myEventOccurred(MyEvent) - Method in class iCMS.cmsd.CmsdServer
 
myEventOccurred(MyEvent) - Method in class iCMS.masterd.EvaluationClient
triggered by the clients on traps or state changes
myEventOccurred(MyEvent) - Method in class iCMS.masterd.MasterHandler
 
myEventOccurred(MyEvent) - Method in class iCMS.masterd.MasterServer
triggered by the clients on traps or state changes
myEventOccurred(MyEvent) - Method in class iCMS.pollerd.GenericData
Event Handling
myEventOccurred(MyEvent) - Method in class iCMS.pollerd.PollerdHandler
 
myEventOccurred(MyEvent) - Method in class iCMS.pollerd.PollerdServer
 
myEventOccurred(MyEvent) - Method in class iCMS.pollerd.ProbeData
Event Handling, handles poller and pinger events
myEventOccurred(MyEvent) - Method in class iCMS.trapd.TrapdServer
passes the events to all connected clients
myHandlers - Variable in class iCMS.trapd.TrapdServer
 
myParent - Variable in class iCMS.masterd.MasterHandler
 
myParent - Variable in class iCMS.trapd.TrapdHandler
variables
MyTrapListener - Class in iCMS.trapd
iCMS MyTrapListener is a listener to SNMP trap events and is based on the Westhawk example
of a trap listener.
MyTrapListener(int, String) - Constructor for class iCMS.trapd.MyTrapListener
constructor

A C D E F G H I K L M N O P R S T U V X