Uses of Class
org.serviceconnector.service.Service
Packages that use Service
Package
Description
-
Uses of Service in org.serviceconnector.cmd.sc
Methods in org.serviceconnector.cmd.sc that return ServiceModifier and TypeMethodDescriptionprotected ServiceCommandAdapter.getService(String serviceName) Gets the service.Methods in org.serviceconnector.cmd.sc with parameters of type ServiceModifier and TypeMethodDescriptionprotected PublishServiceCommandAdapter.validatePublishService(Service service) Validate publish service. -
Uses of Service in org.serviceconnector.registry
Methods in org.serviceconnector.registry that return ServiceModifier and TypeMethodDescriptionServiceRegistry.getService(String key) Gets the service.Service[]ServiceRegistry.getServices()Gets the services.ServiceRegistry.removeService(String key) Removes the service.Methods in org.serviceconnector.registry with parameters of type ServiceModifier and TypeMethodDescriptionvoidServiceRegistry.addService(String key, Service service) Adds the service.voidServiceRegistry.removeService(Service service) Removes the service. -
Uses of Service in org.serviceconnector.service
Subclasses of Service in org.serviceconnector.serviceModifier and TypeClassDescriptionclassclassclassThe Class CascadedFileService.classThe Class CascadedPublishService.classThe Class CascadedSessionService.classThe Class PublishService.classThe Class PublishService.classThe Class SessionService.classThe Class StatefulService.Methods in org.serviceconnector.service that return ServiceMethods in org.serviceconnector.service with parameters of type ServiceModifier and TypeMethodDescriptionvoidAbstractSession.setService(Service service) Sets the service. -
Uses of Service in org.serviceconnector.web.xml
Methods in org.serviceconnector.web.xml with parameters of type ServiceModifier and TypeMethodDescriptionprotected SCClientAbstractXMLLoader.connectClientToService(Service service) Connect client to service.