| Oracle GlassFish Server Reference Manual Release 3.1.2 Part Number E24938-01 |
|
|
View PDF |
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.