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

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

public class PortConnectListenerType
extends java.lang.Object

The types of ConnectorDataListener

- ON_NOTIFY_CONNECT: right after entering into notify_connect() - ON_NOTIFY_DISCONNECT: right after entering into notify_disconnect() - ON_UNSUBSCRIBE_INTERFACES: unsubscribing IF in notify_disconnect()


Field Summary
static int ON_NOTIFY_CONNECT
           
static int ON_NOTIFY_DISCONNECT
           
static int ON_UNSUBSCRIBE_INTERFACES
           
static int PORT_CONNECT_LISTENER_NUM
           
 
Constructor Summary
PortConnectListenerType()
           
 
Method Summary
static java.lang.String toString(int type)
           Convert ConfigurationParamListenerType into the string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ON_NOTIFY_CONNECT

public static final int ON_NOTIFY_CONNECT
See Also:
Constant Field Values

ON_NOTIFY_DISCONNECT

public static final int ON_NOTIFY_DISCONNECT
See Also:
Constant Field Values

ON_UNSUBSCRIBE_INTERFACES

public static final int ON_UNSUBSCRIBE_INTERFACES
See Also:
Constant Field Values

PORT_CONNECT_LISTENER_NUM

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

PortConnectListenerType

public PortConnectListenerType()
Method Detail

toString

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

Convert ConfigurationParamListenerType into the string.

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