Class UnsupportedThreadBoundExecutor<T extends org.elasticsoftware.elasticactors.util.concurrent.ThreadBoundEvent<?>>

  • All Implemented Interfaces:
    org.elasticsoftware.elasticactors.util.concurrent.ThreadBoundExecutor<T>

    public final class UnsupportedThreadBoundExecutor<T extends org.elasticsoftware.elasticactors.util.concurrent.ThreadBoundEvent<?>>
    extends Object
    implements org.elasticsoftware.elasticactors.util.concurrent.ThreadBoundExecutor<T>
    • Constructor Detail

      • UnsupportedThreadBoundExecutor

        public UnsupportedThreadBoundExecutor()
    • Method Detail

      • execute

        public void execute​(T runnable)
        Specified by:
        execute in interface org.elasticsoftware.elasticactors.util.concurrent.ThreadBoundExecutor<T extends org.elasticsoftware.elasticactors.util.concurrent.ThreadBoundEvent<?>>
      • shutdown

        public void shutdown()
        Specified by:
        shutdown in interface org.elasticsoftware.elasticactors.util.concurrent.ThreadBoundExecutor<T extends org.elasticsoftware.elasticactors.util.concurrent.ThreadBoundEvent<?>>
      • getThreadCount

        public int getThreadCount()
        Specified by:
        getThreadCount in interface org.elasticsoftware.elasticactors.util.concurrent.ThreadBoundExecutor<T extends org.elasticsoftware.elasticactors.util.concurrent.ThreadBoundEvent<?>>
      • init

        public void init()
        Specified by:
        init in interface org.elasticsoftware.elasticactors.util.concurrent.ThreadBoundExecutor<T extends org.elasticsoftware.elasticactors.util.concurrent.ThreadBoundEvent<?>>