KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > netbeans > test > j2ee > debug > TestDebugRemoteBusiness


1
2 package org.netbeans.test.j2ee.debug;
3
4
5 /**
6  * This is the business interface for TestDebug enterprise bean.
7  */

8 public interface TestDebugRemoteBusiness {
9     String JavaDoc testMethod() throws java.rmi.RemoteException JavaDoc;
10     
11 }
12
Popular Tags