jp.go.aist.rtm.RTC
クラス LoggerConsumer

java.lang.Object
  上位を拡張 jp.go.aist.rtm.RTC.LoggerConsumer
すべての実装されたインタフェース:
ObjectCreator<SdoServiceConsumerBase>, ObjectDestructor, SdoServiceConsumerBase, CallbackFunction

public class LoggerConsumer
extends java.lang.Object
implements SdoServiceConsumerBase, CallbackFunction, ObjectCreator<SdoServiceConsumerBase>, ObjectDestructor


コンストラクタの概要
LoggerConsumer()
          ctor of LoggerConsumer
 
メソッドの概要
 SdoServiceConsumerBase creator_()
           creator_
 void destructor_(java.lang.Object obj)
           destructor_
 void doOperate()
          
 void finalize()
          終了処理
 ServiceProfile getProfile()
          ServiceProfile を取得する
 boolean init(RTObject_impl rtobj, ServiceProfile profile)
          初期化
 boolean reinit(ServiceProfile profile)
          再初期化
 
クラス java.lang.Object から継承されたメソッド
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

LoggerConsumer

public LoggerConsumer()
ctor of LoggerConsumer

メソッドの詳細

init

public boolean init(RTObject_impl rtobj,
                    ServiceProfile profile)
初期化

定義:
インタフェース SdoServiceConsumerBase 内の init
パラメータ:
rtobj - このオブジェクトがインスタンス化された RTC
profile - 外部から与えられた SDO ServiceProfile
戻り値:
与えられた SDO Service や ServiceProfile が不正の場合 false

reinit

public boolean reinit(ServiceProfile profile)
再初期化

定義:
インタフェース SdoServiceConsumerBase 内の reinit
パラメータ:
profile - 新たに与えられた SDO ServiceProfile
戻り値:
不正な ServiceProfile が与えられた場合は false

getProfile

public final ServiceProfile getProfile()
ServiceProfile を取得する

定義:
インタフェース SdoServiceConsumerBase 内の getProfile
戻り値:
このオブジェクトが保持している ServiceProfile

finalize

public void finalize()
終了処理

定義:
インタフェース SdoServiceConsumerBase 内の finalize
オーバーライド:
クラス java.lang.Object 内の finalize

doOperate

public void doOperate()

定義:
インタフェース CallbackFunction 内の doOperate

creator_

public SdoServiceConsumerBase creator_()

creator_

定義:
インタフェース ObjectCreator<SdoServiceConsumerBase> 内の creator_
戻り値:
Object Created instances

destructor_

public void destructor_(java.lang.Object obj)

destructor_

定義:
インタフェース ObjectDestructor 内の destructor_
パラメータ:
obj - The target instances for destruction