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:threadDispatchedFromPoolEvent

thread dispatched from pool event

Synopsis

glassfish:kernel:connections-thread-pool:threadDispatchedFromPoolEvent(
java.lang.String monitoringId,
java.lang.String threadPoolName,
java.lang.String threadId)

Description

This event is called when a thread is taken from a pool to execute a task.

Use this event to count the number of tasks executed by a specific thread or an entire thread pool, or to count the number of busy threads in a thread pool.

Parameters

monitoringId

The thread pool monitoring identifier.

threadPoolName

The thread pool name in the server configuration.

threadId

The ID of a dispatched thread.