| Modifier and Type | Field and Description |
|---|---|
protected String |
className |
protected String |
clientId |
protected TextMap |
description |
protected String |
id |
protected String |
interfaceName |
protected Integer |
maxPoolSize |
protected Integer |
minPoolSize |
protected String |
name |
protected String |
password |
protected List<Property> |
property |
protected String |
resourceAdapter |
protected boolean |
transactional |
protected String |
user |
| Constructor and Description |
|---|
JMSConnectionFactory() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName() |
String |
getClientId() |
Text[] |
getDescriptions() |
String |
getId() |
String |
getInterfaceName() |
String |
getKey()
Gets the immutable key for this object.
|
Integer |
getMaxPoolSize() |
Integer |
getMinPoolSize() |
String |
getName() |
String |
getPassword() |
List<Property> |
getProperty() |
String |
getResourceAdapter() |
String |
getUser() |
boolean |
isTransactional() |
JMSConnectionFactory |
property(String name,
String value) |
void |
setClassName(String className) |
void |
setClientId(String clientId) |
void |
setId(String value) |
void |
setInterfaceName(String interfaceName) |
void |
setMaxPoolSize(Integer maxPoolSize) |
void |
setMinPoolSize(Integer minPoolSize) |
void |
setName(String name) |
void |
setPassword(String password) |
void |
setResourceAdapter(String resourceAdapter) |
void |
setTransactional(boolean transactional) |
void |
setUser(String user) |
protected TextMap description
protected String name
protected Integer maxPoolSize
protected Integer minPoolSize
protected String className
protected String interfaceName
protected String resourceAdapter
protected String user
protected String password
protected String clientId
protected boolean transactional
protected String id
public Text[] getDescriptions()
public JMSConnectionFactory property(String name, String value)
public boolean isTransactional()
public void setTransactional(boolean transactional)
public String getUser()
public void setUser(String user)
public String getPassword()
public void setPassword(String password)
public String getClientId()
public void setClientId(String clientId)
public String getResourceAdapter()
public void setResourceAdapter(String resourceAdapter)
public String getClassName()
public void setClassName(String className)
public String getInterfaceName()
public void setInterfaceName(String interfaceName)
public String getName()
public void setName(String name)
public Integer getMaxPoolSize()
public void setMaxPoolSize(Integer maxPoolSize)
public Integer getMinPoolSize()
public void setMinPoolSize(Integer minPoolSize)
public String getId()
public void setId(String value)
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.