00001 package eu.coform.command.proto; 00002 00003 import eu.coform.ORException; 00004 00008 public interface Abstract { 00009 00015 public Object execute() throws ORException; 00016 00017 }