com.mjh.switchrmi.transport.test
Class IEchoImpl
java.lang.Object
|
+--com.mjh.switchrmi.transport.test.IEchoImpl
- All Implemented Interfaces:
- IEcho
- public class IEchoImpl
- extends java.lang.Object
- implements IEcho
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IEchoImpl
public IEchoImpl()
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String value)
getIdentifier
public int getIdentifier()
setIdentifier
public void setIdentifier(int value)
echo
public java.lang.String echo(java.lang.String string)
- Specified by:
echo in interface IEcho
echo
public char echo(char c)
- Specified by:
echo in interface IEcho
echo
public byte echo(byte b)
- Specified by:
echo in interface IEcho
echo
public short echo(short s)
- Specified by:
echo in interface IEcho
echo
public int echo(int i)
- Specified by:
echo in interface IEcho
echo
public long echo(long l)
- Specified by:
echo in interface IEcho
echo
public float echo(float f)
- Specified by:
echo in interface IEcho
echo
public double echo(double d)
- Specified by:
echo in interface IEcho
echo
public boolean echo(boolean b)
- Specified by:
echo in interface IEcho
echo
public java.lang.Integer echo(java.lang.Integer i)
- Specified by:
echo in interface IEcho
echo
public java.lang.Double echo(java.lang.Double d)
- Specified by:
echo in interface IEcho
echo
public java.lang.Object echo(java.lang.Object object)
- Specified by:
echo in interface IEcho
echo
public java.util.Map echo(java.util.Map map)
- Specified by:
echo in interface IEcho
echo
public java.util.Date echo(java.util.Date date)
- Specified by:
echo in interface IEcho
echo
public java.util.List echo(java.util.List list)
- Specified by:
echo in interface IEcho
throwException
public void throwException()
throws java.lang.Exception
- Specified by:
throwException in interface IEcho
java.lang.Exception
echoCallCount
public int echoCallCount()
throws java.lang.Exception
- Specified by:
echoCallCount in interface IEcho
java.lang.Exception
Copyright © 2002-2002 Michael J. Henderson & Associates, LLC. All Rights Reserved.