Package org.omg.IOP
Class ServiceContext
- java.lang.Object
-
- org.omg.IOP.ServiceContext
-
- All Implemented Interfaces:
java.io.Serializable
,IDLEntity
public final class ServiceContext extends java.lang.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/omgapi/src/main/idl/IOP.idl Wednesday, February 21, 2024 at 12:00:00 PM Greenwich Mean Time- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description byte[]
context_data
The data associated with this service contextint
context_id
The service context id
-
Constructor Summary
Constructors Constructor Description ServiceContext()
ServiceContext(int _context_id, byte[] _context_data)
-