glassfish:kernel:connection-queue:connectionClosedEvent

connection closed event

Synopsis

glassfish:kernel:connection-queue:connectionClosedEvent(
java.lang.String listenerName,
int connectionId)

Description

This event is called when a network connection is closed.

Use this event to count the number of alive client connections.

Parameters

listenerName

The name of the network listener that first accepted the connection.

connectionId

The network connection ID.