jp.go.aist.rtm.RTC.port
クラス ConnectorListenerType
java.lang.Object
jp.go.aist.rtm.RTC.port.ConnectorListenerType
public class ConnectorListenerType
- extends java.lang.Object
The types of ConnectorListener
- ON_BUFFER_EMPTY: At the time of buffer empty
- ON_BUFFER_READTIMEOUT: At the time of buffer read timeout
- ON_BUFFER_EMPTY: At the time of empty of OutPort
- ON_SENDER_TIMEOUT: At the time of timeout of OutPort
- ON_SENDER_ERROR: At the time of error of OutPort
- ON_CONNECT: At the time of connection
- ON_DISCONNECT: At the time of disconnection
メソッドの概要 |
static java.lang.String |
toString(int type)
Convert ConnectorListenerType into the string. |
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ON_BUFFER_EMPTY
public static final int ON_BUFFER_EMPTY
- 関連項目:
- 定数フィールド値
ON_BUFFER_READ_TIMEOUT
public static final int ON_BUFFER_READ_TIMEOUT
- 関連項目:
- 定数フィールド値
ON_SENDER_EMPTY
public static final int ON_SENDER_EMPTY
- 関連項目:
- 定数フィールド値
ON_SENDER_TIMEOUT
public static final int ON_SENDER_TIMEOUT
- 関連項目:
- 定数フィールド値
ON_SENDER_ERROR
public static final int ON_SENDER_ERROR
- 関連項目:
- 定数フィールド値
ON_CONNECT
public static final int ON_CONNECT
- 関連項目:
- 定数フィールド値
ON_DISCONNECT
public static final int ON_DISCONNECT
- 関連項目:
- 定数フィールド値
CONNECTOR_LISTENER_NUM
public static final int CONNECTOR_LISTENER_NUM
- 関連項目:
- 定数フィールド値
ConnectorListenerType
public ConnectorListenerType()
toString
public static java.lang.String toString(int type)
-
Convert ConnectorListenerType into the string.
Convert ConnectorListenerType into the string.
- パラメータ:
type
-
The target ConnectorListenerType for transformation
- 戻り値:
-
Trnasformation result of string representation