public class CompensationManagerImpl extends Object implements CompensationManager
| Constructor and Description |
|---|
CompensationManagerImpl() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isCompensateOnly() |
static void |
resume(CompensationManagerState compensationManagerState) |
void |
setCompensateOnly()
Mark the transaction as "compensate only".
|
static CompensationManagerState |
suspend() |
public void setCompensateOnly()
CompensationManagersetCompensateOnly in interface CompensationManagerpublic static boolean isCompensateOnly()
public static void resume(CompensationManagerState compensationManagerState)
public static CompensationManagerState suspend()
Copyright © 2013. All rights reserved.