com.ibm.wbi
Class RemoteServerAbortEvent

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

public class RemoteServerAbortEvent
extends AbortEvent

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.

See Also:
Serialized Form

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

RemoteServerAbortEvent

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