Uses of Interface
laas.openrobots.ontology.service.IService
Packages that use IService
Package
Description
Provides external connectors to communicate with the server.
This package stores all the classes related to service declaration.
A service is: a method tagged with the
A service is: a method tagged with the
RPCMethod
annotation...-
Uses of IService in laas.openrobots.ontology.connectors
Method parameters in laas.openrobots.ontology.connectors with type arguments of type IServiceModifier and TypeMethodDescriptionvoid
IConnector.refreshServiceList
(Map<String, IService> registredServices) void
SocketConnector.refreshServiceList
(Map<String, IService> registredServices) Constructor parameters in laas.openrobots.ontology.connectors with type arguments of type IServiceModifierConstructorDescriptionSocketConnector
(Properties params, HashMap<String, IService> registredServices, OroServer server) -
Uses of IService in laas.openrobots.ontology.service
Classes in laas.openrobots.ontology.service that implement IServiceMethods in laas.openrobots.ontology.service with parameters of type IService