package org.rhq.test; public interface TransactionCallback { void execute() throws Exception; }