org.jboss.seam.async
Class TransactionSuccessEvent
java.lang.Object
org.jboss.seam.async.Asynchronous
org.jboss.seam.async.AsynchronousEvent
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
TransactionSuccessEvent
public TransactionSuccessEvent(String type,
Object... params)
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
Copyright © 2013 Seam Framework. All Rights Reserved.