com.ibm.wbi
Class RemoteClientAbortEvent

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

public class RemoteClientAbortEvent
extends AbortEvent

The RemoteClientAbortEvent class is used to contain the information necessary to describe the abort of a transaction that is due to the remote client, such as a closed connection.

See Also:
Serialized Form

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

RemoteClientAbortEvent

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