public interface RestoreState
| Modifier and Type | Field and Description | 
|---|---|
| static int | RESTORE_ALLRestore all state on rollback. | 
| static int | RESTORE_IMMUTABLERestore immutable state on rollback; clear mutable state. | 
| static int | RESTORE_NONEDo not restore any state on rollback. | 
static final int RESTORE_NONE
static final int RESTORE_IMMUTABLE
static final int RESTORE_ALL
Copyright © 2006–2018 Apache Software Foundation. All rights reserved.