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


フィールドの概要
static int CONNECTOR_LISTENER_NUM
           
static int ON_BUFFER_EMPTY
           
static int ON_BUFFER_READ_TIMEOUT
           
static int ON_CONNECT
           
static int ON_DISCONNECT
           
static int ON_SENDER_EMPTY
           
static int ON_SENDER_ERROR
           
static int ON_SENDER_TIMEOUT
           
 
コンストラクタの概要
ConnectorListenerType()
           
 
メソッドの概要
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