1 2 package SOFA.SOFAnode.Made.TIR; 3 import java.rmi.RemoteException ; 4 5 6 public interface WorkRepository extends Container, Repository { 7 8 public String workIdent() throws RemoteException ; 9 10 public boolean commit() throws RemoteException , TIRExceptCommit; 11 12 public boolean abort() throws RemoteException ; 13 14 public ProfileDef profile() throws RemoteException ; 15 } 16 | Popular Tags |