RTMExamples.Composite
クラス Sensor

java.lang.Object
  上位を拡張 RTMExamples.Composite.Sensor
すべての実装されたインタフェース:
RegisterModuleFunc, RtcDeleteFunc, RtcNewFunc

public class Sensor
extends java.lang.Object
implements RtcNewFunc, RtcDeleteFunc, RegisterModuleFunc


フィールドの概要
static java.lang.String[] component_conf
           
 
コンストラクタの概要
Sensor()
           
 
メソッドの概要
 RTObject_impl createRtc(Manager mgr)
          コンポーネントの生成処理を行います。
 void deleteRtc(RTObject_impl rtcBase)
          コンポーネントの破棄処理を行います。
 void registerModule()
           Function to register module.
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

component_conf

public static java.lang.String[] component_conf
コンストラクタの詳細

Sensor

public Sensor()
メソッドの詳細

createRtc

public RTObject_impl createRtc(Manager mgr)
インタフェース RtcNewFunc の記述:

コンポーネントの生成処理を行います。

定義:
インタフェース RtcNewFunc 内の createRtc
パラメータ:
mgr - Managerオブジェクト
戻り値:
生成されたコンポーネントオブジェクト

deleteRtc

public void deleteRtc(RTObject_impl rtcBase)
インタフェース RtcDeleteFunc の記述:

コンポーネントの破棄処理を行います。

定義:
インタフェース RtcDeleteFunc 内の deleteRtc
パラメータ:
rtcBase - 破棄対象コンポーネントのオブジェクト

registerModule

public void registerModule()
インタフェース RegisterModuleFunc の記述:

Function to register module.

定義:
インタフェース RegisterModuleFunc 内の registerModule