User: fleury
Date: 00/08/17 20:30:38
Modified: src/java/org/jboss/zol/testbean/interfaces
EnterpriseEntity.java
Log:
New tests
Revision Changes Path
1.4 +2 -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.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- EnterpriseEntity.java 2000/08/12 00:27:46 1.3
+++ EnterpriseEntity.java 2000/08/18 03:30:37 1.4
@@ -10,6 +10,8 @@
public String callBusinessMethodA() throws RemoteException;
public String callBusinessMethodB() throws RemoteException;
+ public void setOtherField(int value) throws RemoteException;
+ public int getOtherField() throws RemoteException;
public EnterpriseEntity createEntity(String newName) throws RemoteException;
}