User: fleury  
  Date: 00/09/29 18:00:57

  Modified:    src/main/org/jboss/test/bank/interfaces Customer.java
  Log:
  Updated bank tests to work with new jBoss version
  
  Revision  Changes    Path
  1.2       +14 -5     jbosstest/src/main/org/jboss/test/bank/interfaces/Customer.java
  
  Index: Customer.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/jbosstest/src/main/org/jboss/test/bank/interfaces/Customer.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Customer.java     2000/06/21 15:52:38     1.1
  +++ Customer.java     2000/09/30 01:00:57     1.2
  @@ -11,8 +11,8 @@
   /**
    *      
    *   @see <related>
  - *   @author $Author: oberg $
  - *   @version $Revision: 1.1 $
  + *   @author $Author: fleury $
  + *   @version $Revision: 1.2 $
    */
   public interface Customer
      extends EJBObject
  @@ -34,15 +34,24 @@
         
      public Collection getAccounts()
         throws RemoteException;
  +       
  +   public void addAccount(Account acct)
  +             throws RemoteException;
  +   
  +   public void removeAccount(Account acct)
  +             throws RemoteException;
   }
   
   /*
  - *   $Id: Customer.java,v 1.1 2000/06/21 15:52:38 oberg Exp $
  + *   $Id: Customer.java,v 1.2 2000/09/30 01:00:57 fleury Exp $
    *   Currently locked by:$Locker:  $
    *   Revision:
    *   $Log: Customer.java,v $
  - *   Revision 1.1  2000/06/21 15:52:38  oberg
  - *   Initial revision
  + *   Revision 1.2  2000/09/30 01:00:57  fleury
  + *   Updated bank tests to work with new jBoss version
  + *
  + *   Revision 1.1.1.1  2000/06/21 15:52:38  oberg
  + *   Initial import of jBoss test. This module contains CTS tests, some simple 
examples, and small bean suites.
    *
    *
    *  
  
  
  

Reply via email to