|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.util.EventObject
|
+--com.ibm.wbi.AbortEvent
|
+--com.ibm.wbi.RemoteServerAbortEvent
The RemoteServerAbortEvent class is used to contain the information necessary to describe the abort of a transaction that is due to the remote server, such as a closed connection.
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
RemoteServerAbortEvent(java.lang.Object source,
java.lang.String message)
Construct a RemoteServerAbortEvent. |
|
| Methods inherited from class com.ibm.wbi.AbortEvent |
getMessage, getTransaction |
| 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 |
| Constructor Detail |
public RemoteServerAbortEvent(java.lang.Object source,
java.lang.String message)
source - The object that is aborting the transaction.message - A human-readable description of the cause of the abort.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||