com.atlassian.bamboo.event.spi
Class BambooEventThreadPoolConfiguration

java.lang.Object
  extended by com.atlassian.bamboo.event.spi.BambooEventThreadPoolConfiguration
All Implemented Interfaces:
com.atlassian.event.config.EventThreadPoolConfiguration

public class BambooEventThreadPoolConfiguration
extends java.lang.Object
implements com.atlassian.event.config.EventThreadPoolConfiguration


Constructor Summary
BambooEventThreadPoolConfiguration()
           
 
Method Summary
 int getCorePoolSize()
           
 long getKeepAliveTime()
           
 int getMaximumPoolSize()
           
 java.util.concurrent.TimeUnit getTimeUnit()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BambooEventThreadPoolConfiguration

public BambooEventThreadPoolConfiguration()
Method Detail

getCorePoolSize

public int getCorePoolSize()
Specified by:
getCorePoolSize in interface com.atlassian.event.config.EventThreadPoolConfiguration

getMaximumPoolSize

public int getMaximumPoolSize()
Specified by:
getMaximumPoolSize in interface com.atlassian.event.config.EventThreadPoolConfiguration

getKeepAliveTime

public long getKeepAliveTime()
Specified by:
getKeepAliveTime in interface com.atlassian.event.config.EventThreadPoolConfiguration

getTimeUnit

public java.util.concurrent.TimeUnit getTimeUnit()
Specified by:
getTimeUnit in interface com.atlassian.event.config.EventThreadPoolConfiguration


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.