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


Constructor Summary
IEchoImpl()
           
 
Method Summary
 boolean echo(boolean b)
           
 byte echo(byte b)
           
 char echo(char c)
           
 java.util.Date echo(java.util.Date date)
           
 double echo(double d)
           
 java.lang.Double echo(java.lang.Double d)
           
 float echo(float f)
           
 int echo(int i)
           
 java.lang.Integer echo(java.lang.Integer i)
           
 java.util.List echo(java.util.List list)
           
 long echo(long l)
           
 java.util.Map echo(java.util.Map map)
           
 java.lang.Object echo(java.lang.Object object)
           
 short echo(short s)
           
 java.lang.String echo(java.lang.String string)
           
 int echoCallCount()
           
 java.lang.String getDescription()
           
 int getIdentifier()
           
 void setDescription(java.lang.String value)
           
 void setIdentifier(int value)
           
 void throwException()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IEchoImpl

public IEchoImpl()
Method Detail

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.