- java.lang.Object
-
- jdk.internal.event.Event
-
- jdk.jfr.Event
-
- dev.jfr4jdbc.event.jfr.JfrJdbcEvent
-
- dev.jfr4jdbc.event.jfr.JfrCloseEvent
-
- All Implemented Interfaces:
CloseEvent,JdbcEvent
public class JfrCloseEvent extends JfrJdbcEvent implements CloseEvent
-
-
Constructor Summary
Constructors Constructor Description JfrCloseEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConnectionId()voidsetConnectionId(int connectionId)
-
-
-
Method Detail
-
setConnectionId
public void setConnectionId(int connectionId)
- Specified by:
setConnectionIdin interfaceCloseEvent
-
getConnectionId
public int getConnectionId()
-
-