org.openware.jdf.test
Class Simple
java.lang.Object
|
+--org.openware.jdf.test.Simple
- All Implemented Interfaces:
- ISimple, java.io.Serializable
- public class Simple
- extends java.lang.Object
- implements ISimple
- See Also:
- Serialized Form
Constructor Summary |
Simple(java.lang.String teststr)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Simple
public Simple(java.lang.String teststr)
printInt
public void printInt(int value)
- Specified by:
printInt
in interface ISimple
getTestStr
public java.lang.String getTestStr()
- Specified by:
getTestStr
in interface ISimple
printArgs
public void printArgs(java.lang.String[] args)
- Specified by:
printArgs
in interface ISimple
printHello
public void printHello()
- Specified by:
printHello
in interface ISimple
getIntString
public java.lang.String getIntString(int value)
- Specified by:
getIntString
in interface ISimple
getStringArray
public java.lang.String[] getStringArray(java.lang.String str)
- Specified by:
getStringArray
in interface ISimple
twoParmsMethod
public java.lang.String twoParmsMethod(int parm1,
float parm2)
- Specified by:
twoParmsMethod
in interface ISimple
throwsException
public void throwsException()
throws java.lang.Exception
- Specified by:
throwsException
in interface ISimple
returnInteger
public java.lang.Integer returnInteger()
- Specified by:
returnInteger
in interface ISimple
returnInt
public int returnInt(int value)
- Specified by:
returnInt
in interface ISimple
returnFloat
public float returnFloat(float d)
- Specified by:
returnFloat
in interface ISimple
returnBoolean
public boolean returnBoolean(int num)
- Specified by:
returnBoolean
in interface ISimple
returnLong
public long returnLong(long value)
- Specified by:
returnLong
in interface ISimple
returnDouble
public double returnDouble(double value)
- Specified by:
returnDouble
in interface ISimple
getRemote
public ITestRemote getRemote()
- Specified by:
getRemote
in interface ISimple
Copyright © 2000, 2001 Openware, Spin Software. All Rights Reserved.