KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > jboss > test > ejbconf > beans > interfaces > ReadOnlyHelper


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 ReadOnlyHelper
10    extends javax.ejb.EJBObject JavaDoc
11 {
12    /**
13     * Describe <code>setUp</code> method here.
14     * @exception CreateException if an error occurs
15     */

16    public void setUp( )
17       throws java.rmi.RemoteException JavaDoc;
18
19    /**
20     * Describe <code>checkValue</code> method here.
21     */

22    public int checkValue( )
23       throws java.rmi.RemoteException JavaDoc;
24
25 }
26
Popular Tags