KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > statefullr > StatefulLRRemote


1 /*
2  * StatefulLRRemote.java
3  *
4  * Created on Feb 15, 2007, 4:02:47 PM
5  *
6  * To change this template, choose Tools | Template Manager
7  * and open the template in the editor.
8  */

9
10 package statefullr;
11
12 import javax.ejb.EJBObject JavaDoc;
13
14 /**
15  *
16  * @author klingo
17  */

18 public interface StatefulLRRemote extends EJBObject JavaDoc {
19     
20 }
21
Popular Tags