View Javadoc

1   package net.sf.cantina.system;
2   
3   /***
4    * @author Stephane JAIS
5    */
6   public interface Transaction
7   {
8     public void execute()
9       throws Exception;
10  }