org.omg.IOP.ServiceContext Maven / Gradle / Ivy
package org.omg.IOP;
/**
* org/omg/IOP/ServiceContext.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from /home/tomek/workspace/openjdk-orb/src/share/classes/org/omg/IOP/IOP.idl
* Thursday, June 22, 2023 7:19:19 PM CEST
*/
public final class ServiceContext implements org.omg.CORBA.portable.IDLEntity
{
public int context_id = (int)0;
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