1 25 26 package org.objectweb.jonas.jtests.beans.transacted; 27 28 import java.rmi.RemoteException ; 29 30 33 public interface SynchroSimple extends Simple { 34 public void setRollbackOnly() throws RemoteException ; 35 public boolean call_requires_new_local() throws RemoteException ; public boolean call_notsupported_local() throws RemoteException ; } 38 | Popular Tags |