Class ChannelEvent.Disconnect
java.lang.Object
jdk.jfr.Event
org.jpos.jfr.ChannelEvent
org.jpos.jfr.ChannelEvent.Disconnect
- Enclosing class:
ChannelEvent
JFR event recorded when a channel disconnects.
-
Nested Class Summary
Nested classes/interfaces inherited from class ChannelEvent
ChannelEvent.Accept, ChannelEvent.AcceptException, ChannelEvent.Connect, ChannelEvent.ConnectionException, ChannelEvent.Disconnect, ChannelEvent.Receive, ChannelEvent.Send, ChannelEvent.SendExceptionModifier and TypeClassDescriptionstatic classJFR event recorded when a server channel accepts a new client.static classJFR event recorded when accepting an inbound connection fails.static classJFR event recorded when an outbound channel completes its connect handshake.static classJFR event recorded when an outbound connect attempt fails.static classJFR event recorded when a channel disconnects.static classJFR event recorded for a successful channel receive.static classJFR event recorded for a successful channel send.static classJFR event recorded when sending a message on a channel fails. -
Field Summary
Fields inherited from class ChannelEvent
detail -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ChannelEvent
append, getDetail, setDetail
-
Constructor Details
-
Disconnect
public Disconnect()Creates an empty Disconnect event with no detail.
-