package org.ovirt.engine.core.utils.transaction; /** * Created by IntelliJ IDEA. User: gmostizk Date: Aug 26, 2009 Time: 2:43:45 PM To change this template use File | * Settings | File Templates. */ public interface RollbackHandler { void Rollback(); }