Package org.omg.CORBA.portable

Examples of org.omg.CORBA.portable.OutputStream.write_value()


                }
              else if (method.equals("_get_ego"))
                {
                  String result = target.getEgo();
                  org.omg.CORBA_2_3.portable.OutputStream out = (org.omg.CORBA_2_3.portable.OutputStream) reply.createReply();
                  out.write_value(result, String.class);
                  return out;
                }
              else if (method.equals("sayHello"))
                {
                  RMI_test arg0 = (RMI_test) PortableRemoteObject.narrow(
View Full Code Here


                {
                  RMI_test arg0 = (RMI_test) PortableRemoteObject.narrow(
                    in.read_Object(), RMI_test.class);
                  String result = target.sayHello(arg0);
                  org.omg.CORBA_2_3.portable.OutputStream out = (org.omg.CORBA_2_3.portable.OutputStream) reply.createReply();
                  out.write_value(result, String.class);
                  return out;
                }
            case 9:
              if (method.equals("passArray"))
                {
View Full Code Here

                {
                  String arg0 = (String) in.read_value(String.class);
                  String arg1 = (String) in.read_value(String.class);
                  String result = target.joinStrings(arg0, arg1);
                  org.omg.CORBA_2_3.portable.OutputStream out = (org.omg.CORBA_2_3.portable.OutputStream) reply.createReply();
                  out.write_value(result, String.class);
                  return out;
                }
            case 13:
              if (method.equals("passStructure"))
                {
View Full Code Here

              if (method.equals("passStructure"))
                {
                  myStructure arg0 = (myStructure) in.read_value(myStructure.class);
                  String result = target.passStructure(arg0);
                  org.omg.CORBA_2_3.portable.OutputStream out = (org.omg.CORBA_2_3.portable.OutputStream) reply.createReply();
                  out.write_value(result, String.class);
                  return out;
                }
            case 14:
              if (method.equals("passPrimitives"))
                {
View Full Code Here

                  char arg5 = in.read_wchar();
                  short arg6 = in.read_short();
                  String result = target.passPrimitives(arg0, arg1, arg2, arg3,
                    arg4, arg5, arg6);
                  org.omg.CORBA_2_3.portable.OutputStream out = (org.omg.CORBA_2_3.portable.OutputStream) reply.createReply();
                  out.write_value(result, String.class);
                  return out;
                }
              else if (method.equals("passCollection"))
                {
                  Collection arg0 = (Collection) in.read_value(Collection.class);
View Full Code Here

              else if (method.equals("passCollection"))
                {
                  Collection arg0 = (Collection) in.read_value(Collection.class);
                  String result = target.passCollection(arg0);
                  org.omg.CORBA_2_3.portable.OutputStream out = (org.omg.CORBA_2_3.portable.OutputStream) reply.createReply();
                  out.write_value(result, String.class);
                  return out;
                }
            case 15:
              if (method.equals("passStringArray"))
                {
View Full Code Here

              if (method.equals("passStringArray"))
                {
                  String[] arg0 = (String[]) in.read_value(String[].class);
                  String result = target.passStringArray(arg0);
                  org.omg.CORBA_2_3.portable.OutputStream out = (org.omg.CORBA_2_3.portable.OutputStream) reply.createReply();
                  out.write_value(result, String.class);
                  return out;
                }
              else if (method.equals("passCorbaObject"))
                {
                  org.omg.CORBA.Object arg0 = (org.omg.CORBA.Object) in.read_Object();
View Full Code Here

              else if (method.equals("passCorbaObject"))
                {
                  org.omg.CORBA.Object arg0 = (org.omg.CORBA.Object) in.read_Object();
                  String result = target.passCorbaObject(arg0);
                  org.omg.CORBA_2_3.portable.OutputStream out = (org.omg.CORBA_2_3.portable.OutputStream) reply.createReply();
                  out.write_value(result, String.class);
                  return out;
                }
            case 16:
              if (method.equals("passReturnRemote"))
                {
View Full Code Here

              if (method.equals("passStructureArray"))
                {
                  myStructure[] arg0 = (myStructure[]) in.read_value(myStructure[].class);
                  String result = target.passStructureArray(arg0);
                  org.omg.CORBA_2_3.portable.OutputStream out = (org.omg.CORBA_2_3.portable.OutputStream) reply.createReply();
                  out.write_value(result, String.class);
                  return out;
                }
              else if (method.equals("passCorbaValueType"))
                {
                  Info arg0 = (Info) in.read_value(Info.class);
View Full Code Here

              else if (method.equals("passCorbaValueType"))
                {
                  Info arg0 = (Info) in.read_value(Info.class);
                  String result = target.passCorbaValueType(arg0);
                  org.omg.CORBA_2_3.portable.OutputStream out = (org.omg.CORBA_2_3.portable.OutputStream) reply.createReply();
                  out.write_value(result, String.class);
                  return out;
                }
              else if (method.equals("exchangeNodeObject"))
                {
                  NodeObject arg0 = (NodeObject) in.read_value(NodeObject.class);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.