| Oracle GlassFish Server Reference Manual Release 3.1.2 Part Number E24938-01 |
|
|
View PDF |
on task dequeued event
glassfish:kernel:connection-queue:onTaskDequeuedEvent( java.lang.String listenerName, int taskId)
This event is called when a task is removed from a task queue.
Use this event to count the number of queued tasks.
listenerNameThe name of the network listener associated with the task queue.
taskIdThe ID of the newly dequeued task.