|
AdventNet Web NMS 4 API Specification | ||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Interface Summary | |
| ConnectionBreakHandler | ConnectionBreakHandler interface is used to handle
database connection failures. |
| TransactionHandler | This is the interface that needs to be implemented for getting notifications after a transaction is completed. |
| Class Summary | |
| ConnectionPool | ConnectionPool class acts as the gateway for making use of the resources that are pooled. |
| PreparedStatementWrapper | This class is a convenient wrapper around PreparedStatement. |
| TransactionAPI | TransactionAPI is the class which defines and manages the transaction boundaries and thus provides complete data integrity or transaction support to database operations in Web NMS. |
| Exception Summary | |
| TransactionException | Transaction Exception is a runtime exception, which is thrown when a transaction is timed out. |
| UserTransactionException | UserTransactionException is thrown to indicate that
exception occurs while performing any Transaction related operation
like begin, commit, rollback, timeout, etc. |
This package contains classes which are useful for utilizing the transaction support provided by Web NMS. Javadoc mentioned here cover the classes right from ConnectionPool to other APIs for executing any SQL query.
|
AdventNet Web NMS 4 API Specification | ||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||