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