Uses of Class
org.opencastproject.serviceregistry.impl.jpa.HostRegistrationJpaImpl
Packages that use HostRegistrationJpaImpl
-
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.