User: fleury
Date: 00/08/11 17:27:47
Modified: src/java/org/jboss/zol/testbean/interfaces
EnterpriseEntity.java
Log:
New tests
Revision Changes Path
1.3 +1 -0
zola/src/java/org/jboss/zol/testbean/interfaces/EnterpriseEntity.java
Index: EnterpriseEntity.java
===================================================================
RCS file:
/products/cvs/ejboss/zola/src/java/org/jboss/zol/testbean/interfaces/EnterpriseEntity.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- EnterpriseEntity.java 2000/06/12 22:38:25 1.2
+++ EnterpriseEntity.java 2000/08/12 00:27:46 1.3
@@ -9,6 +9,7 @@
public interface EnterpriseEntity extends EJBObject {
public String callBusinessMethodA() throws RemoteException;
+ public String callBusinessMethodB() throws RemoteException;
public EnterpriseEntity createEntity(String newName) throws RemoteException;
}