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

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

public class ConnectorListenerType
extends java.lang.Object

The types of ConnectorListener


Field Summary
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
           
 
Constructor Summary
ConnectorListenerType()
           
 
Method Summary
static java.lang.String toString(int type)
           Convert ConnectorListenerType 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_EMPTY

public static final int ON_BUFFER_EMPTY
See Also:
Constant Field Values

ON_BUFFER_READ_TIMEOUT

public static final int ON_BUFFER_READ_TIMEOUT
See Also:
Constant Field Values

ON_SENDER_EMPTY

public static final int ON_SENDER_EMPTY
See Also:
Constant Field Values

ON_SENDER_TIMEOUT

public static final int ON_SENDER_TIMEOUT
See Also:
Constant Field Values

ON_SENDER_ERROR

public static final int ON_SENDER_ERROR
See Also:
Constant Field Values

ON_CONNECT

public static final int ON_CONNECT
See Also:
Constant Field Values

ON_DISCONNECT

public static final int ON_DISCONNECT
See Also:
Constant Field Values

CONNECTOR_LISTENER_NUM

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

ConnectorListenerType

public ConnectorListenerType()
Method Detail

toString

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

Convert ConnectorListenerType into the string.

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