|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openorb.orb.test.rmi.primitive.PrimitiveTest.EchoImpl
public static class PrimitiveTest.EchoImpl
Remote interface implementation. This remote interface is the basic server used to exchange the data types.
Constructor Summary | |
---|---|
PrimitiveTest.EchoImpl()
|
Method Summary | |
---|---|
boolean[] |
echo_boolean_array(boolean[] val)
Echo a boolean array type. |
boolean |
echo_boolean(boolean val)
Echo a boolean type. |
byte[] |
echo_byte_array(byte[] val)
Echo a byte array type. |
byte |
echo_byte(byte val)
Echo a byte type. |
char[] |
echo_char_array(char[] val)
Echo a char array type. |
char |
echo_char(char val)
Echo a char type. |
double[] |
echo_double_array(double[] val)
Echo a double array type. |
double |
echo_double(double val)
Echo a double type. |
float[] |
echo_float_array(float[] val)
Echo a float array type. |
float |
echo_float(float val)
Echo a float type. |
int[] |
echo_int_array(int[] val)
Echo a int array type. |
int |
echo_int(int val)
Echo a int type. |
long[] |
echo_long_array(long[] val)
Echo a long array type. |
long |
echo_long(long val)
Echo a long type. |
short[] |
echo_short_array(short[] val)
Echo a short array type. |
short |
echo_short(short val)
Echo a short type. |
java.lang.String[] |
echo_string_array(java.lang.String[] val)
Echo a String array type. |
java.lang.String |
echo_string(java.lang.String val)
Echo a String type. |
void |
echo_void()
Echo nothing. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PrimitiveTest.EchoImpl()
Method Detail |
---|
public void echo_void() throws java.rmi.RemoteException
echo_void
in interface RemoteEcho
java.rmi.RemoteException
- When an error occurs.public boolean echo_boolean(boolean val) throws java.rmi.RemoteException
echo_boolean
in interface RemoteEcho
val
- A boolean value.
java.rmi.RemoteException
- When an error occurs.public byte echo_byte(byte val) throws java.rmi.RemoteException
echo_byte
in interface RemoteEcho
val
- A byte value.
java.rmi.RemoteException
- When an error occurs.public char echo_char(char val) throws java.rmi.RemoteException
echo_char
in interface RemoteEcho
val
- A char value.
java.rmi.RemoteException
- When an error occurs.public short echo_short(short val) throws java.rmi.RemoteException
echo_short
in interface RemoteEcho
val
- A short value.
java.rmi.RemoteException
- When an error occurs.public float echo_float(float val) throws java.rmi.RemoteException
echo_float
in interface RemoteEcho
val
- A float value.
java.rmi.RemoteException
- When an error occurs.public double echo_double(double val) throws java.rmi.RemoteException
echo_double
in interface RemoteEcho
val
- A double value.
java.rmi.RemoteException
- When an error occurs.public int echo_int(int val) throws java.rmi.RemoteException
echo_int
in interface RemoteEcho
val
- A int value.
java.rmi.RemoteException
- When an error occurs.public long echo_long(long val) throws java.rmi.RemoteException
echo_long
in interface RemoteEcho
val
- A long value.
java.rmi.RemoteException
- When an error occurs.public java.lang.String echo_string(java.lang.String val) throws java.rmi.RemoteException
val
- A String value.
java.rmi.RemoteException
- When an error occurs.public boolean[] echo_boolean_array(boolean[] val) throws java.rmi.RemoteException
echo_boolean_array
in interface RemoteEcho
val
- A boolean array value.
java.rmi.RemoteException
- When an error occurs.public byte[] echo_byte_array(byte[] val) throws java.rmi.RemoteException
echo_byte_array
in interface RemoteEcho
val
- A byte array value.
java.rmi.RemoteException
- When an error occurs.public char[] echo_char_array(char[] val) throws java.rmi.RemoteException
echo_char_array
in interface RemoteEcho
val
- A char array value.
java.rmi.RemoteException
- When an error occurs.public short[] echo_short_array(short[] val) throws java.rmi.RemoteException
echo_short_array
in interface RemoteEcho
val
- A short array value.
java.rmi.RemoteException
- When an error occurs.public float[] echo_float_array(float[] val) throws java.rmi.RemoteException
echo_float_array
in interface RemoteEcho
val
- A float array value.
java.rmi.RemoteException
- When an error occurs.public double[] echo_double_array(double[] val) throws java.rmi.RemoteException
echo_double_array
in interface RemoteEcho
val
- A double array value.
java.rmi.RemoteException
- When an error occurs.public int[] echo_int_array(int[] val) throws java.rmi.RemoteException
echo_int_array
in interface RemoteEcho
val
- A int array value.
java.rmi.RemoteException
- When an error occurs.public long[] echo_long_array(long[] val) throws java.rmi.RemoteException
echo_long_array
in interface RemoteEcho
val
- A long array value.
java.rmi.RemoteException
- When an error occurs.public java.lang.String[] echo_string_array(java.lang.String[] val) throws java.rmi.RemoteException
val
- A String array value.
java.rmi.RemoteException
- When an error occurs.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |