org.jboss.seam.async
Class TransactionSuccessEvent

java.lang.Object
  extended by org.jboss.seam.async.Asynchronous
      extended by org.jboss.seam.async.AsynchronousEvent
          extended by org.jboss.seam.async.TransactionSuccessEvent
All Implemented Interfaces:
Serializable, Synchronization

public class TransactionSuccessEvent
extends AsynchronousEvent
implements Synchronization

An event that is processed when a transaction completes succesfully

Author:
Gavin King
See Also:
Serialized Form

Constructor Summary
TransactionSuccessEvent(String type, Object... params)
           
 
Method Summary
 void afterCompletion(int status)
           
 void beforeCompletion()
           
 String toString()
           
 
Methods inherited from class org.jboss.seam.async.AsynchronousEvent
call, getType
 
Methods inherited from class org.jboss.seam.async.Asynchronous
execute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TransactionSuccessEvent

public TransactionSuccessEvent(String type,
                               Object... params)
Method Detail

afterCompletion

public void afterCompletion(int status)
Specified by:
afterCompletion in interface Synchronization

beforeCompletion

public void beforeCompletion()
Specified by:
beforeCompletion in interface Synchronization

toString

public String toString()
Overrides:
toString in class AsynchronousEvent