set maximum threads event
glassfish:kernel:connections-thread-pool:setMaxThreadsEvent( java.lang.String monitoringId, java.lang.String threadPoolName, int maxNumberOfThreads)
This event is called when the maximum number of threads in a thread pool is changed.
Use this event to get notification of changes to the maximum number of threads in a thread pool.
monitoringIdThe thread pool monitoring identifier.
threadPoolNameThe thread pool name in the server configuration.
maxNumberOfThreadsThe maximum number of threads in a thread pool.