Uses of Class
jp.go.aist.rtm.RTC.util.Properties

Packages that use Properties
jp.go.aist.rtm.RTC   
jp.go.aist.rtm.RTC.buffer   
jp.go.aist.rtm.RTC.executionContext   
jp.go.aist.rtm.RTC.port   
jp.go.aist.rtm.RTC.port.publisher   
jp.go.aist.rtm.RTC.SDOPackage   
jp.go.aist.rtm.RTC.util   
 

Uses of Properties in jp.go.aist.rtm.RTC
 

Fields in jp.go.aist.rtm.RTC declared as Properties
protected  Properties ManagerConfig.m_argprop
           configuration properties from arguments
protected  Properties Manager.m_config
           Managaer's configuration Properties
protected  Properties FactoryBase.m_Profile
           Component profile
protected  Properties ModuleManager.m_properties
           Module Manager properties
protected  Properties RTObject_impl.m_properties
           RTC's Property
 

Methods in jp.go.aist.rtm.RTC that return Properties
 Properties ConfigAdmin.getActiveConfigurationSet()
           Get the active configuration set
 Properties Manager.getConfig()
           Get the manager configuration
 Properties ConfigAdmin.getConfigurationSet(java.lang.String config_id)
           Get a configuration set by specified ID
 Properties RTObject_impl.getProperties()
           [local interface] Get RTC property
 Properties FactoryBase.profile()
           Get the component profile
 

Methods in jp.go.aist.rtm.RTC that return types with arguments of type Properties
 java.util.Vector<Properties> ConfigAdmin.getConfigurationSets()
           Get all configuration sets
 java.util.Vector<Properties> Manager.getFactoryProfiles()
           Get profiles of factories.
 java.util.Vector<Properties> ModuleManager.getLoadableModules()
           Get the loadable module list
 java.util.Vector<Properties> Manager.getLoadableModules()
           Get a list of loadable modules
 java.util.Vector<Properties> ModuleManager.getLoadedModules()
           Get the module list that has been loaded
 java.util.Vector<Properties> Manager.getLoadedModules()
           Get a list of loaded modules
 

Methods in jp.go.aist.rtm.RTC with parameters of type Properties
 boolean ConfigAdmin.addConfigurationSet(Properties config_set)
           Add the configuration value to configuration set
 void ManagerConfig.configure(Properties properties)
           Specify the configuration information to the Property
protected  void Manager.configureComponent(RTObject_impl comp, Properties prop)
           Configure RT-Component
protected  java.lang.String Manager.formatString(java.lang.String namingFormat, Properties properties)
           Construct registration information when registering to Naming server
protected  boolean Manager.mergeProperty(Properties properties, java.lang.String fileName)
           Merge property information
 void ConfigurationSetNameListenerHolder.notify(Properties config_set)
           
 void ConfigurationSetListenerHolder.notify(Properties config_set)
           
 void ConfigAdmin.onAddConfigurationSet(Properties config_set)
           Called when a set value is added to the configuration set
 void ConfigAdmin.onSetConfigurationSet(Properties config_set)
           Called when the property is added to the configuration set
 void ConfigAdmin.OnSetConfigurationSetCallback.operator(Properties config_set)
           Operates the object.
 void ConfigAdmin.OnAddConfigurationAddCallback.operator(Properties config_set)
           Operates the object.
abstract  void ConfigurationSetListener.operator(Properties config_set)
           Virtual Callback function
abstract  void ConfigurationSetNameListener.operator(Properties config_set)
           Virtual Callback function
 boolean Manager.procComponentArgs(java.lang.String comp_arg, Properties comp_id, Properties comp_conf)
           Extracting component type/properties from the given string
 boolean Manager.procContextArgs(java.lang.String ec_args, java.lang.StringBuffer ec_id, Properties ec_conf)
           Extracting ExecutionContext's name/properties from the given string
 boolean Manager.registerFactory(Properties profile, RtcNewFunc new_func, RtcDeleteFunc delete_func)
           Register RT-Component Factory
 boolean ConfigAdmin.setConfigurationSetValues(java.lang.String config_id, Properties config_set)
           Add to configuration set from specified property
 void RTObject_impl.setProperties(Properties prop)
           [local interface] Set RTC property
