インタフェース
RTMExamples.SimpleService.MyService の使用

MyService を使用しているパッケージ
RTMExamples.SimpleService   
 

RTMExamples.SimpleService での MyService の使用
 

MyService を実装している RTMExamples.SimpleService のクラス
 class _MyServiceStub
          _MyServiceStub.java .
 

MyService として宣言されている RTMExamples.SimpleService のフィールド
 MyService MyServiceHolder.value
           
 

MyService を返す RTMExamples.SimpleService のメソッド
 MyService MyServicePOA._this()
           
 MyService MyServicePOA._this(org.omg.CORBA.ORB orb)
           
static MyService MyServiceHelper.extract(org.omg.CORBA.Any a)
           
static MyService MyServiceHelper.narrow(org.omg.CORBA.Object obj)
           
static MyService MyServiceHelper.read(org.omg.CORBA.portable.InputStream istream)
           
static MyService MyServiceHelper.unchecked_narrow(org.omg.CORBA.Object obj)
           
 

MyService 型のパラメータを持つ RTMExamples.SimpleService のメソッド
static void MyServiceHelper.insert(org.omg.CORBA.Any a, MyService that)
           
static void MyServiceHelper.write(org.omg.CORBA.portable.OutputStream ostream, MyService value)
           
 

MyService 型のパラメータを持つ RTMExamples.SimpleService のコンストラクタ
MyServiceHolder(MyService initialValue)