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

org.omg.CSIIOP.ServiceConfigurationListHolder Maven / Gradle / Ivy

The newest version!
package org.omg.CSIIOP;


/**
* org/omg/CSIIOP/ServiceConfigurationListHolder.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from /home/tomek/workspace/openjdk-orb/src/share/classes/org/omg/CSIIOP/CSIIOP.idl
* Wednesday, February 1, 2023 4:15:31 PM CET
*/

public final class ServiceConfigurationListHolder implements org.omg.CORBA.portable.Streamable
{
  public org.omg.CSIIOP.ServiceConfiguration value[] = null;

  public ServiceConfigurationListHolder ()
  {
  }

  public ServiceConfigurationListHolder (org.omg.CSIIOP.ServiceConfiguration[] initialValue)
  {
    value = initialValue;
  }

  public void _read (org.omg.CORBA.portable.InputStream i)
  {
    value = org.omg.CSIIOP.ServiceConfigurationListHelper.read (i);
  }

  public void _write (org.omg.CORBA.portable.OutputStream o)
  {
    org.omg.CSIIOP.ServiceConfigurationListHelper.write (o, value);
  }

  public org.omg.CORBA.TypeCode _type ()
  {
    return org.omg.CSIIOP.ServiceConfigurationListHelper.type ();
  }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy