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

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

public class PortConnectRetListenerType
extends java.lang.Object

- ON_CONNECT_NEXTPORT: notify_connect() 中のカスケード呼び出し直後 - ON_SUBSCRIBE_INTERFACES: notify_connect() 中のインターフェース購読直後 - ON_CONNECTED: nofity_connect() 接続処理完了時に呼び出される - ON_DISCONNECT_NEXT: notify_disconnect() 中にカスケード呼び出し直後 - ON_DISCONNECTED: notify_disconnect() リターン時} The types of PortConnectRetListenerType - ON_CONNECT_NEXTPORT: after cascade-call in notify_connect() - ON_SUBSCRIBE_INTERFACES: after IF subscribing in notify_connect() - ON_CONNECTED: completed nofity_connect() connection process - ON_DISCONNECT_NEXT: after cascade-call in notify_disconnect() - ON_DISCONNECTED: completed notify_disconnect() disconnection}


Field Summary
static int ON_CONNECT_NEXTPORT
           
static int ON_CONNECTED
           
static int ON_DISCONNECT_NEXT
           
static int ON_DISCONNECTED
           
static int ON_PUBLISH_INTERFACES
           
static int ON_SUBSCRIBE_INTERFACES
           
static int PORT_CONNECT_RET_LISTENER_NUM
           
 
Constructor Summary
PortConnectRetListenerType()
           
 
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_PUBLISH_INTERFACES

public static final int ON_PUBLISH_INTERFACES
See Also:
Constant Field Values

ON_CONNECT_NEXTPORT

public static final int ON_CONNECT_NEXTPORT
See Also:
Constant Field Values

ON_SUBSCRIBE_INTERFACES

public static final int ON_SUBSCRIBE_INTERFACES
See Also:
Constant Field Values

ON_CONNECTED

public static final int ON_CONNECTED
See Also:
Constant Field Values

ON_DISCONNECT_NEXT

public static final int ON_DISCONNECT_NEXT
See Also:
Constant Field Values

ON_DISCONNECTED

public static final int ON_DISCONNECTED
See Also:
Constant Field Values

PORT_CONNECT_RET_LISTENER_NUM

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

PortConnectRetListenerType

public PortConnectRetListenerType()
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