/* * Generated by XDoclet - Do not edit! */ package org.jboss.test.ejbconf.beans.interfaces; /** * Remote interface for ReadOnlyHelper. */ public interface ReadOnlyHelper extends javax.ejb.EJBObject { /** * Describe <code>setUp</code> method here. * @exception CreateException if an error occurs */ public void setUp( ) throws java.rmi.RemoteException; /** * Describe <code>checkValue</code> method here. */ public int checkValue( ) throws java.rmi.RemoteException; }