org.apache.xmlrpc.test
Class ScalabilityTest.Adder

java.lang.Object
  extended by org.apache.xmlrpc.test.ScalabilityTest.Adder
Enclosing class:
ScalabilityTest

public static class ScalabilityTest.Adder
extends java.lang.Object

Primitive handler class


Constructor Summary
ScalabilityTest.Adder()
           
 
Method Summary
 int add(int p1, int p2)
          Returns the sum of the numbers p1 and p2.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScalabilityTest.Adder

public ScalabilityTest.Adder()
Method Detail

add

public int add(int p1,
               int p2)
Returns the sum of the numbers p1 and p2.



Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved.