/* * Generated by XDoclet - Do not edit! */ package org.jboss.test.jmx.eardeployment.a.interfaces; /** * Local interface for SessionA. */ public interface SessionALocal extends javax.ejb.EJBLocalObject { /** * Describe <code>callB</code> method here. * @exception RemoteException if an error occurs */ public boolean callB( ) ; /** * Describe <code>doNothing</code> method here. */ public void doNothing( ) ; }