KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > sample > SampleSessionRemote


1
2 package sample;
3
4
5 /**
6  * This is the remote interface for SampleSession enterprise bean.
7  */

8 public interface SampleSessionRemote extends javax.ejb.EJBObject JavaDoc, sample.SampleSessionRemoteBusiness {
9     
10     
11 }
12
Popular Tags