Interface ResourceConnection

    • Method Detail

      • createInteraction

        default javax.resource.cci.Interaction createInteraction()
                                                          throws javax.resource.ResourceException
        Specified by:
        createInteraction in interface javax.resource.cci.Connection
        Throws:
        javax.resource.ResourceException
      • getLocalTransaction

        default javax.resource.cci.LocalTransaction getLocalTransaction()
                                                                 throws javax.resource.ResourceException
        Specified by:
        getLocalTransaction in interface javax.resource.cci.Connection
        Throws:
        javax.resource.ResourceException
      • getMetaData

        default javax.resource.cci.ConnectionMetaData getMetaData()
                                                           throws javax.resource.ResourceException
        Specified by:
        getMetaData in interface javax.resource.cci.Connection
        Throws:
        javax.resource.ResourceException
      • getResultSetInfo

        default javax.resource.cci.ResultSetInfo getResultSetInfo()
                                                           throws javax.resource.ResourceException
        Specified by:
        getResultSetInfo in interface javax.resource.cci.Connection
        Throws:
        javax.resource.ResourceException
      • isAlive

        default boolean isAlive()
        Tests the connection to see if it is still valid.
        Returns:
      • cleanUp

        default void cleanUp()
        Called by the ManagedConnection to indicate the physical connection should be cleaned up for reuse.