Login | Register
My pages Projects Community openCollabNet
CyberWebForm 2.0

cyber.web.form
Class TransactionEventImpl

java.lang.Object
  |
  +--cyber.web.form.TransactionEventImpl
All Implemented Interfaces:
TransactionEvent

public class TransactionEventImpl
extends Object
implements TransactionEvent

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

Field Summary
 int event
           
 SilentInterruptException silentInterruptException
           
 Throwable throwable
           
 
Fields inherited from interface cyber.web.form.TransactionEvent
EVENT_SILENT_INTERRUPT, EVENT_TRANSACTION_ABORTED, EVENT_TRANSACTION_COMPLETED
 
Constructor Summary
TransactionEventImpl()
           
 
Method Summary
 int getEvent()
           
 SilentInterruptException getSilentInterruptException()
           
 Throwable getThrowable()
           
 void setThrowable(Throwable throwable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

event

public int event

throwable

public Throwable throwable

silentInterruptException

public SilentInterruptException silentInterruptException
Constructor Detail

TransactionEventImpl

public TransactionEventImpl()
Method Detail

getEvent

public int getEvent()
Specified by:
getEvent in interface TransactionEvent

getThrowable

public Throwable getThrowable()
Specified by:
getThrowable in interface TransactionEvent

setThrowable

public void setThrowable(Throwable throwable)
Specified by:
setThrowable in interface TransactionEvent
Parameters:
throwable -  

getSilentInterruptException

public SilentInterruptException getSilentInterruptException()
Specified by:
getSilentInterruptException in interface TransactionEvent
Returns:
 

CyberWebForm 2.0

Copyright 2000-2002 Apache Software Foundation.