ServiceContextpublic final class ServiceContext extends Object implements org.omg.CORBA.portable.IDLEntityorg/omg/IOP/ServiceContext.java .
Generated by the IDL-to-Java compiler (portable), version "3.2"
from ../../../../src/share/classes/org/omg/PortableInterceptor/IOP.idl
Tuesday, June 10, 2008 1:33:18 AM GMT-08:00 |
Fields Summary |
---|
public int | context_idThe service context id | public byte[] | context_dataThe data associated with this service context |
Constructors Summary |
---|
public ServiceContext()
| public ServiceContext(int _context_id, byte[] _context_data)
context_id = _context_id;
context_data = _context_data;
|
|