Uses of Class
org.opencastproject.serviceregistry.api.UndispatchableJobException
Packages that use UndispatchableJobException
Package
Description
Service implementation classes
-
Uses of UndispatchableJobException in org.opencastproject.job.api
Methods in org.opencastproject.job.api that throw UndispatchableJobExceptionModifier and TypeMethodDescriptionbooleanAbstractJobProducer.isReadyToAccept(Job job) Whether the job can be accepted.booleanJobProducer.isReadyToAccept(Job job) Whether the job can be accepted. -
Uses of UndispatchableJobException in org.opencastproject.serviceregistry.api
Methods in org.opencastproject.serviceregistry.api that throw UndispatchableJobExceptionModifier and TypeMethodDescriptionprotected booleanServiceRegistryInMemoryImpl.dispatchJob(Job job) Dispatches the job to the least loaded service or throws aServiceUnavailableExceptionif there is no such service.