- ServerMBean - Interface in com.lightstreamer.jmx
-
One ServerMBean instance exists in the system.
- SessionMBean - Interface in com.lightstreamer.jmx
-
Multiple SessionMBean instances are allowed in the system.
- setAllocatedMaxBandwidthKbps(Double) - Method in interface com.lightstreamer.jmx.SessionMBean
-
- setMaxMPNDevices(Integer) - Method in interface com.lightstreamer.jmx.ServerMBean
-
- setMaxSessions(Integer) - Method in interface com.lightstreamer.jmx.ServerMBean
-
- shutdown() - Method in interface com.lightstreamer.jmx.ServerMBean
-
Terminate the Server operations and exit JVM.
- start() - Method in interface com.lightstreamer.jmx.ServerMBean
-
Start accepting new Connections and Requests of any type.
- startCollectingAcknowledgeLatencyInfo(long) - Method in interface com.lightstreamer.jms_extender.jmx.JmsConnectorMBean
-
Starts collecting statistical informations on the delay that occurs between
sending a message downstream and receiving its acknowledgement (acknowledge latency).
- stop() - Method in interface com.lightstreamer.jmx.ServerMBean
-
Close all Connections, of any type, and stop accepting Connections
of any type from any client.
- stopCollectingAcknowledgeLatencyInfo() - Method in interface com.lightstreamer.jms_extender.jmx.JmsConnectorMBean
-
Stops collecting statistical informations on the delay that occurs between sending
a message downstream and receiving its acknowledgement (acknowledge latency).
- StreamMBean - Interface in com.lightstreamer.jmx
-
One StreamMBean instance exists in the system.