jp.go.aist.rtm.RTC.port
クラス PortConnectListenerType

java.lang.Object
  上位を拡張 jp.go.aist.rtm.RTC.port.PortConnectListenerType

public class PortConnectListenerType
extends java.lang.Object

PortConnectListener のタイプ

- ON_NOTIFY_CONNECT: notify_connect() 関数内呼び出し直後 - ON_NOTIFY_DISCONNECT: notify_disconnect() 呼び出し直後 - ON_UNSUBSCRIBE_INTERFACES: notify_disconnect() 内のIF購読解除時


フィールドの概要
static int ON_NOTIFY_CONNECT
           
static int ON_NOTIFY_DISCONNECT
           
static int ON_UNSUBSCRIBE_INTERFACES
           
static int PORT_CONNECT_LISTENER_NUM
           
 
コンストラクタの概要
PortConnectListenerType()
           
 
メソッドの概要
static java.lang.String toString(int type)
          ConfigurationParamListenerType を文字列に変換
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

ON_NOTIFY_CONNECT

public static final int ON_NOTIFY_CONNECT
関連項目:
定数フィールド値

ON_NOTIFY_DISCONNECT

public static final int ON_NOTIFY_DISCONNECT
関連項目:
定数フィールド値

ON_UNSUBSCRIBE_INTERFACES

public static final int ON_UNSUBSCRIBE_INTERFACES
関連項目:
定数フィールド値

PORT_CONNECT_LISTENER_NUM

public static final int PORT_CONNECT_LISTENER_NUM
関連項目:
定数フィールド値
コンストラクタの詳細

PortConnectListenerType

public PortConnectListenerType()
メソッドの詳細

toString

public static java.lang.String toString(int type)
ConfigurationParamListenerType を文字列に変換

ConfigurationParamListenerType を文字列に変換する

パラメータ:
type - 変換対象 ConfigurationParamListenerType
戻り値:
文字列変換結果