KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > omg > IOP > ServiceContext

org.omg.IOP
Class ServiceContext

java.lang.Object
  extended by org.omg.IOP.ServiceContext
All Implemented Interfaces:
Serializable, IDLEntity
See Also:
Top Examples, Source Code

public byte[] context_data
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int context_id
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ServiceContext()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ServiceContext(int _context_id,
                      byte[] _context_data)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags