|
Business Components | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
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 |
setTransPostHandle(int hdl)
Advanced: Applications should not use this method. |
| Method Detail |
public 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.public int getTransPostHandle()
Gets a handle to a transaction post event.
public void setTransPostHandle(int hdl)
Specifies a handel to a transaction post event.
hdl - a handle to a transaction post event.public 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.
|
Business Components | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||