org.omg.IOP
クラス ServiceContext

java.lang.Object
  |
  +--org.omg.IOP.ServiceContext
すべての実装インタフェース:
IDLEntity, java.io.Serializable

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

関連項目:
直列化された形式

フィールドの概要
 byte[] context_data
           
 int context_id
           
 
コンストラクタの概要
ServiceContext()
           
ServiceContext(int _context_id, byte[] _context_data)
           
 
クラス java.lang.Object から継承したメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

context_id

public int context_id

context_data

public byte[] context_data
コンストラクタの詳細

ServiceContext

public ServiceContext(int _context_id,
                      byte[] _context_data)

ServiceContext

public ServiceContext()