Package org.omg.IOP

Class ServiceContext

java.lang.Object
org.omg.IOP.ServiceContext
All Implemented Interfaces:
Serializable, IDLEntity

public final class ServiceContext extends Object implements IDLEntity
org/omg/IOP/ServiceContext.java . Generated by the IDL-to-Java compiler (portable), version "4.1" from /home/abuild/rpmbuild/BUILD/glassfish-corba-4.2.4-build/glassfish-corba-4.2.4/omgapi/src/main/idl/IOP.idl Wednesday, February 21, 2024, 10:43:23 AM Greenwich Mean Time
See Also:
  • Field Details

    • context_id

      public int context_id
      The service context id
    • context_data

      public byte[] context_data
      The data associated with this service context
  • Constructor Details

    • ServiceContext

      public ServiceContext()
    • ServiceContext

      public ServiceContext(int _context_id, byte[] _context_data)