User: peter
Date: 01/02/14 18:29:52
Modified: src/main/org/jboss/test/cts/interfaces CtsBmpHome.java
Log:
More tests for BMP in JCTS.
Revision Changes Path
1.2 +20 -0 jbosstest/src/main/org/jboss/test/cts/interfaces/CtsBmpHome.java
Index: CtsBmpHome.java
===================================================================
RCS file:
/products/cvs/ejboss/jbosstest/src/main/org/jboss/test/cts/interfaces/CtsBmpHome.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- CtsBmpHome.java 2001/01/25 02:45:36 1.1
+++ CtsBmpHome.java 2001/02/15 02:29:51 1.2
@@ -71,7 +71,27 @@
public Collection findAll ()
throws EJBException, FinderException, RemoteException;
+
+ /**
+ * Method findByPersonsName
+ *
+ *
+ * @return
+ *
+ * @throws EJBException
+ * @throws FinderException
+ * @throws RemoteException
+ *
+ */
+ public Collection findByPersonsName (String guysName )
+ throws EJBException, FinderException, RemoteException;
+
+
}
/*------ Formatted by Jindent 3.23 Basic 1.0 --- http://www.jindent.de ------*/
+
+
+
+