/* * Generated by XDoclet - Do not edit! */ package org.jboss.test.jmx.eardeployment.b.interfaces; /** * Remote interface for SessionB. */ public interface SessionB extends javax.ejb.EJBObject { /** * Describe <code>callA</code> method here. */ public boolean callA( ) throws java.rmi.RemoteException; /** * Describe <code>doNothing</code> method here. */ public void doNothing( ) throws java.rmi.RemoteException; }