Interface RevertibleActionIfc
- All Known Implementing Classes:
BridgeInBoundRouteReplicationAction
,NodeManagerReplicationAction
,NodeReplicationAction
,NodeStatusRetentionAction
,OutboundRouteReplicationAction
public interface RevertibleActionIfc
The
RevertibleActionIfc
interface defines a contract for actions that can be reverted.
Implementing classes should provide the logic to undo the action performed.-
Method Summary
-
Method Details
-
revert
boolean revert()Reverts the action performed.- Returns:
true
if the action was successfully reverted,false
otherwise
-