Uses of Class
org.opencastproject.serviceregistry.impl.jpa.HostRegistrationJpaImpl
Packages that use HostRegistrationJpaImpl
Package
Description
-
Uses of HostRegistrationJpaImpl in org.opencastproject.serviceregistry.impl
Methods in org.opencastproject.serviceregistry.impl that return types with arguments of type HostRegistrationJpaImplModifier and TypeMethodDescriptionprotected Function<javax.persistence.EntityManager, Optional<HostRegistrationJpaImpl>> ServiceRegistryJpaImpl.fetchHostRegistrationQuery(String host) Fetches a host registration from persistence. -
Uses of HostRegistrationJpaImpl in org.opencastproject.serviceregistry.impl.jpa
Methods in org.opencastproject.serviceregistry.impl.jpa that return HostRegistrationJpaImplModifier and TypeMethodDescriptionServiceRegistrationJpaImpl.getHostRegistration()Gets the associatedHostRegistrationJpaImplMethods in org.opencastproject.serviceregistry.impl.jpa with parameters of type HostRegistrationJpaImplModifier and TypeMethodDescriptionvoidServiceRegistrationJpaImpl.setHostRegistration(HostRegistrationJpaImpl hostRegistration) Constructors in org.opencastproject.serviceregistry.impl.jpa with parameters of type HostRegistrationJpaImplModifierConstructorDescriptionServiceRegistrationJpaImpl(HostRegistrationJpaImpl hostRegistration, String serviceType, String path) Creates a new service registration which is onlineServiceRegistrationJpaImpl(HostRegistrationJpaImpl hostRegistration, String serviceType, String path, boolean jobProducer) Creates a new service registration which is online and not in maintenance mode.