connection closed event
glassfish:kernel:connection-queue:connectionClosedEvent( java.lang.String listenerName, int connectionId)
This event is called when a network connection is closed.
Use this event to count the number of alive client connections.
listenerNameThe name of the network listener that first accepted the connection.
connectionIdThe network connection ID.