com.atlassian.event.config
Interface EventThreadPoolConfiguration

All Known Implementing Classes:
EventThreadPoolConfigurationImpl

public interface EventThreadPoolConfiguration

A configuration object for thread pools used by asynchronous event dispatchers


Method Summary
 int getCorePoolSize()
           
 long getKeepAliveTime()
           
 int getMaximumPoolSize()
           
 java.util.concurrent.TimeUnit getTimeUnit()
           
 

Method Detail

getCorePoolSize

int getCorePoolSize()

getMaximumPoolSize

int getMaximumPoolSize()

getKeepAliveTime

long getKeepAliveTime()

getTimeUnit

java.util.concurrent.TimeUnit getTimeUnit()


Copyright © 2006-2010 Atlassian. All Rights Reserved.