| Package | Description | 
|---|---|
| oracle.jbo.mom | Contains the abstract implementation for meta object management in various ADF tiers. | 
| oracle.jbo.server | Contains the implementation of middle tier components. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | LongRunningStatementMonitor. monitor(LongRunningStatementHandle handle)Adds the handle to the monitored list. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected LongRunningStatementHandle | BaseSQLBuilderImpl. createHandleForCancellableStatements(DBTransactionImpl trans,
                                    java.sql.Statement stmt)Creates a handle that could be used later to
 terminate a long running statment. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DBTransactionImpl. addLongRunningDMLOperationHandle(LongRunningStatementHandle handle) | 
| void | DBTransactionImpl. removeLongRunningDMLOperationHandle(LongRunningStatementHandle handle) |