Uses of Enum Class
org.opencastproject.serviceregistry.api.ServiceState
Packages that use ServiceState
Package
Description
Service implementation classes
-
Uses of ServiceState in org.opencastproject.index.service.resources.list.api
Methods in org.opencastproject.index.service.resources.list.api with parameters of type ServiceState -
Uses of ServiceState in org.opencastproject.serviceregistry.api
Fields in org.opencastproject.serviceregistry.api declared as ServiceStateMethods in org.opencastproject.serviceregistry.api that return ServiceStateModifier and TypeMethodDescriptionJaxbServiceRegistration.getServiceState()Gets the current state of the serviceServiceRegistration.getServiceState()Gets the current state of the serviceServiceRegistrationInMemoryImpl.getServiceState()static ServiceStateReturns the enum constant of this class with the specified name.static ServiceState[]ServiceState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.opencastproject.serviceregistry.api with parameters of type ServiceStateModifier and TypeMethodDescriptionvoidJaxbServiceRegistration.setServiceState(ServiceState state) Sets the current state of the service.voidJaxbServiceRegistration.setServiceState(ServiceState state, int triggerJobSignature) Sets the current state of the service and the trigger Job. -
Uses of ServiceState in org.opencastproject.serviceregistry.impl.jpa
Methods in org.opencastproject.serviceregistry.impl.jpa that return ServiceStateMethods in org.opencastproject.serviceregistry.impl.jpa with parameters of type ServiceStateModifier and TypeMethodDescriptionvoidServiceRegistrationJpaImpl.setServiceState(ServiceState serviceState) voidServiceRegistrationJpaImpl.setServiceState(ServiceState state, int triggerJobSignature)