protected  void ManagerConfig.setSystemInformation(Properties properties)
           Set system information
 

Constructors in jp.go.aist.rtm.RTC with parameters of type Properties
ConfigAdmin(Properties configsets)
           Constructor
FactoryBase(Properties profile)
           Constructor
FactoryJava(Properties profile, RtcNewFunc newFunc, RtcDeleteFunc deleteFunc)
           Constructor
FactoryJava(Properties profile, RtcNewFunc newFunc, RtcDeleteFunc deleteFunc, NumberingPolicy policy)
           Constructor
ModuleManager(Properties properties)
           Constructor
 

Uses of Properties in jp.go.aist.rtm.RTC.buffer
 

Methods in jp.go.aist.rtm.RTC.buffer with parameters of type Properties
 void NullBuffer.init(Properties prop)
          This function is not implemented.
 void RingBuffer.init(Properties prop)
           Sets the buffer.
 void BufferBase.init(Properties prop)
           Set the buffer
 

Uses of Properties in jp.go.aist.rtm.RTC.executionContext
 

Methods in jp.go.aist.rtm.RTC.executionContext with parameters of type Properties
 void PeriodicECSharedComposite_impl.setCallback.operator(Properties config_set)
           
 void PeriodicECSharedComposite_impl.addCallback.operator(Properties config_set)
           
 

Uses of Properties in jp.go.aist.rtm.RTC.port
 

Fields in jp.go.aist.rtm.RTC.port declared as Properties
protected  Properties OutPortBase.m_properties
           
protected  Properties CorbaPort.m_properties
           Properties
protected  Properties InPortBase.m_properties
           
 Properties ConnectorBase.ConnectorInfo.properties
           
 

Methods in jp.go.aist.rtm.RTC.port that return Properties
 Properties OutPortBase.properties()
           Get properties
 Properties InPortBase.properties()
           Get properties
 

Methods in jp.go.aist.rtm.RTC.port with parameters of type Properties
protected  OutPortConnector OutPortBase.createConnector(ConnectorProfileHolder cprof, Properties prop, InPortConsumer consumer)
           OutPortPushConnector creation
protected  InPortConnector InPortBase.createConnector(ConnectorProfileHolder cprof, Properties prop, InPortProvider provider)
           InPortPushConnector creation
protected  InPortConnector InPortBase.createConnector(ConnectorProfileHolder cprof, Properties prop, OutPortConsumer consumer)
           InPortPullConnector creation
protected  OutPortConnector OutPortBase.createConnector(ConnectorProfileHolder cprof, Properties prop, OutPortProvider provider)
           OutPortPullConnector creation
protected  InPortConsumer OutPortBase.createConsumer(ConnectorProfileHolder cprof, Properties prop)
           InPort consumer creation
protected  OutPortConsumer InPortBase.createConsumer(ConnectorProfileHolder cprof, Properties prop)
           InPort provider creation
protected  OutPortProvider OutPortBase.createProvider(ConnectorProfileHolder cprof, Properties prop)
           OutPort provider creation
protected  InPortProvider InPortBase.createProvider(ConnectorProfileHolder cprof, Properties prop)
           InPort provider creation
 void InPortConsumer.init(Properties prop)
           Initializing configuration
 void OutPortBase.init(Properties prop)
           Initializing properties
 void CorbaPort.init(Properties prop)
           Initializing properties
 void OutPortConsumer.init(Properties prop)
           Initializing configuration
 void InPortCorbaCdrProvider.init(Properties prop)
           Initializing configuration
 void OutPortCorbaCdrConsumer.init(Properties prop)
           Initializing configuration
 void InPortBase.init(Properties prop)
           Initializing properties
 void OutPortProvider.init(Properties prop)
           Initializing configuration
 void InPortProvider.init(Properties prop)
           Initializing configuration
 void InPortCorbaCdrConsumer.init(Properties prop)
           Initializing configuration
 void OutPortCorbaCdrProvider.init(Properties prop)
           Initializing configuration
 

