Login | Register
My pages Projects Community openCollabNet
CyberWebForm 2.0

cyber.web.form
Interface TransactionEvent

All Known Implementing Classes:
TransactionEventImpl

public interface TransactionEvent

Author:
cying To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Field Summary
static int EVENT_SILENT_INTERRUPT
           
static int EVENT_TRANSACTION_ABORTED
          Fires when a transaction is having exceptions
static int EVENT_TRANSACTION_COMPLETED
          Fires when a transaction is completed without exceptions
 
Method Summary
 int getEvent()
           
 SilentInterruptException getSilentInterruptException()
           
 Throwable getThrowable()
           
 void setThrowable(Throwable throwable)
           
 

Field Detail

EVENT_TRANSACTION_COMPLETED

public static final int EVENT_TRANSACTION_COMPLETED
Fires when a transaction is completed without exceptions

EVENT_TRANSACTION_ABORTED

public static final int EVENT_TRANSACTION_ABORTED
Fires when a transaction is having exceptions

EVENT_SILENT_INTERRUPT

public static final int EVENT_SILENT_INTERRUPT
Method Detail

getEvent

public int getEvent()

getThrowable

public Throwable getThrowable()

setThrowable

public void setThrowable(Throwable throwable)

getSilentInterruptException

public SilentInterruptException getSilentInterruptException()

CyberWebForm 2.0

Copyright 2000-2002 Apache Software Foundation.