org.jboss.seam.async
public class TransactionCompletionEvent extends AsynchronousEvent implements Synchronization
Asynchronous.ContextualAsynchronousRequest
Constructor and Description |
---|
TransactionCompletionEvent(String type,
Object... params) |
Modifier and Type | Method and Description |
---|---|
void |
afterCompletion(int status) |
void |
beforeCompletion() |
String |
toString() |
execute, getType, handleException
public void afterCompletion(int status)
afterCompletion
in interface Synchronization
public void beforeCompletion()
beforeCompletion
in interface Synchronization
public String toString()
toString
in class AsynchronousEvent
Copyright © 2015 Seam Framework. All Rights Reserved.