- java.lang.Object
-
- jdk.internal.event.Event
-
- jdk.jfr.Event
-
- dev.jfr4jdbc.event.jfr.JfrJdbcEvent
-
- dev.jfr4jdbc.event.jfr.JfrRollbackEvent
-
- All Implemented Interfaces:
JdbcEvent,RollbackEvent
public class JfrRollbackEvent extends JfrJdbcEvent implements RollbackEvent
-
-
Constructor Summary
Constructors Constructor Description JfrRollbackEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConnectionId()voidsetConnectionId(int connectionId)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface dev.jfr4jdbc.event.JdbcEvent
begin, commit, end, shouldCommit
-
-
-
-
Method Detail
-
setConnectionId
public void setConnectionId(int connectionId)
- Specified by:
setConnectionIdin interfaceRollbackEvent
-
getConnectionId
public int getConnectionId()
-
-