Uses of Interface
org.opencastproject.serviceregistry.api.ServiceRegistration
Packages that use ServiceRegistration
-
Uses of ServiceRegistration in org.opencastproject.serviceregistry.api
Classes in org.opencastproject.serviceregistry.api that implement ServiceRegistrationModifier and TypeClassDescriptionclassA record of a service that creates and manages receipts.classSimple implementation of a service registration.Methods in org.opencastproject.serviceregistry.api that return ServiceRegistrationModifier and TypeMethodDescriptionJaxbServiceStatistics.getServiceRegistration()The service for which these statistics applyServiceRegistry.getServiceRegistration(String serviceType, String host) Finds a single service registration by host and type, even if the service is offline or in maintenance mode.ServiceRegistryInMemoryImpl.getServiceRegistration(String serviceType, String host) Finds a single service registration by host and type, even if the service is offline or in maintenance mode.ServiceStatistics.getServiceRegistration()The service for which these statistics applyServiceRegistry.registerService(String serviceType, String host, String path) Registers a host to handle a specific type of jobServiceRegistry.registerService(String serviceType, String host, String path, boolean jobProducer) Registers a host to handle a specific type of jobServiceRegistryInMemoryImpl.registerService(String serviceType, String host, String path) Registers a host to handle a specific type of jobServiceRegistryInMemoryImpl.registerService(String serviceType, String host, String path, boolean jobProducer) Registers a host to handle a specific type of jobServiceRegistryInMemoryImpl.registerService(JobProducer localService) Method to register locally running services.ServiceRegistryInMemoryImpl.registerService(JobProducer localService, float maxLoad) Method to register locally running services.Methods in org.opencastproject.serviceregistry.api that return types with arguments of type ServiceRegistrationModifier and TypeMethodDescriptionServiceRegistry.getServiceRegistrations()Finds all service registrations, including offline services and those in maintenance mode.ServiceRegistryInMemoryImpl.getServiceRegistrations()Finds all service registrations, including offline services and those in maintenance mode.ServiceRegistry.getServiceRegistrationsByHost(String host) Finds the service registrations on the given host, including offline services and those in maintenance mode.ServiceRegistryInMemoryImpl.getServiceRegistrationsByHost(String host) Finds the service registrations on the given host, including offline services and those in maintenance mode.ServiceRegistry.getServiceRegistrationsByLoad(String serviceType) Finds the service registrations for this kind of job, ordered by load (lightest to heaviest).ServiceRegistryInMemoryImpl.getServiceRegistrationsByLoad(String serviceType) Finds the service registrations for this kind of job, ordered by load (lightest to heaviest).ServiceRegistry.getServiceRegistrationsByType(String serviceType) Finds the service registrations for this kind of job, including offline services and those in maintenance mode.ServiceRegistryInMemoryImpl.getServiceRegistrationsByType(String serviceType) Finds the service registrations for this kind of job, including offline services and those in maintenance mode.Methods in org.opencastproject.serviceregistry.api with parameters of type ServiceRegistrationModifier and TypeMethodDescriptionvoidJaxbServiceRegistrationList.add(ServiceRegistration registration) Constructors in org.opencastproject.serviceregistry.api with parameters of type ServiceRegistrationModifierConstructorDescriptionJaxbServiceRegistration(ServiceRegistration serviceRegistration) Creates a new JAXB annotated service registration based on an existing service registrationJaxbServiceStatistics(ServiceRegistration serviceRegistration) Constructs a new service statistics instance without statistics.