jp.go.aist.rtm.RTC.port
クラス PortConnectRetListenerType
java.lang.Object
jp.go.aist.rtm.RTC.port.PortConnectRetListenerType
public class PortConnectRetListenerType
- extends java.lang.Object
PortConnectRetListenerType のタイプ
- ON_CONNECT_NEXTPORT: notify_connect() 中のカスケード呼び出し直後
- ON_SUBSCRIBE_INTERFACES: notify_connect() 中のインターフェース購読直後
- ON_CONNECTED: nofity_connect() 接続処理完了時に呼び出される
- ON_DISCONNECT_NEXT: notify_disconnect() 中にカスケード呼び出し直後
- ON_DISCONNECTED: notify_disconnect() リターン時}
- ON_CONNECT_NEXTPORT: after cascade-call in notify_connect()
- ON_SUBSCRIBE_INTERFACES: after IF subscribing in notify_connect()
- ON_CONNECTED: completed nofity_connect() connection process
- ON_DISCONNECT_NEXT: after cascade-call in notify_disconnect()
- ON_DISCONNECTED: completed notify_disconnect() disconnection}
メソッドの概要 |
static java.lang.String |
toString(int type)
ConfigurationParamListenerType を文字列に変換
|
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ON_PUBLISH_INTERFACES
public static final int ON_PUBLISH_INTERFACES
- 関連項目:
- 定数フィールド値
ON_CONNECT_NEXTPORT
public static final int ON_CONNECT_NEXTPORT
- 関連項目:
- 定数フィールド値
ON_SUBSCRIBE_INTERFACES
public static final int ON_SUBSCRIBE_INTERFACES
- 関連項目:
- 定数フィールド値
ON_CONNECTED
public static final int ON_CONNECTED
- 関連項目:
- 定数フィールド値
ON_DISCONNECT_NEXT
public static final int ON_DISCONNECT_NEXT
- 関連項目:
- 定数フィールド値
ON_DISCONNECTED
public static final int ON_DISCONNECTED
- 関連項目:
- 定数フィールド値
PORT_CONNECT_RET_LISTENER_NUM
public static final int PORT_CONNECT_RET_LISTENER_NUM
- 関連項目:
- 定数フィールド値
PortConnectRetListenerType
public PortConnectRetListenerType()
toString
public static java.lang.String toString(int type)
- ConfigurationParamListenerType を文字列に変換
ConfigurationParamListenerType を文字列に変換する
- パラメータ:
type
- 変換対象 ConfigurationParamListenerType
- 戻り値:
- 文字列変換結果