Uses of Class
org.ros.internal.node.service.ServiceManager
Packages that use ServiceManager
Package
Description
Provides internal classes for servers.
Provides internal classes for working with services.
Provides internal classes for implementing TCPROS.
-
Uses of ServiceManager in org.ros.internal.node.server
Constructors in org.ros.internal.node.server with parameters of type ServiceManagerModifierConstructorDescriptionSlaveServer(GraphName nodeName, BindAddress tcpRosBindAddress, AdvertiseAddress tcpRosAdvertiseAddress, BindAddress xmlRpcBindAddress, AdvertiseAddress xmlRpcAdvertiseAddress, MasterClient master, TopicParticipantManager topicParticipantManager, ServiceManager serviceManager, ParameterManager parameterManager, ScheduledExecutorService executorService) -
Uses of ServiceManager in org.ros.internal.node.service
Constructors in org.ros.internal.node.service with parameters of type ServiceManagerModifierConstructorDescriptionServiceFactory(GraphName nodeName, SlaveServer slaveServer, ServiceManager serviceManager, ScheduledExecutorService executorService) -
Uses of ServiceManager in org.ros.internal.transport.tcp
Constructors in org.ros.internal.transport.tcp with parameters of type ServiceManagerModifierConstructorDescriptionTcpRosServer(BindAddress bindAddress, AdvertiseAddress advertiseAddress, TopicParticipantManager topicParticipantManager, ServiceManager serviceManager, ScheduledExecutorService executorService) TcpServerHandshakeHandler(TopicParticipantManager topicParticipantManager, ServiceManager serviceManager) TcpServerPipelineFactory(org.jboss.netty.channel.group.ChannelGroup channelGroup, TopicParticipantManager topicParticipantManager, ServiceManager serviceManager)