Uses of Enum Class
org.opencastproject.serviceregistry.api.ServiceState
Packages that use 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.