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