1 25 26 package org.objectweb.easybeans.tests.common.ejbs.stateless.containermanaged.ejb2view; 27 28 import java.rmi.RemoteException ; 29 30 import javax.ejb.EJBObject ; 31 32 38 public interface CMTEjb2View extends EJBObject { 39 40 44 void attributeMandatory() throws RemoteException ; 45 46 50 void attributeNever() throws RemoteException ; 51 52 } 53 | Popular Tags |