className, classpath, constructor, factoryName, id, jar, properties, provider, type| Constructor and Description |
|---|
JmsConnectionFactoryBuilder() |
equals, getAliases, getJndi, hashCode, setJndigetClassName, getClasspath, getConstructor, getFactoryName, getId, getJar, getProvider, getType, setClassName, setClasspath, setConstructor, setFactoryName, setId, setJar, setProvider, setTypepublic JmsConnectionFactoryBuilder id(String id)
public JmsConnectionFactoryBuilder withResourceAdapter(String resourceAdapter)
public void setResourceAdapter(String resourceAdapter)
public String getResourceAdapter()
public JmsConnectionFactoryBuilder withTransactionSupport(String transactionSupport)
public void setTransactionSupport(String transactionSupport)
public String getTransactionSupport()
public JmsConnectionFactoryBuilder withPoolMaxSize(int poolMaxSize)
public void setPoolMaxSize(int poolMaxSize)
public int getPoolMaxSize()
public JmsConnectionFactoryBuilder withPoolMinSize(int poolMinSize)
public void setPoolMinSize(int poolMinSize)
public int getPoolMinSize()
public JmsConnectionFactoryBuilder withConnectionMaxWaitTime(Duration connectionMaxWaitTime)
public void setConnectionMaxWaitTime(Duration connectionMaxWaitTime)
public Duration getConnectionMaxWaitTime()
public JmsConnectionFactoryBuilder withConnectionMaxWaitTime(long time, TimeUnit unit)
public void setConnectionMaxWaitTime(long time,
TimeUnit unit)
public JmsConnectionFactoryBuilder withConnectionMaxIdleTime(Duration connectionMaxIdleTime)
public void setConnectionMaxIdleTime(Duration connectionMaxIdleTime)
public Duration getConnectionMaxIdleTime()
public JmsConnectionFactoryBuilder withConnectionMaxIdleTime(long time, TimeUnit unit)
public void setConnectionMaxIdleTime(long time,
TimeUnit unit)
public Properties getProperties()
AbstractServiceset method for the properties property.
For example, to add a new value, do as follows:
getProperties().setProperty(key, value);
getProperties in interface ServicegetProperties in class AbstractServiceCopyright © 1999–2014 The Apache Software Foundation. All rights reserved.