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

    Fields
    Modifier and Type
    Field
    Description
    protected org.jboss.threads.EnhancedQueueExecutor
     
    protected org.jboss.threads.EnhancedQueueExecutor.Builder
     

    Fields inherited from interface org.jboss.msc.service.Service

    NULL
  • Constructor Summary

    Constructors
    Constructor
    Description
    EnhancedQueueExecutorService(org.jboss.threads.EnhancedQueueExecutor.Builder executorBuilder)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.jboss.threads.EnhancedQueueExecutor
     
    void
    start(org.jboss.msc.service.StartContext context)
     
    void
    stop(org.jboss.msc.service.StopContext context)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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:
      start in interface org.jboss.msc.Service
    • stop

      public void stop(org.jboss.msc.service.StopContext context)
      Specified by:
      stop in interface org.jboss.msc.Service
    • getValue

      public org.jboss.threads.EnhancedQueueExecutor getValue() throws IllegalStateException, IllegalArgumentException
      Specified by:
      getValue in interface org.jboss.msc.value.Value<org.jboss.threads.EnhancedQueueExecutor>
      Throws:
      IllegalStateException
      IllegalArgumentException