Class UnsupportedThreadBoundExecutor<T extends org.elasticsoftware.elasticactors.util.concurrent.ThreadBoundEvent<?>>
- java.lang.Object
-
- org.elasticsoftware.elasticactors.test.cluster.UnsupportedThreadBoundExecutor<T>
-
- 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 Summary
Constructors Constructor Description UnsupportedThreadBoundExecutor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(T runnable)intgetThreadCount()voidinit()voidshutdown()
-
-
-
Method Detail
-
execute
public void execute(T runnable)
- Specified by:
executein interfaceorg.elasticsoftware.elasticactors.util.concurrent.ThreadBoundExecutor<T extends org.elasticsoftware.elasticactors.util.concurrent.ThreadBoundEvent<?>>
-
shutdown
public void shutdown()
- Specified by:
shutdownin interfaceorg.elasticsoftware.elasticactors.util.concurrent.ThreadBoundExecutor<T extends org.elasticsoftware.elasticactors.util.concurrent.ThreadBoundEvent<?>>
-
getThreadCount
public int getThreadCount()
- Specified by:
getThreadCountin interfaceorg.elasticsoftware.elasticactors.util.concurrent.ThreadBoundExecutor<T extends org.elasticsoftware.elasticactors.util.concurrent.ThreadBoundEvent<?>>
-
init
public void init()
- Specified by:
initin interfaceorg.elasticsoftware.elasticactors.util.concurrent.ThreadBoundExecutor<T extends org.elasticsoftware.elasticactors.util.concurrent.ThreadBoundEvent<?>>
-
-