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