public interface  org.apache.activemq.util.Callback extends java.lang.Object
{
public abstract void execute() throws java.lang.Exception;
}