Class EnhancedQueueExecutorService
java.lang.Object
org.operaton.bpm.container.impl.jboss.extension.handler.EnhancedQueueExecutorService
- All Implemented Interfaces:
org.jboss.msc.Service,org.jboss.msc.service.Service<org.jboss.threads.EnhancedQueueExecutor>,org.jboss.msc.value.Value<org.jboss.threads.EnhancedQueueExecutor>
public class EnhancedQueueExecutorService
extends Object
implements org.jboss.msc.service.Service<org.jboss.threads.EnhancedQueueExecutor>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.jboss.threads.EnhancedQueueExecutorprotected org.jboss.threads.EnhancedQueueExecutor.BuilderFields inherited from interface org.jboss.msc.service.Service
NULL -
Constructor Summary
ConstructorsConstructorDescriptionEnhancedQueueExecutorService(org.jboss.threads.EnhancedQueueExecutor.Builder executorBuilder) -
Method Summary
-
Field Details
-
executorBuilder
protected org.jboss.threads.EnhancedQueueExecutor.Builder executorBuilder -
executor
protected org.jboss.threads.EnhancedQueueExecutor executor
-
-
Constructor Details
-
EnhancedQueueExecutorService
public EnhancedQueueExecutorService(org.jboss.threads.EnhancedQueueExecutor.Builder executorBuilder)
-
-
Method Details
-
start
public void start(org.jboss.msc.service.StartContext context) - Specified by:
startin interfaceorg.jboss.msc.Service
-
stop
public void stop(org.jboss.msc.service.StopContext context) - Specified by:
stopin interfaceorg.jboss.msc.Service
-
getValue
public org.jboss.threads.EnhancedQueueExecutor getValue() throws IllegalStateException, IllegalArgumentException- Specified by:
getValuein interfaceorg.jboss.msc.value.Value<org.jboss.threads.EnhancedQueueExecutor>- Throws:
IllegalStateExceptionIllegalArgumentException
-