Oracle GlassFish Server Reference Manual Release 3.1.2 Part Number E24938-01 |
|
|
View PDF |
on task queue overflow event
glassfish:kernel:connection-queue:onTaskQueueOverflowEvent( java.lang.String listenerName)
This event is called when a new task cannot be added to a task queue because the maximum number of tasks in the queue has been reached.
Use this event to count the number of tasks rejected by the server because of the task queue size limitation.
listenerName
The name of the network listener associated with the task queue.