|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object spec.benchmarks.serial.data.ProxiedClass
public class ProxiedClass
$Id: ProxiedClass.java,v 1.2 2005/09/02 21:12:10 csuconic Exp $
Constructor Summary | |
---|---|
ProxiedClass(int value)
|
Method Summary | |
---|---|
static InterfaceForProxy |
createMyProxy(int a,
int b)
|
int |
doSomething()
It always return value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProxiedClass(int value)
Method Detail |
---|
public int doSomething()
TestHandler
will multiply this
by a factor and we will use that value to test
if the value is being used or not.
doSomething
in interface InterfaceForProxy
public static InterfaceForProxy createMyProxy(int a, int b)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |