|
Oracle9i Business Components for Java API Reference Oracle9i Jdeveloper (9.0.4) B10391-01 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use TransactionEvent | |
| oracle.jbo.server | Contains the implementation of middle tier components. |
| oracle.jbo.server.ejb.facade | |
| Uses of TransactionEvent in oracle.jbo.server |
| Methods in oracle.jbo.server with parameters of type TransactionEvent | |
void |
ViewObjectImpl.afterCommit(TransactionEvent event)Handles events raised after a transaction has been committed. |
void |
ViewObjectImpl.afterRollback(TransactionEvent event)Handles events raised after a transaction has been rolled back. |
void |
ViewObjectImpl.afterRemove(TransactionEvent event)Handles events raised after rows have been removed. |
void |
ViewObjectImpl.beforeCommit(TransactionEvent e)Handles events raised before a transaction is committed. |
void |
ViewObjectImpl.beforeRollback(TransactionEvent e)Handles events raised before a transaction is rolled back. |
void |
ViewObjectImpl.postChanges(TransactionEvent e)This method is not implemented in this class. |
void |
TransactionPostListener.postChanges(TransactionEvent e)Notifies a listener to post any cached changes to the database. |
void |
TransactionListener.beforeCommit(TransactionEvent e)Called to report that a Commit operation is imminent. |
void |
TransactionListener.beforeRollback(TransactionEvent e)Called to report that a Rollback operation is imminent. |
void |
TransactionListener.afterCommit(TransactionEvent e)Called to report that a Commit operation has occurred. |
void |
TransactionListener.afterRollback(TransactionEvent e)Called to report that a Rollback operation has occurred. |
void |
TransactionListener.afterRemove(TransactionEvent e)A cleanup routine to be invoked by transaction manager when this transaction listener is removed from the manager's list. |
void |
SQLBuilder.doEntityDML(EntityImpl enrt, int operation, TransactionEvent e)Performs the appropriate SQL Data Manipulation Language (DML) operations on the database to reflect an update, delete or insert operation on an Entity Object. |
void |
OracleSQLBuilderImpl.doEntityDML(EntityImpl entityContext, int operation, TransactionEvent e) |
void |
EntityImpl.postChanges(TransactionEvent e)Initiates a post operation for this Entity Object. |
void |
EntityImpl.afterCommit(TransactionEvent e) |
void |
EntityImpl.afterRollback(TransactionEvent e)Internal: Applications should not call this method. |
void |
EntityImpl.afterRemove(TransactionEvent e)A cleanup routine to be invoked by transaction manager when this transaction listener is removed from the manager's list. |
void |
EntityImpl.beforeCommit(TransactionEvent e)Polls transaction listeners before a commit operation. |
void |
EntityImpl.beforeRollback(TransactionEvent e)Polls transaction listeners before a rollback operation. |
protected void |
EntityImpl.prepareForDML(int operation, TransactionEvent e)A pre-doDML() notification that allows subclasses to modify any attributes on this entity that should be updated in the database. |
protected void |
EntityImpl.doDML(int operation, TransactionEvent e)Performs INSERT/UPDATE/DELETE processing for the row. |
protected void |
EntityImpl.doDMLWithLOBs(int operation, TransactionEvent e)Performs INSERT/UPDATE/DELETE processing for Entity Objects that contain LOBs. |
protected void |
DBTransactionImpl.postChanges(TransactionEvent te)Internal: Applications should not use this method. |
protected boolean |
BaseSQLBuilderImpl.shouldSkipDML(EntityImpl entityContext, int operation, TransactionEvent e) |
void |
BaseSQLBuilderImpl.doEntityDML(EntityImpl entityContext, int operation, TransactionEvent e) |
void |
ApplicationModuleImpl.beforeCommit(TransactionEvent e) |
void |
ApplicationModuleImpl.beforeRollback(TransactionEvent e) |
void |
ApplicationModuleImpl.afterCommit(TransactionEvent e) |
void |
ApplicationModuleImpl.afterRollback(TransactionEvent e) |
void |
ApplicationModuleImpl.afterRemove(TransactionEvent e) |
| Uses of TransactionEvent in oracle.jbo.server.ejb.facade |
| Methods in oracle.jbo.server.ejb.facade with parameters of type TransactionEvent | |
protected void |
EntityFacadeImpl.doDML(int operation, TransactionEvent e)Overrides the base implementation of doDML(int, oracle.jbo.server.TransactionEvent). |
|
Oracle9i Business Components for Java API Reference Oracle9i Jdeveloper (9.0.4) B10391-01 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
Copyright © 1997, 2003, Oracle. All rights reserved.