~ubuntu-branches/ubuntu/raring/libjboss-remoting-java/raring

« back to all changes in this revision

Viewing changes to tests/org/jboss/test/remoting/performance/spring/rmi/MultiThreadedSpringRMIPerformanceTestCase.java

  • Committer: Package Import Robot
  • Author(s): Torsten Werner
  • Date: 2011-09-09 14:01:03 UTC
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: package-import@ubuntu.com-20110909140103-o8ucrolqt5g25k57
Tags: upstream-2.5.3.SP1
ImportĀ upstreamĀ versionĀ 2.5.3.SP1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/***************************************
2
 
 *                                     *
3
 
 *  JBoss: The OpenSource J2EE WebOS   *
4
 
 *                                     *
5
 
 *  Distributable under LGPL license.  *
6
 
 *  See terms of license at gnu.org.   *
7
 
 *                                     *
8
 
 ***************************************/
9
 
package org.jboss.test.remoting.performance.spring.rmi;
10
 
 
11
 
/**
12
 
 * @author <a href="mailto:tom@jboss.org">Tom Elrod</a>
13
 
 */
14
 
public class MultiThreadedSpringRMIPerformanceTestCase extends SpringRMIPerformanceTestCase
15
 
     {
16
 
        protected String getClientTestClass()
17
 
        {
18
 
           return MultiThreadedSpringRMIPerformanceClient.class.getName();
19
 
        }
20
 
 
21
 
}
 
 
b'\\ No newline at end of file'