Uses of Class
org.serviceconnector.api.srv.SrvService
Packages that use SrvService
-
Uses of SrvService in org.serviceconnector.api.srv
Subclasses of SrvService in org.serviceconnector.api.srvModifier and TypeClassDescriptionclassThe Class SrvPublishService.classThe Class SrvSessionService.Methods in org.serviceconnector.api.srv that return SrvServiceModifier and TypeMethodDescriptionSrvServiceRegistry.getSrvService(String key) Gets the server service.SrvServiceRegistry.removeSrvService(String key) Removes the server service.Methods in org.serviceconnector.api.srv with parameters of type SrvServiceModifier and TypeMethodDescriptionvoidSrvServiceRegistry.addSrvService(String key, SrvService srvService) Adds the server service. -
Uses of SrvService in org.serviceconnector.cmd.srv
Methods in org.serviceconnector.cmd.srv that return SrvServiceModifier and TypeMethodDescriptionprotected SrvServiceSrvCommandAdapter.getSrvServiceByServiceName(String serviceName) Gets the srv service by service name.