01: package org.xdev.base.xssl.manage; 02: 03: /** 04: * @author hneiper 05: * 06: * To change the template for this generated type comment go to 07: * Window - Preferences - Java - Code Generation - Code and Comments 08: */ 09: public interface ITransactionInterruptable { 10: public void interrupt(); 11: }