|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RemoteComplex
This interface provides complex test operations.
Method Summary | |
---|---|
org.omg.CORBA.Any |
echo_any(org.omg.CORBA.Any any)
|
org.omg.CORBA.Any[] |
echo_any(org.omg.CORBA.Any[] any)
JavaToIdl failed passing objects derived from IDLEntity. |
java.math.BigDecimal |
echo_bigdecimal(java.math.BigDecimal bd)
The Throwable was causing problems with the RMI-IIOP serialization engine starting from JDK1.4 because the new implementation class uses some backward compatibility mode. |
java.util.BitSet |
echo_bitset(java.util.BitSet bs)
Test whether BitSet can be marshaled correctly. |
java.lang.Class |
echo_class0(java.lang.Class val)
Echo a Class. |
java.util.ArrayList |
echo_collection(java.util.ArrayList val)
When passing an instance of SubArrayList to the method getSizeOfArrayList() a CORBA MARSHAL exception was received. |
org.omg.CORBA.Object |
echo_corbaobject(org.omg.CORBA.Object obj)
The following method signature created a stack overflow exception for Java2Idl in version 1.2.0: org.omg.CORBA.Object getObject() throws RemoteException; The Java2IDL spec says that org.omg.CORBA.Object should be mapped to the IDL type Object. |
java.lang.Double |
echo_double(java.lang.Double val)
Echo a Double. |
IDLStruct |
echo_entity(IDLStruct ent)
JavaToIdl failed passing objects derived from IDLEntity other than org.omg.CORBA.Any and org.omg.CORBA.TypeCode. |
IDLStruct[] |
echo_entity(IDLStruct[] ents)
|
java.lang.Float |
echo_float(java.lang.Float val)
Echo a Float. |
java.lang.Integer |
echo_int(java.lang.Integer val)
Echo an Integer. |
java.lang.Long |
echo_long(java.lang.Long val)
Echo a Long. |
java.lang.Object |
echo_object(java.lang.Object val)
Echo an Object. |
PutFieldTest |
echo_pft(PutFieldTest pft)
Test various serialization mechanisms. |
java.rmi.Remote |
echo_remote0()
Return the Remote object. |
RemoteComplex |
echo_remote1(RemoteComplex val)
Return the RemoteComplex object. |
RemoteComplex |
echo_remote2()
Return the RemoteComplex object. |
void |
echo_remote3(RemoteComplex val)
Return the RemoteComplex object. |
java.rmi.Remote[] |
echo_remotearray0(java.rmi.Remote[] val)
The marshalling of more complex objects does not work in RMIoverIIIOP version 1.2.0. |
RemoteComplex[] |
echo_remotearray1(RemoteComplex[] val)
Echo an array of more special Remote types. |
RemoteComplex[] |
echo_remotearray2()
Return an array of more special Remote types. |
void |
echo_remotearray3(RemoteComplex[] val)
Send an array of more special Remote types. |
java.lang.Object[] |
echo_remoteobjectarray(java.lang.Object[] val)
This test case is to check whether the RMIoverIIOP serialization engine does not stumble over a java.lang.Object array with remote references. |
SerialItf |
echo_serialitf(SerialItf si)
Test whether we can marshal a Serializable interface. |
SerialPersistentFieldsTest |
echo_spft(SerialPersistentFieldsTest spft)
Test various serialization mechanisms. |
java.lang.String |
echo_string(java.lang.String val)
Echo a String. |
java.lang.Throwable |
echo_throwable(java.lang.Throwable th)
The Throwable was causing problems with the RMI-IIOP serialization engine starting from JDK1.4 because the new implementation class uses its own serialization mechanism. |
java.sql.Timestamp |
echo_timestamp(java.sql.Timestamp ts)
Test whether Timestamp can be marshaled correctly. |
org.omg.CORBA.TypeCode |
echo_typecode(org.omg.CORBA.TypeCode tc)
JavaToIdl failed passing objects derived from IDLEntity. |
org.omg.CORBA.TypeCode[] |
echo_typecode(org.omg.CORBA.TypeCode[] tc)
|
TypeHolder |
echo_typeholder(TypeHolder th)
Echo a lot of different types. |
java.util.Vector |
echo_vector(java.util.Vector val)
Echo a Vector. |
java.lang.Object |
return_object()
Return an Object. |
Method Detail |
---|
java.lang.String echo_string(java.lang.String val) throws java.rmi.RemoteException
val
- The String to be echoed.
java.rmi.RemoteException
- When an error occurs.java.lang.Float echo_float(java.lang.Float val) throws java.rmi.RemoteException
val
- The Float to be echoed.
java.rmi.RemoteException
- When an error occurs.java.lang.Double echo_double(java.lang.Double val) throws java.rmi.RemoteException
val
- The Double to be echoed.
java.rmi.RemoteException
- When an error occurs.java.lang.Integer echo_int(java.lang.Integer val) throws java.rmi.RemoteException
val
- The Integer to be echoed.
java.rmi.RemoteException
- When an error occurs.java.lang.Long echo_long(java.lang.Long val) throws java.rmi.RemoteException
val
- The Long to be echoed.
java.rmi.RemoteException
- When an error occurs.java.util.Vector echo_vector(java.util.Vector val) throws java.rmi.RemoteException
val
- The Vector to be echoed.
java.rmi.RemoteException
- When an error occurs.java.lang.Object echo_object(java.lang.Object val) throws java.rmi.RemoteException
val
- The Object to be echoed.
java.rmi.RemoteException
- When an error occurs.java.lang.Object return_object() throws java.rmi.RemoteException
java.rmi.RemoteException
- When an error occurs.java.lang.Class echo_class0(java.lang.Class val) throws java.rmi.RemoteException
val
- The Class to be echoed.
java.rmi.RemoteException
- When an error occurs.TypeHolder echo_typeholder(TypeHolder th) throws java.rmi.RemoteException
th
- The holder of different types.
java.rmi.RemoteException
- When an error occurs.java.rmi.Remote echo_remote0() throws java.rmi.RemoteException
java.rmi.RemoteException
- When an error occurs.RemoteComplex echo_remote1(RemoteComplex val) throws java.rmi.RemoteException
val
- A RemoteComplex instance.
java.rmi.RemoteException
- When an error occurs.RemoteComplex echo_remote2() throws java.rmi.RemoteException
java.rmi.RemoteException
- When an error occurs.void echo_remote3(RemoteComplex val) throws java.rmi.RemoteException
val
- A RemoteComplex instance.
java.rmi.RemoteException
- When an error occurs.java.rmi.Remote[] echo_remotearray0(java.rmi.Remote[] val) throws java.rmi.RemoteException
val
- The array of Remote objects to be echoed.
java.rmi.RemoteException
- When an error occurs.RemoteComplex[] echo_remotearray1(RemoteComplex[] val) throws java.rmi.RemoteException
val
- The array of Remote objects to be echoed.
java.rmi.RemoteException
- When an error occurs.RemoteComplex[] echo_remotearray2() throws java.rmi.RemoteException
java.rmi.RemoteException
- When an error occurs.void echo_remotearray3(RemoteComplex[] val) throws java.rmi.RemoteException
val
- The array of Remote objects send.
java.rmi.RemoteException
- When an error occurs.org.omg.CORBA.Object echo_corbaobject(org.omg.CORBA.Object obj) throws java.rmi.RemoteException
obj
- The CORBA object to be echoed.
java.rmi.RemoteException
- When an error occurs.java.util.ArrayList echo_collection(java.util.ArrayList val) throws java.rmi.RemoteException
val
- An Arraylist to be echoed.
java.rmi.RemoteException
- When an error occurs.org.omg.CORBA.Any[] echo_any(org.omg.CORBA.Any[] any) throws java.rmi.RemoteException
any
- The CORBA Any type to be echoed.
java.rmi.RemoteException
- When an error occurs.org.omg.CORBA.Any echo_any(org.omg.CORBA.Any any) throws java.rmi.RemoteException
java.rmi.RemoteException
org.omg.CORBA.TypeCode echo_typecode(org.omg.CORBA.TypeCode tc) throws java.rmi.RemoteException
tc
- The CORBA TypeCode type to be echoed.
java.rmi.RemoteException
- When an error occurs.org.omg.CORBA.TypeCode[] echo_typecode(org.omg.CORBA.TypeCode[] tc) throws java.rmi.RemoteException
java.rmi.RemoteException
IDLStruct echo_entity(IDLStruct ent) throws java.rmi.RemoteException
ent
- The CORBA IDLEntity type to be echoed.
java.rmi.RemoteException
- When an error occurs.IDLStruct[] echo_entity(IDLStruct[] ents) throws java.rmi.RemoteException
java.rmi.RemoteException
PutFieldTest echo_pft(PutFieldTest pft) throws java.rmi.RemoteException
pft
- A class using the PutField mechanism.
java.rmi.RemoteException
- When an error occurs.SerialPersistentFieldsTest echo_spft(SerialPersistentFieldsTest spft) throws java.rmi.RemoteException
spft
- A class using the SerialPersistentField mechanism.
java.rmi.RemoteException
- When an error occurs.java.lang.Throwable echo_throwable(java.lang.Throwable th) throws java.rmi.RemoteException
java.rmi.RemoteException
java.math.BigDecimal echo_bigdecimal(java.math.BigDecimal bd) throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.Object[] echo_remoteobjectarray(java.lang.Object[] val) throws java.rmi.RemoteException
java.rmi.RemoteException
SerialItf echo_serialitf(SerialItf si) throws java.rmi.RemoteException
java.rmi.RemoteException
java.util.BitSet echo_bitset(java.util.BitSet bs) throws java.rmi.RemoteException
java.rmi.RemoteException
java.sql.Timestamp echo_timestamp(java.sql.Timestamp ts) throws java.rmi.RemoteException
java.rmi.RemoteException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |