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

org.omg.IOP.ServiceContext Maven / Gradle / Ivy

There is a newer version: 4.2.5
Show newest version
package org.omg.IOP;


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

public final class ServiceContext implements org.omg.CORBA.portable.IDLEntity
{

  /** The service context id */
  public int context_id = (int)0;

  /** The data associated with this service context */
  public byte context_data[] = null;

  public ServiceContext ()
  {
  } // ctor

  public ServiceContext (int _context_id, byte[] _context_data)
  {
    context_id = _context_id;
    context_data = _context_data;
  } // ctor

} // class ServiceContext




© 2015 - 2024 Weber Informatics LLC | Privacy Policy