java.io.Serializable, IdMetaData, MappableMetaData, WithDescriptionspublic class ConnectionFactoryMetaData extends NamedMetaDataWithDescriptions
| Modifier and Type | Field | Description |
|---|---|---|
static int |
DEFAULT_MAX_POOL_SIZE |
|
static int |
DEFAULT_MIN_POOL_SIZE |
|
static TransactionSupportType |
DEFAULT_TRANSACTION_SUPPORT |
| Constructor | Description |
|---|---|
ConnectionFactoryMetaData() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getInterfaceName() |
|
int |
getMaxPoolSize() |
|
int |
getMinPoolSize() |
|
PropertiesMetaData |
getProperties() |
|
java.lang.String |
getResourceAdapter() |
|
TransactionSupportType |
getTransactionSupport() |
|
void |
setInterfaceName(java.lang.String interfaceName) |
|
void |
setMaxPoolSize(int maxPoolSize) |
|
void |
setMinPoolSize(int minPoolSize) |
|
void |
setProperties(PropertiesMetaData properties) |
|
void |
setResourceAdapter(java.lang.String resourceAdapter) |
|
void |
setTransactionSupport(TransactionSupportType transactionSupport) |
clone, getId, setIdgetKeyequals, getKey, getName, hashCode, setName, toStringgetDescriptions, setDescriptionspublic static final TransactionSupportType DEFAULT_TRANSACTION_SUPPORT
public static final int DEFAULT_MAX_POOL_SIZE
public static final int DEFAULT_MIN_POOL_SIZE
public java.lang.String getInterfaceName()
public void setInterfaceName(java.lang.String interfaceName)
throws java.lang.IllegalArgumentException
interfaceName - java.lang.IllegalArgumentException - if arg is nullpublic java.lang.String getResourceAdapter()
public void setResourceAdapter(java.lang.String resourceAdapter)
throws java.lang.IllegalArgumentException
resourceAdapter - java.lang.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.