Constructors in jp.go.aist.rtm.RTC.port with parameters of type Properties
ConnectorBase.ConnectorInfo(java.lang.String name_, java.lang.String id_, java.util.Vector<java.lang.String> ports_, Properties properties_)
           
InPortTcpSockConsumer(java.lang.Class<DataType> DATA_TYPE_CLASS, BufferBase<DataType> buffer, Properties prop)
           
 

Uses of Properties in jp.go.aist.rtm.RTC.port.publisher
 

Methods in jp.go.aist.rtm.RTC.port.publisher with parameters of type Properties
 PublisherBase PublisherFactory.create(InPortConsumer consumer, Properties property)
          Publisherオブジェクトを生成します。指定された引数に応じた適切なPublisher実装の オブジェクトが生成されます。
protected  boolean PublisherPeriodic.createTask(Properties prop)
           Setting Task
protected  boolean PublisherNew.createTask(Properties prop)
           Setting Task
 ReturnCode PublisherFlush.init(Properties prop)
           init
abstract  ReturnCode PublisherBase.init(Properties prop)
           init
 ReturnCode PublisherPeriodic.init(Properties prop)
           Initialization
 ReturnCode PublisherNew.init(Properties prop)
           init
protected  void PublisherPeriodic.setPushPolicy(Properties prop)
           Setting PushPolicy
protected  void PublisherNew.setPushPolicy(Properties prop)
           Setting PushPolicy
 

Uses of Properties in jp.go.aist.rtm.RTC.SDOPackage
 

Fields in jp.go.aist.rtm.RTC.SDOPackage with type parameters of type Properties
protected  java.util.Map<java.lang.String,Properties> Configuration_impl.m_configsetopts
           
 

Uses of Properties in jp.go.aist.rtm.RTC.util
 

Fields in jp.go.aist.rtm.RTC.util declared as Properties
 Properties NVUtil.to_prop.m_prop
           
 

Methods in jp.go.aist.rtm.RTC.util that return Properties
protected  Properties Properties._getNode(java.util.Vector<java.lang.String> keys, int index, Properties curr)
           
 Properties Properties.findNode(java.lang.String key)
           Finds node.
 Properties Properties.getNode(java.lang.String key)
           acquires the Properties object that maintains the value corresponding to the specified key.
 Properties Properties.getRoot()
           Gets the root to an object concerned Properties.
 Properties Properties.hasKey(java.lang.String key)
           examines whether something with the specified key exists in the child node of the Properties object.
 Properties Properties.removeNode(java.lang.String name)
           Separates child node Properties of the specified key from concerned Properties.
static Properties NVUtil.toProperties(NVListHolder nvlist)
           Transform NVList to the properties
 

Methods in jp.go.aist.rtm.RTC.util that return types with arguments of type Properties
 java.util.Vector<Properties> Properties.getLeaf()
           Gets the leaf to an object concerned Properties.
 

Methods in jp.go.aist.rtm.RTC.util with parameters of type Properties
protected  java.io.OutputStream Properties._dump(java.io.OutputStream out, Properties curr, int index)
           
 java.lang.String Properties._dump(java.lang.String out, Properties curr, int index)
           makes the content of Properties a character string.
protected  Properties Properties._getNode(java.util.Vector<java.lang.String> keys, int index, Properties curr)
           
protected  void Properties._propertyNames(java.util.Vector<java.lang.String> names, java.lang.String curr_name, Properties curr)
           
protected  void Properties._store(java.io.OutputStream out, java.lang.String curr_name, Properties curr)
           
static void NVUtil.copyFromProperties(NVListHolder nvlist, Properties prop)
           Copy the properties to NVList
static void NVUtil.copyToProperties(Properties prop, NVListHolder nvlist)
           Copy NVList to the Proeprties
 void Properties.merge(Properties prop)
           merges the specified Properties object with an object concerned Properties.
 void OnAddConfigurationAddCallbackFunc.operator(Properties config_set)
           Operates object
 void OnSetConfigurationSetCallbackFunc.operator(Properties config_set)
           Operates object
 void Properties.substitute(Properties prop)
           copies the Properties object.
 

Constructors in jp.go.aist.rtm.RTC.util with parameters of type Properties
Properties(Properties prop)
           Cpoy constructor