Skip Headers
Oracle GlassFish Server Reference Manual
Release 3.1.2

Part Number E24938-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

glassfish:kernel:thread-pool:setCoreThreadsEvent

set core threads event

Synopsis

glassfish:kernel:connections-thread-pool:setCoreThreadsEvent(
java.lang.String monitoringId,
java.lang.String threadPoolName,
int coreNumberOfThreads)

Description

This event is called when the number of core threads in a thread pool is changed.

Use this event to get notification of changes to the number of core threads in a thread pool.

Parameters

monitoringId

The thread pool monitoring identifier.

threadPoolName

The thread pool name in the server configuration.

coreNumberOfThreads

The number of core threads in a thread pool.