You can use the REFLEX service monitor to monitor all user (client) interactions with the share
pricing service page as they happen. Data is pushed to the monitor when a client requests a price
from the
pricing page.
Using the monitor we can keep track of the application servicing requests to clients by displaying
the data that they are sent direct from the application's middle-tier.
To install/start the service use either of the following methods,
Java Web Start (Recommended)
Then,
- Refresh the information displayed in the pricing window
- The information in the pricing window will be displayed in the monitor window. This service is
implemented via an RComponent notification listener (see
the RComponent API for further details).
Download Method
- Download the ZIP and extract into a new directory
- Run the monitor by typing "monitor" on the command-line
- Refresh the information displayed in the pricing window
- The information in the pricing window will be displayed in the monitor window. This service is
implemented via an RComponent notification listener (see
the RComponent API for further details).