User: starksm 
  Date: 02/04/09 01:00:54

  Added:       src/main/org/jboss/test/perf/interfaces Tag: Branch_2_4
                        ProbeLocal.java
  Log:
  The probe bean local interface
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.1   +1 -2      
jbosstest/src/main/org/jboss/test/perf/interfaces/ProbeLocal.java
  
  Index: ProbeLocal.java
  ===================================================================
  RCS file: 
/cvsroot/jboss/jbosstest/src/main/org/jboss/test/perf/interfaces/ProbeLocal.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- ProbeLocal.java   16 Feb 2002 21:14:56 -0000      1.1
  +++ ProbeLocal.java   9 Apr 2002 08:00:54 -0000       1.1.2.1
  @@ -1,14 +1,13 @@
   package org.jboss.test.perf.interfaces;
   
   import javax.ejb.EJBException;
  -import javax.ejb.EJBLocalObject;
   
   /** A trivial stateless session bean for testing round trip call
   throughput.
   @author [EMAIL PROTECTED]
  -@version $Revision: 1.1 $
  +@version $Revision: 1.1.2.1 $
   */
  -public interface ProbeLocal extends EJBLocalObject
  +public interface ProbeLocal extends javax.ejb.EJBLocalObject
   {
      /** Basic test that has no arguments or return values to test the
       bare call invocation overhead without any data serialize.
  
  
  

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

Reply via email to