All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.omg.SendingContext._RunTimeStub Maven / Gradle / Ivy

package org.omg.SendingContext;


/**
* org/omg/SendingContext/_RunTimeStub.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from /home/jenkins/agent/workspace/orb-release-build/omgapi/src/main/idl/SendingContext.idl
* Sunday, February 14, 2021 7:42:42 PM GMT
*/

public class _RunTimeStub extends org.omg.CORBA.portable.ObjectImpl implements org.omg.SendingContext.RunTime
{

  // Type-specific CORBA::Object operations
  private static String[] __ids = {
    "IDL:omg.org/SendingContext/RunTime:1.0"};

  public String[] _ids ()
  {
    return (String[])__ids.clone ();
  }

  private void readObject (java.io.ObjectInputStream s) throws java.io.IOException
  {
     String str = s.readUTF ();
     String[] args = null;
     java.util.Properties props = null;
     org.omg.CORBA.ORB orb = org.omg.CORBA.ORB.init (args, props);
   try {
     org.omg.CORBA.Object obj = orb.string_to_object (str);
     org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl) obj)._get_delegate ();
     _set_delegate (delegate);
   } finally {
     orb.destroy() ;
   }
  }

  private void writeObject (java.io.ObjectOutputStream s) throws java.io.IOException
  {
     String[] args = null;
     java.util.Properties props = null;
     org.omg.CORBA.ORB orb = org.omg.CORBA.ORB.init (args, props);
   try {
     String str = orb.object_to_string (this);
     s.writeUTF (str);
   } finally {
     orb.destroy() ;
   }
  }
} // class _RunTimeStub




© 2015 - 2024 Weber Informatics LLC | Privacy Policy