Uses of Interface
laas.openrobots.ontology.service.IService
-
Packages that use IService Package Description laas.openrobots.ontology.connectors Provides external connectors to communicate with the server.laas.openrobots.ontology.service This package stores all the classes related to service declaration.
A service is: a method tagged with theRPCMethod
annotation... -
-
Uses of IService in laas.openrobots.ontology.connectors
Method parameters in laas.openrobots.ontology.connectors with type arguments of type IService Modifier and Type Method Description void
IConnector. refreshServiceList(java.util.Map<java.lang.String,IService> registredServices)
void
SocketConnector. refreshServiceList(java.util.Map<java.lang.String,IService> registredServices)
Constructor parameters in laas.openrobots.ontology.connectors with type arguments of type IService Constructor Description SocketConnector(java.util.Properties params, java.util.HashMap<java.lang.String,IService> registredServices, OroServer server)
-
Uses of IService in laas.openrobots.ontology.service
Classes in laas.openrobots.ontology.service that implement IService Modifier and Type Class Description class
ServiceImpl
Methods in laas.openrobots.ontology.service with parameters of type IService Modifier and Type Method Description int
ServiceImpl. compareTo(IService arg)
-