org.omg.IOP

Class ServiceContext

Implemented Interfaces:
IDLEntity, java.io.Serializable

public final class ServiceContext
extends java.lang.Object
implements IDLEntity

Generated from IDL definition of struct "ServiceContext"

Author:
JacORB IDL compiler

Field Summary

byte[]
context_data
int
context_id

Constructor Summary

ServiceContext()
ServiceContext(int context_id, byte[] context_data)

Field Details

context_data

public byte[] context_data


context_id

public int context_id

Constructor Details

ServiceContext

public ServiceContext()


ServiceContext

public ServiceContext(int context_id,
                      byte[] context_data)