KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > first > FirstSessionLocalBusiness


1
2 package first;
3
4
5 /**
6  * This is the business interface for FirstSession enterprise bean.
7  */

8 public interface FirstSessionLocalBusiness {
9     
10 }
11
Popular Tags