package org.ovirt.engine.core.utils; public interface ISingleAsyncOperation { void Execute(int iterationId); }