User: ejort   
  Date: 02/03/06 12:23:25

  Modified:    src/main/org/jboss/test/bmp/interfaces SimpleBMPHome.java
  Log:
  Tests for create<METHOD>
  
  Revision  Changes    Path
  1.3       +3 -0      
jbosstest/src/main/org/jboss/test/bmp/interfaces/SimpleBMPHome.java
  
  Index: SimpleBMPHome.java
  ===================================================================
  RCS file: 
/cvsroot/jboss/jbosstest/src/main/org/jboss/test/bmp/interfaces/SimpleBMPHome.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- SimpleBMPHome.java        20 Jan 2001 16:00:17 -0000      1.2
  +++ SimpleBMPHome.java        6 Mar 2002 20:23:25 -0000       1.3
  @@ -11,6 +11,9 @@
      public SimpleBMP create (int _id, String _name) 
         throws CreateException, RemoteException;
   
  +   public SimpleBMP createMETHOD (int _id, String _name) 
  +      throws CreateException, RemoteException;
  +
      public SimpleBMP findByPrimaryKey (Integer _key) 
         throws FinderException, RemoteException;
         
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to