RTMExamples.SimpleService
クラス MyServiceSVC_impl

java.lang.Object
  上位を拡張 org.omg.PortableServer.Servant
      上位を拡張 RTMExamples.SimpleService.MyServicePOA
          上位を拡張 RTMExamples.SimpleService.MyServiceSVC_impl
すべての実装されたインタフェース:
org.omg.CORBA.portable.InvokeHandler, MyServiceOperations

public class MyServiceSVC_impl
extends MyServicePOA


コンストラクタの概要
MyServiceSVC_impl()
           
MyServiceSVC_impl(java.lang.Object obj)
           
 
メソッドの概要
 java.lang.String echo(java.lang.String msg)
           
 java.lang.String[] get_echo_history()
           
 float[] get_value_history()
           
 float get_value()
           
 void set_value(float value)
           
 
クラス RTMExamples.SimpleService.MyServicePOA から継承されたメソッド
_all_interfaces, _invoke, _this, _this
 
クラス org.omg.PortableServer.Servant から継承されたメソッド
_default_POA, _get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

MyServiceSVC_impl

public MyServiceSVC_impl()

MyServiceSVC_impl

public MyServiceSVC_impl(java.lang.Object obj)
メソッドの詳細

echo

public java.lang.String echo(java.lang.String msg)

get_echo_history

public java.lang.String[] get_echo_history()

set_value

public void set_value(float value)

get_value

public float get_value()

get_value_history

public float[] get_value_history()