com.atlassian.event.internal
Class EventThreadPoolConfigurationImpl

java.lang.Object
  extended by com.atlassian.event.internal.EventThreadPoolConfigurationImpl
All Implemented Interfaces:
EventThreadPoolConfiguration

public class EventThreadPoolConfigurationImpl
extends java.lang.Object
implements EventThreadPoolConfiguration


Constructor Summary
EventThreadPoolConfigurationImpl()
           
 
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

EventThreadPoolConfigurationImpl

public EventThreadPoolConfigurationImpl()
Method Detail

getCorePoolSize

public int getCorePoolSize()
Specified by:
getCorePoolSize in interface EventThreadPoolConfiguration

getMaximumPoolSize

public int getMaximumPoolSize()
Specified by:
getMaximumPoolSize in interface EventThreadPoolConfiguration

getKeepAliveTime

public long getKeepAliveTime()
Specified by:
getKeepAliveTime in interface EventThreadPoolConfiguration

getTimeUnit

public java.util.concurrent.TimeUnit getTimeUnit()
Specified by:
getTimeUnit in interface EventThreadPoolConfiguration


Copyright © 2006-2013 Atlassian. All Rights Reserved.