RTC
Class ConnectorProfile

java.lang.Object
  extended by RTC.ConnectorProfile
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public final class ConnectorProfile
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

RTC/ConnectorProfile.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from idl/OpenRTM.idl Thursday, March 3, 2011 3:01:41 PM JST

See Also:
Serialized Form

Field Summary
 java.lang.String connector_id
           
 java.lang.String name
           
 PortService[] ports
           
 NameValue[] properties
           
 
Constructor Summary
ConnectorProfile()
           
ConnectorProfile(java.lang.String _name, java.lang.String _connector_id, PortService[] _ports, NameValue[] _properties)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name

connector_id

public java.lang.String connector_id

ports

public PortService[] ports

properties

public NameValue[] properties
Constructor Detail

ConnectorProfile

public ConnectorProfile()

ConnectorProfile

public ConnectorProfile(java.lang.String _name,
                        java.lang.String _connector_id,
                        PortService[] _ports,
                        NameValue[] _properties)