org.opennms.netmgt.utils
Class RunnableConsumerThreadPoolFactoryBean
java.lang.Object
org.opennms.netmgt.utils.RunnableConsumerThreadPoolFactoryBean
- All Implemented Interfaces:
- org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean
public class RunnableConsumerThreadPoolFactoryBean
- extends Object
- implements org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean
- Author:
- Mathew Brozowski
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RunnableConsumerThreadPoolFactoryBean
public RunnableConsumerThreadPoolFactoryBean()
getObject
public Object getObject()
throws Exception
- Specified by:
getObject in interface org.springframework.beans.factory.FactoryBean
- Throws:
Exception
getObjectType
public Class getObjectType()
- Specified by:
getObjectType in interface org.springframework.beans.factory.FactoryBean
isSingleton
public boolean isSingleton()
- Specified by:
isSingleton in interface org.springframework.beans.factory.FactoryBean
afterPropertiesSet
public void afterPropertiesSet()
throws Exception
- Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
- Throws:
Exception
getName
public String getName()
setName
public void setName(String name)
getLowMark
public float getLowMark()
setLowMark
public void setLowMark(float lowMark)
getHighMark
public float getHighMark()
setHighMark
public void setHighMark(float highMark)
getMaxThreads
public int getMaxThreads()
setMaxThreads
public void setMaxThreads(int maxThreads)
Copyright © 2009. All Rights Reserved.