net.therore.concurrent
Interface SelfTuningExecutorServiceMBean

All Known Implementing Classes:
SelfTuningExecutorService

public interface SelfTuningExecutorServiceMBean


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

Method Detail

getName

String getName()

getQueueSize

int getQueueSize()

getInitPoolSize

int getInitPoolSize()

getCorePoolSize

int getCorePoolSize()

getMaximumPoolSize

int getMaximumPoolSize()

getPriority

int getPriority()

getActiveCount

int getActiveCount()

getTotalExecutions

int getTotalExecutions()

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.