com.ibm.wbi
Class SystemAbortEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.ibm.wbi.AbortEvent
              |
              +--com.ibm.wbi.SystemAbortEvent
All Implemented Interfaces:
java.io.Serializable

public class SystemAbortEvent
extends AbortEvent

The SystemAbortEvent class is used to contain the information necessary to describe the abort of a transaction that is due to a system-related activity, such as shutdown.

See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
SystemAbortEvent(java.lang.Object source, java.lang.String message)
          Construct an AbortEvent.
 
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

SystemAbortEvent

public SystemAbortEvent(java.lang.Object source,
                        java.lang.String message)
Construct an AbortEvent.
Parameters:
source - The object that is aborting the transaction.
message - A human-readable description of the cause of the abort.