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