1 3 package org.objectweb.jonas.jtests.beans.bmt; 4 5 import java.rmi.RemoteException ; 6 import javax.ejb.EJBObject ; 7 8 11 public interface Moscone extends EJBObject { 12 public void tx_start() throws RemoteException ; 13 public void tx_commit() throws RemoteException ; 14 public void tx_rollback() throws RemoteException ; 15 public void moscone1() throws RemoteException ; 16 } 17 | Popular Tags |