Skip navigation links

Lightstreamer JMX MBeans 5.7.0 Interface Description

Javadoc-like description of the MBeans available through Lightstreamer JMX interface.

See: Description

Packages 
Package Description
com.lightstreamer.jmx  

Javadoc-like description of the MBeans available through Lightstreamer JMX interface.

Each of the documented interface classes represents a type of MBeans; one or more instances of each MBean type may be hosted by the JMX server.
See in the introduction for each interface class the name or the name pattern by which the MBean instances of that type are registered in the JMX server.

Note that each documented "getXxxxx" method without arguments represents a property named "Xxxxx" in an MBean instance of the related type; the property is read-only, unless a corresponding "setXxxxx" method is also documented.
All other documented methods represent operations that can be invoked on an MBean instance of the related type.

The MBeans cover various aspects of the Server activity. The following is a resume of the role of each MBean type. For more detailed descriptions see the introduction for each related interface class.

For many of the metrics considered in the various MBeans, the provided statistics can be of various types; for instance:

With reference to the above cases, statistics that report the current frequency of some underlying metric (for instance, the frequency of events from a Data Adapter) are computed with reference to predefined sampling periods. In fact, the execution time is divided into a sequence of sampling periods, whose length is configured through the <collector_millis> configuration setting.
In practice, for each sampling period, all the underlying metrics are counted (in our example, the number of events from a Data Adapter); then, at the end of the period, the counts are divided by the period length, to find all the per-second rates; these figures are then reported upon all inquiries of the frequency statistics, until the next sampling period terminates and new updated values are available.
Similarly, statistics that report the "new" occurrences of some metric refer to the number of occurrences counted in the last completed sampling period.

Edition Note: JMX manageability is an optional feature, available depending on Edition and License Type and may not be available at all with some License Types. When not available, the JMX interface is still accessible, but only the ServerMBean is present and, moreover, it only offers a shutdown operation.
To know what features are enabled by your license, please see the License tab of the Monitoring Dashboard.

Skip navigation links