Uses of Class
com.jk.services.server.commons.models.ServiceInfo
Packages that use ServiceInfo
-
Uses of ServiceInfo in com.jk.services.server.commons.models
Methods in com.jk.services.server.commons.models that return types with arguments of type ServiceInfoModifier and TypeMethodDescriptionServiceServerInfo.getServices()
This method retrieves the list of service information objects representing the service hosted on the service server.Methods in com.jk.services.server.commons.models with parameters of type ServiceInfoModifier and TypeMethodDescriptionvoid
ServiceServerInfo.addService
(ServiceInfo serverInfo) This method adds a service to the list of service information objects representing the service hosted on the service server.Method parameters in com.jk.services.server.commons.models with type arguments of type ServiceInfoModifier and TypeMethodDescriptionvoid
ServiceServerInfo.setServices
(List<ServiceInfo> services) This method sets the list of service information objects representing the service hosted on the service server to the provided list.