public interface SavePoint
extends java.io.Serializable
SavePointManager mgr =
ControllerContext.getInstance().getSavePointManager();
SavePoint sp = mgr.getSavePoint(id);
| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
| Modifier and Type | Method and Description |
|---|---|
SavePointAttributes |
getAttributes()
Returns the custom attributes of the save point.
|
static final long serialVersionUID
SavePointAttributes getAttributes()