Uses of Class
jp.go.aist.rtm.RTC.FactoryGlobal

Packages that use FactoryGlobal
jp.go.aist.rtm.RTC   
jp.go.aist.rtm.RTC.executionContext   
 

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

Subclasses of FactoryGlobal in jp.go.aist.rtm.RTC
 class BufferFactory<ABSTRACTCLASS,IDENTIFIER>
           This class is a factory for CdrBuffer.
 class InPortConsumerFactory<ABSTRACTCLASS,IDENTIFIER>
           Implement of factory for InPortConsumer
 class InPortProviderFactory<ABSTRACTCLASS,IDENTIFIER>
           Implement of factory for InPortProvider
 class LocalServiceFactory<ABSTRACTCLASS,IDENTIFIER>
           This class is a factory for LocalService.
 class OutPortConsumerFactory<ABSTRACTCLASS,IDENTIFIER>
           Implement of factory for OutPortConsumer
 class OutPortProviderFactory<ABSTRACTCLASS,IDENTIFIER>
           Implement of factory for OutPortProvider
 class PeriodicTaskFactory<ABSTRACTCLASS,IDENTIFIER>
           Implement of factory for PeriodicTask
 class PublisherBaseFactory<ABSTRACTCLASS,IDENTIFIER>
           Implement of factory for Publisher
 class SdoServiceConsumerFactory<ABSTRACTCLASS,IDENTIFIER>
           Implement of factory for SdoServiceConsumer
 class SdoServiceProviderFactory<ABSTRACTCLASS,IDENTIFIER>
           Implement of factory for SdoServiceProvider
 

Methods in jp.go.aist.rtm.RTC that return FactoryGlobal
static FactoryGlobal FactoryGlobal.instance()
           Creates FactoryGlobal.
 

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

Subclasses of FactoryGlobal in jp.go.aist.rtm.RTC.executionContext
 class ExecutionContextFactory<ABSTRACTCLASS,IDENTIFIER>
           Implement of factory for ExecutionContext