Oracle GlassFish Server Reference Manual Release 3.1.2 Part Number E24938-01 |
|
|
View PDF |
thread allocated event
glassfish:kernel:connections-thread-pool:threadAllocatedEvent( java.lang.String monitoringId, java.lang.String threadPoolName, java.lang.String threadId)
This event is called when a new thread is created by a thread pool.
Use this event to count the number of threads in a thread pool.
monitoringId
The thread pool monitoring identifier.
threadPoolName
The thread pool name in the server configuration.
threadId
The ID of the new thread.