Multiple AdapterSetMBean instances exist in the system, where each one
is related to one configured Adapter Set.
Every configured Adapter Set is bound to one AdapterSetMBean instance.
Each AdapterSetMBean instance is created at startup by Lightstreamer Server
and lasts until the shutdown of the Server.
The main services provided by each MBean instance are:
- Some attributes of the Adapter Set (like
getDataAdapterList()
).
- Information on the sessions attached to the Adapter Set (like
getCurrentSessions()
).
- Information on queues of pending invocations to the Set's Metadata Adapter, for diagnostic purpose (like
getLocalPoolQueue()
).
However, this information is available only when the optional thread pools specific for this Adapter Set are configured.
AdapterSetMBean name pattern:
"com.lightstreamer:type=AdapterSet,AdapterSetName=<AdapterSetName>"