|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.4.0) E10653-05 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TransactionPostListener
Implemented by subscribers to transactions events generated during a transaction post operation.
DBTransaction,
Entity,
TransactionEvent| Method Summary | |
|---|---|
int |
getTransPostHandle()
Advanced: Applications should not use this method. |
boolean |
isPostedToDB()
|
boolean |
isTransientTransactionPostListener()
Tests whether this transaction listener is transient or permanent. |
void |
postChanges(TransactionEvent e)
Notifies a listener to post any cached changes to the database. |
void |
setPostedToDB(boolean b)
|
void |
setTransPostHandle(int hdl)
Advanced: Applications should not use this method. |
| Method Detail |
|---|
void postChanges(TransactionEvent e)
This method is useful for Entity Objects that perform data manipulation operations such as UPDATE, INSERT or DELETE.
e - a transaction event.int getTransPostHandle()
Gets a handle to a transaction post event.
void setTransPostHandle(int hdl)
Specifies a handel to a transaction post event.
hdl - a handle to a transaction post event.boolean isTransientTransactionPostListener()
Transient listeners are automatically removed at the end of a transaction post cycle; permanent listeners remain across post cycles. This property does not change.
true if the listener is transient.boolean isPostedToDB()
void setPostedToDB(boolean b)
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.4.0) E10653-05 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||