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

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

public class PortConnectRetListenerArgument
extends java.lang.Object

PortConnectRetListenerArgument class


Field Summary
 ConnectorProfile m_connector_profile
           
 java.lang.String m_portname
           
 ReturnCode_t m_return_t
           
 
Constructor Summary
PortConnectRetListenerArgument(java.lang.String portname, ConnectorProfile prof, ReturnCode_t ret)
           Constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_portname

public java.lang.String m_portname

m_connector_profile

public ConnectorProfile m_connector_profile

m_return_t

public ReturnCode_t m_return_t
Constructor Detail

PortConnectRetListenerArgument

public PortConnectRetListenerArgument(java.lang.String portname,
                                      ConnectorProfile prof,
                                      ReturnCode_t ret)
Constructor