Java javax.resource.spi ConnectionEvent fields, constructors, methods, implement or subclass

Example usage for Java javax.resource.spi ConnectionEvent fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.resource.spi ConnectionEvent.

The text is from its open source code.

Field

intCONNECTION_CLOSED
Event notification that an application component has closed the connection
intLOCAL_TRANSACTION_STARTED
Event notification that a Resource Manager Local Transaction was started on the connection
intLOCAL_TRANSACTION_COMMITTED
Event notification that a Resource Manager Local Transaction was committed on the connection
intLOCAL_TRANSACTION_ROLLEDBACK
Event notification that a Resource Manager Local Transaction was rolled back on the connection
intCONNECTION_ERROR_OCCURRED
Event notification that an error occurred on the connection.

Constructor

Method

intgetId()
Get the type of event
voidsetConnectionHandle(Object connectionHandle)
Set the connection handle.