|
Oracle9i Business Components for Java API Reference Oracle9i Jdeveloper (9.0.4) B10391-01 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | 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 |
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 |
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.public boolean isPostedToDB()
public void setPostedToDB(boolean b)
|
Oracle9i Business Components for Java API Reference Oracle9i Jdeveloper (9.0.4) B10391-01 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Copyright © 1997, 2003, Oracle. All rights reserved.