glassfish:kernel:connections-keep-alive:incrementCountRefusalsEvent

increment count refusals event

Synopsis

glassfish:kernel:connections-keep-alive:incrementCountRefusalsEvent(
java.lang.String listenerName)

Description

This event is called when an HTTP keep-alive connection is closed because the maximum number of HTTP requests that can be processed over a single connection has been reached.

Use this event to count the number of times an HTTP connection is closed because the maximum number of HTTP requests that can be processed over a single connection has been reached.

Parameters

listenerName

The name of the network listener associated with this keep-alive setting.