|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.util.EventObject
|
+--ilog.server.jcomp.TransactionEvent
Event class used for acknowledge or rollback a transaction.
| Fields inherited from class java.util.EventObject |
source |
| Method Summary | |
boolean |
isAcknowledge()
|
boolean |
isCpRollback()
|
boolean |
isSvRollback()
|
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
public boolean isAcknowledge()
true if acknowledge a transaction committed first
by the component, then by the server.public boolean isSvRollback()
true if roll back a transaction committed by the
component but rejected by the server, or aborted by the component
in asynchronous roll back mode.public boolean isCpRollback()
true if locally roll back a transaction aborted by
the component.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||