package org.omg.IOP;


org/omg/IOP/ServiceContext.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from /var/lib/jenkins/jobs/openjdk/jobs/openjdk10/workspace/jdk-updates_jdk10u/src/java.corba/share/classes/org/omg/PortableInterceptor/IOP.idl Sunday, February 14, 2021 at 5:20:31 PM Coordinated Universal Time
/** * org/omg/IOP/ServiceContext.java . * Generated by the IDL-to-Java compiler (portable), version "3.2" * from /var/lib/jenkins/jobs/openjdk/jobs/openjdk10/workspace/jdk-updates_jdk10u/src/java.corba/share/classes/org/omg/PortableInterceptor/IOP.idl * Sunday, February 14, 2021 at 5:20:31 PM Coordinated Universal Time */
public final class ServiceContext implements org.omg.CORBA.portable.IDLEntity {
The service context id
/** The service context id */
public int context_id = (int)0;
The data associated with this service context
/** 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