KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > statelesslr > StatelessLRRemote


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

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

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