net.therore.concurrent
Interface SelfTuningExecutorServiceMBean

All Known Implementing Classes:
SelfTuningExecutorService

public interface SelfTuningExecutorServiceMBean


Method Summary
 int getActiveCount()
           
 int getCorePoolSize()
           
 int getMaximumPoolSize()
           
 int getPoolSize()
           
 int getPriority()
           
 int getQueueSize()
           
 double getThroughput()
           
 boolean isShutdown()
           
 boolean isTerminated()
           
 boolean isTerminating()
           
 void shutdown()
           
 List<Runnable> shutdownNow()
           
 

Method Detail

getQueueSize

int getQueueSize()

getCorePoolSize

int getCorePoolSize()

getMaximumPoolSize

int getMaximumPoolSize()

getPriority

int getPriority()

getActiveCount

int getActiveCount()

getPoolSize

int getPoolSize()

getThroughput

double getThroughput()

shutdown

void shutdown()

shutdownNow

List<Runnable> shutdownNow()

isShutdown

boolean isShutdown()

isTerminated

boolean isTerminated()

isTerminating

boolean isTerminating()

Copyright 2014 Alfredo Diaz (therore.net)

Copyright © 2014. All rights reserved.