1 /*2 * Generated by XDoclet - Do not edit!3 */4 package org.jboss.test.jmx.eardeployment.a.interfaces;5 6 /**7 * Local interface for SessionA.8 */9 public interface SessionALocal10 extends javax.ejb.EJBLocalObject 11 {12 /**13 * Describe <code>callB</code> method here.14 * @exception RemoteException if an error occurs15 */16 public boolean callB( ) ;17 18 /**19 * Describe <code>doNothing</code> method here.20 */21 public void doNothing( ) ;22 23 }24