Package org.omg.IOP
Class ServiceContext
java.lang.Object
org.omg.IOP.ServiceContext
- All Implemented Interfaces:
Serializable
,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 Summary
FieldsModifier and TypeFieldDescriptionbyte[]
The data associated with this service contextint
The service context id -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
context_id
public int context_idThe service context id -
context_data
public byte[] context_dataThe data associated with this service context
-
-
Constructor Details
-
ServiceContext
public ServiceContext() -
ServiceContext
public ServiceContext(int _context_id, byte[] _context_data)
-