public class ConnectionFactoryMetaData extends NamedMetaDataWithDescriptions
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_MAX_POOL_SIZE |
static int |
DEFAULT_MIN_POOL_SIZE |
static TransactionSupportType |
DEFAULT_TRANSACTION_SUPPORT |
Constructor and Description |
---|
ConnectionFactoryMetaData() |
Modifier and Type | Method and Description |
---|---|
String |
getInterfaceName() |
int |
getMaxPoolSize() |
int |
getMinPoolSize() |
PropertiesMetaData |
getProperties() |
String |
getResourceAdapter() |
TransactionSupportType |
getTransactionSupport() |
void |
setInterfaceName(String interfaceName) |
void |
setMaxPoolSize(int maxPoolSize) |
void |
setMinPoolSize(int minPoolSize) |
void |
setProperties(PropertiesMetaData properties) |
void |
setResourceAdapter(String resourceAdapter) |
void |
setTransactionSupport(TransactionSupportType transactionSupport) |
getDescriptions, setDescriptions
equals, getKey, getName, hashCode, setName, toString
clone, getId, setId
finalize, getClass, notify, notifyAll, wait, wait, wait
getKey
public static final TransactionSupportType DEFAULT_TRANSACTION_SUPPORT
public static final int DEFAULT_MAX_POOL_SIZE
public static final int DEFAULT_MIN_POOL_SIZE
public String getInterfaceName()
public void setInterfaceName(String interfaceName) throws IllegalArgumentException
interfaceName
- IllegalArgumentException
- if arg is nullpublic String getResourceAdapter()
public void setResourceAdapter(String resourceAdapter) throws IllegalArgumentException
resourceAdapter
- IllegalArgumentException
- if arg is nullpublic int getMaxPoolSize()
public void setMaxPoolSize(int maxPoolSize)
maxPoolSize
- public int getMinPoolSize()
public void setMinPoolSize(int minPoolSize)
minPoolSize
- public TransactionSupportType getTransactionSupport()
public void setTransactionSupport(TransactionSupportType transactionSupport)
transactionSupport
- public PropertiesMetaData getProperties()
public void setProperties(PropertiesMetaData properties)
properties
- Copyright © 2018 JBoss by Red Hat. All rights reserved.