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:connection-queue:onTaskQueuedEvent

on task queued event

Synopsis

glassfish:kernel:connection-queue:onTaskQueuedEvent(
java.lang.String listenerName,
int taskId)

Description

This event is called when a new task is added to a task queue.

Use this event to count the total number of queued tasks.

Parameters

listenerName

The name of the network listener associated with the task queue.

taskId

The ID of the newly queued task.