Interface IJDBCCapableContext

All Known Implementing Classes:
JSRScriptingRequestBoxContext, RequestBoxContext, ScriptingRequestBoxContext, ThreadBoxContext

public interface IJDBCCapableContext
This interface is used mostly on the RequestBoxContext and ThreadBoxContext classes to provide access to the ConnectionManager and other JDBC-related functionality.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the ConnectionManager (connection and transaction tracker) for this context.
    void
    Shutdown the ConnectionManager and release any resources.
  • Method Details

    • getConnectionManager

      ConnectionManager getConnectionManager()
      Get the ConnectionManager (connection and transaction tracker) for this context.
    • shutdownConnections

      void shutdownConnections()
      Shutdown the ConnectionManager and release any resources.