User: patriot1burke
  Date: 01/08/08 15:04:44

  Modified:    src/main/org/jboss/test/threading/interfaces EJBThreads.java
  Log:
  added new testNonTransactional method to test non-transactional entity methods
  and locking
  
  Revision  Changes    Path
  1.2       +5 -4      
jbosstest/src/main/org/jboss/test/threading/interfaces/EJBThreads.java
  
  Index: EJBThreads.java
  ===================================================================
  RCS file: 
/cvsroot/jboss/jbosstest/src/main/org/jboss/test/threading/interfaces/EJBThreads.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- EJBThreads.java   2001/06/26 01:08:50     1.1
  +++ EJBThreads.java   2001/08/08 22:04:44     1.2
  @@ -12,9 +12,10 @@
   public interface EJBThreads extends EJBObject
   {
    
  -     public void test() throws RemoteException;
  -     public void testBusinessException() throws RemoteException;
  -     public void testRuntimeException() throws RemoteException;
  -     public void testTimeOut() throws RemoteException; 
  +   public void test() throws RemoteException;
  +   public void testBusinessException() throws RemoteException;
  +   public void testRuntimeException() throws RemoteException;
  +   public void testTimeOut() throws RemoteException; 
  +   public void testNonTransactional() throws RemoteException;
     
   }
  
  
  

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

Reply via email to