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

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

RTMExamples.SimpleService での MyService の使用
 

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

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

MyService 型の型パラメータを持つ RTMExamples.SimpleService のフィールド
protected  CorbaConsumer<MyService> MyServiceConsumerImpl.m_myservice0Base
           
 

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)