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 TypeMethodDescriptionvoidIConnector.refreshServiceList(Map<String, IService> registredServices) voidSocketConnector.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 IServiceSubinterfaces with type arguments of type IService in laas.openrobots.ontology.serviceMethods in laas.openrobots.ontology.service with parameters of type IService