org.omg.IOP.ServiceContext Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of openjdk-orb Show documentation
Show all versions of openjdk-orb Show documentation
JBoss repackaging of the OpenJDK ORB
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/javax/src/share/classes/org/omg/IOP/IOP.idl
* Friday, December 10, 2021 1:31:02 PM CET
*/
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