Entering content frame

Background documentation Installation of Table and State Monitors Locate the document in its SAP Library structure

All kinds of monitors can be installed via the installMonitor() method, apart from the table monitor and state monitor.

...

                            a.      Table monitor – to install a table monitor, the following method has to be used:

installTableMonitor(path, name, configurationGroup, monitoredResourceName, monitoredResourceType,  callInfos, filename);

The input parameters are the same as for any other monitor installation (without the monitor type, because the monitor type is known), with one additional parameter – filename. This is used to create a temporary file to hold the table values.

                            b.      State monitor – to install a state monitor, the following method has to be used:

installStateMonitor(path, name, configurationGroup, monitoredResourceName, String monitoredResourceType, callInfos, explicitGreen);

The input parameters are the same as for any other monitor installation (without the monitor type, because the monitor type is known), with one additional parameter – explicitGreen.

 

 

Leaving content frame