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