SilverStream
Application Server 3.5

com.sssw.srv.busobj
Class AgoTransactionAbortEvent

java.lang.Object
 |
 +--java.util.EventObject
       |
       +--com.sssw.srv.busobj.AgoBusinessObjectEvent
             |
             +--com.sssw.srv.busobj.AgoTableEvent
                   |
                   +--com.sssw.srv.busobj.AgoTableRowEvent
                         |
                         +--com.sssw.srv.busobj.AgoTransactionAbortEvent
All Implemented Interfaces:
Serializable

public class AgoTransactionAbortEvent
extends AgoTableRowEvent

An instance of this class is passed as a parameter to the aborted event of a TableListener

See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
AgoTransactionAbortEvent()
           
 
Methods inherited from class com.sssw.srv.busobj.AgoTableRowEvent
abortTransaction, abortTransaction, isAborted
 
Methods inherited from class com.sssw.srv.busobj.AgoTableEvent
getConnection, getTableName, getTransactionID
 
Methods inherited from class com.sssw.srv.busobj.AgoBusinessObjectEvent
getAgaData, getDatabase, getDatabaseURL, getServer, getSession, getUser, runAgData, updateTransactionally, userInGroup
 
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

AgoTransactionAbortEvent

public AgoTransactionAbortEvent()

SilverStream
Application Server 3.5