Class RevertibleUpdate
- java.lang.Object
-
- de.hybris.platform.core.threadregistry.RevertibleUpdate
-
- All Implemented Interfaces:
java.lang.AutoCloseable
public class RevertibleUpdate extends java.lang.Object implements java.lang.AutoCloseable
Class that holds previousOperationInfo
registered for updated thread.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
void
revert()
Reverts to previousOperationInfo
for updated thread.
-
-
-
Method Detail
-
close
public void close() throws java.lang.Exception
- Specified by:
close
in interfacejava.lang.AutoCloseable
- Throws:
java.lang.Exception
-
revert
public void revert()
Reverts to previousOperationInfo
for updated thread.
-
-