jp.go.aist.rtm.RTC.port
Class ConnectorDataListenerType

java.lang.Object
  extended by jp.go.aist.rtm.RTC.port.ConnectorDataListenerType

public class ConnectorDataListenerType
extends java.lang.Object

The types of ConnectorDataListener


Field Summary
static int CONNECTOR_DATA_LISTENER_NUM
           
static int ON_BUFFER_FULL
           
static int ON_BUFFER_OVERWRITE
           
static int ON_BUFFER_READ
           
static int ON_BUFFER_WRITE
           
static int ON_BUFFER_WRITE_TIMEOUT
           
static int ON_RECEIVED
           
static int ON_RECEIVER_ERROR
           
static int ON_RECEIVER_FULL
           
static int ON_RECEIVER_TIMEOUT
           
static int ON_SEND
           
 
Constructor Summary
ConnectorDataListenerType()
           
 
Method Summary
static java.lang.String toString(int type)
           Convert ConnectorDataListenerType into the string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ON_BUFFER_WRITE

public static final int ON_BUFFER_WRITE
See Also:
Constant Field Values

ON_BUFFER_FULL

public static final int ON_BUFFER_FULL
See Also:
Constant Field Values

ON_BUFFER_WRITE_TIMEOUT

public static final int ON_BUFFER_WRITE_TIMEOUT
See Also:
Constant Field Values

ON_BUFFER_OVERWRITE

public static final int ON_BUFFER_OVERWRITE
See Also:
Constant Field Values

ON_BUFFER_READ

public static final int ON_BUFFER_READ
See Also:
Constant Field Values

ON_SEND

public static final int ON_SEND
See Also:
Constant Field Values

ON_RECEIVED

public static final int ON_RECEIVED
See Also:
Constant Field Values

ON_RECEIVER_FULL

public static final int ON_RECEIVER_FULL
See Also:
Constant Field Values

ON_RECEIVER_TIMEOUT

public static final int ON_RECEIVER_TIMEOUT
See Also:
Constant Field Values

ON_RECEIVER_ERROR

public static final int ON_RECEIVER_ERROR
See Also:
Constant Field Values

CONNECTOR_DATA_LISTENER_NUM

public static final int CONNECTOR_DATA_LISTENER_NUM
See Also:
Constant Field Values
Constructor Detail

ConnectorDataListenerType

public ConnectorDataListenerType()
Method Detail

toString

public static java.lang.String toString(int type)
Convert ConnectorDataListenerType into the string.

Convert ConnectorDataListenerType into the string.

Parameters:
type - type The target ConnectorDataListenerType for transformation
Returns:
Trnasformation result of string representation