public class JMSConnectionFactoryMetaData extends NamedMetaDataWithDescriptions
| Modifier and Type | Field and Description |
|---|---|
static String |
CONNECTION_FACTORY_INTERFACE_NAME |
static String |
DEFAULT_INTERFACE_NAME |
static int |
DEFAULT_MAX_POOL_SIZE |
static int |
DEFAULT_MIN_POOL_SIZE |
static boolean |
DEFAULT_TRANSACTIONAL |
static String |
QUEUE_CONNECTION_FACTORY_INTERFACE_NAME |
static String |
TOPIC_CONNECTION_FACTORY_INTERFACE_NAME |
| Constructor and Description |
|---|
JMSConnectionFactoryMetaData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName() |
String |
getClientId() |
String |
getInterfaceName() |
int |
getMaxPoolSize() |
int |
getMinPoolSize() |
String |
getPassword() |
PropertiesMetaData |
getProperties() |
String |
getResourceAdapter() |
boolean |
getTransactional() |
String |
getUser() |
boolean |
isTransactional() |
void |
setClassName(String className) |
void |
setClientId(String clientId) |
void |
setInterfaceName(String interfaceName) |
void |
setMaxPoolSize(int maxPoolSize) |
void |
setMinPoolSize(int minPoolSize) |
void |
setPassword(String password) |
void |
setProperties(PropertiesMetaData properties) |
void |
setResourceAdapter(String resourceAdapter) |
void |
setTransactional(boolean transactional) |
void |
setUser(String user) |
getDescriptions, setDescriptionsequals, getKey, getName, hashCode, setName, toStringclone, getId, setIdfinalize, getClass, notify, notifyAll, wait, wait, waitgetKeypublic static final boolean DEFAULT_TRANSACTIONAL
public static final int DEFAULT_MAX_POOL_SIZE
public static final int DEFAULT_MIN_POOL_SIZE
public static final String CONNECTION_FACTORY_INTERFACE_NAME
public static final String QUEUE_CONNECTION_FACTORY_INTERFACE_NAME
public static final String TOPIC_CONNECTION_FACTORY_INTERFACE_NAME
public static final String DEFAULT_INTERFACE_NAME
public String getClassName()
public void setClassName(String className)
className - public String getInterfaceName()
public void setInterfaceName(String interfaceName) throws IllegalArgumentException
interfaceName - IllegalArgumentException - if arg is null or unsupportedpublic String getResourceAdapter()
public void setResourceAdapter(String resourceAdapter)
resourceAdapter - public String getUser()
public void setUser(String user)
user - public String getPassword()
public void setPassword(String password)
password - public String getClientId()
public void setClientId(String clientId)
clientId - public PropertiesMetaData getProperties()
public void setProperties(PropertiesMetaData properties)
properties - public boolean isTransactional()
public boolean getTransactional()
public void setTransactional(boolean transactional)
transactional - public int getMaxPoolSize()
public void setMaxPoolSize(int maxPoolSize)
maxPoolSize - public int getMinPoolSize()
public void setMinPoolSize(int minPoolSize)
minPoolSize - Copyright © 2017 JBoss by Red Hat. All rights reserved.