
public interface JmsConnectionFactoryType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
jms-connection-factoryType xsd type| Type | Property and Description |
|---|---|
PropertyType<JmsConnectionFactoryType<T>> |
create
Creates a new
property element |
JmsConnectionFactoryType<T> |
removeAll
Removes all
property elements |
| Modifier and Type | Method and Description |
|---|---|
JmsConnectionFactoryType<T> |
className(String className)
Sets the
class-name element |
JmsConnectionFactoryType<T> |
clientId(String clientId)
Sets the
client-id element |
PropertyType<JmsConnectionFactoryType<T>> |
createProperty()
Creates a new
property element |
JmsConnectionFactoryType<T> |
description(String description)
Sets the
description element |
List<PropertyType<JmsConnectionFactoryType<T>>> |
getAllProperty()
Returns all
property elements |
String |
getClassName()
Returns the
class-name element |
String |
getClientId()
Returns the
client-id element |
String |
getDescription()
Returns the
description element |
String |
getId()
Returns the
id attribute |
Integer |
getMaxPoolSize()
Returns the
max-pool-size element |
Integer |
getMinPoolSize()
Returns the
min-pool-size element |
String |
getName()
Returns the
name element |
PropertyType<JmsConnectionFactoryType<T>> |
getOrCreateProperty()
If not already created, a new
property element will be created and returned. |
String |
getPassword()
Returns the
password element |
String |
getResourceAdapter()
Returns the
resource-adapter element |
String |
getUser()
Returns the
user element |
JmsConnectionFactoryType<T> |
id(String id)
Sets the
id attribute |
Boolean |
isTransactional()
Returns the
transactional element |
JmsConnectionFactoryType<T> |
maxPoolSize(Integer maxPoolSize)
Sets the
max-pool-size element |
JmsConnectionFactoryType<T> |
minPoolSize(Integer minPoolSize)
Sets the
min-pool-size element |
JmsConnectionFactoryType<T> |
name(String name)
Sets the
name element |
JmsConnectionFactoryType<T> |
password(String password)
Sets the
password element |
JmsConnectionFactoryType<T> |
removeAllProperty()
Removes all
property elements |
JmsConnectionFactoryType<T> |
removeClassName()
Removes the
class-name element |
JmsConnectionFactoryType<T> |
removeClientId()
Removes the
client-id element |
JmsConnectionFactoryType<T> |
removeDescription()
Removes the
description element |
JmsConnectionFactoryType<T> |
removeId()
Removes the
id attribute |
JmsConnectionFactoryType<T> |
removeMaxPoolSize()
Removes the
max-pool-size element |
JmsConnectionFactoryType<T> |
removeMinPoolSize()
Removes the
min-pool-size element |
JmsConnectionFactoryType<T> |
removeName()
Removes the
name element |
JmsConnectionFactoryType<T> |
removePassword()
Removes the
password element |
JmsConnectionFactoryType<T> |
removeResourceAdapter()
Removes the
resource-adapter element |
JmsConnectionFactoryType<T> |
removeTransactional()
Removes the
transactional element |
JmsConnectionFactoryType<T> |
removeUser()
Removes the
user element |
JmsConnectionFactoryType<T> |
resourceAdapter(String resourceAdapter)
Sets the
resource-adapter element |
JmsConnectionFactoryType<T> |
transactional(Boolean transactional)
Sets the
transactional element |
JmsConnectionFactoryType<T> |
user(String user)
Sets the
user element |
property elementPropertyType> property elementsPropertyType> JmsConnectionFactoryType<T> description(String description)
description elementdescription - the value for the element descriptionJmsConnectionFactoryTypeString getDescription()
description elementdescriptionJmsConnectionFactoryType<T> removeDescription()
description elementJmsConnectionFactoryTypeJmsConnectionFactoryType<T> name(String name)
name elementname - the value for the element nameJmsConnectionFactoryTypeString getName()
name elementnameJmsConnectionFactoryType<T> removeName()
name elementJmsConnectionFactoryTypeJmsConnectionFactoryType<T> className(String className)
class-name elementclassName - the value for the element class-nameJmsConnectionFactoryTypeString getClassName()
class-name elementclass-nameJmsConnectionFactoryType<T> removeClassName()
class-name elementJmsConnectionFactoryTypeJmsConnectionFactoryType<T> resourceAdapter(String resourceAdapter)
resource-adapter elementresourceAdapter - the value for the element resource-adapterJmsConnectionFactoryTypeString getResourceAdapter()
resource-adapter elementresource-adapterJmsConnectionFactoryType<T> removeResourceAdapter()
resource-adapter elementJmsConnectionFactoryTypeJmsConnectionFactoryType<T> user(String user)
user elementuser - the value for the element userJmsConnectionFactoryTypeString getUser()
user elementuserJmsConnectionFactoryType<T> removeUser()
user elementJmsConnectionFactoryTypeJmsConnectionFactoryType<T> password(String password)
password elementpassword - the value for the element passwordJmsConnectionFactoryTypeString getPassword()
password elementpasswordJmsConnectionFactoryType<T> removePassword()
password elementJmsConnectionFactoryTypeJmsConnectionFactoryType<T> clientId(String clientId)
client-id elementclientId - the value for the element client-idJmsConnectionFactoryTypeString getClientId()
client-id elementclient-idJmsConnectionFactoryType<T> removeClientId()
client-id elementJmsConnectionFactoryTypePropertyType<JmsConnectionFactoryType<T>> getOrCreateProperty()
property element will be created and returned.
Otherwise, the first existing property element will be returned.propertyPropertyType<JmsConnectionFactoryType<T>> createProperty()
property elementPropertyType> List<PropertyType<JmsConnectionFactoryType<T>>> getAllProperty()
property elementspropertyJmsConnectionFactoryType<T> removeAllProperty()
property elementsPropertyType> JmsConnectionFactoryType<T> transactional(Boolean transactional)
transactional elementtransactional - the value for the element transactionalJmsConnectionFactoryTypeBoolean isTransactional()
transactional elementtransactionalJmsConnectionFactoryType<T> removeTransactional()
transactional elementJmsConnectionFactoryTypeJmsConnectionFactoryType<T> maxPoolSize(Integer maxPoolSize)
max-pool-size elementmaxPoolSize - the value for the element max-pool-sizeJmsConnectionFactoryTypeInteger getMaxPoolSize()
max-pool-size elementmax-pool-sizeJmsConnectionFactoryType<T> removeMaxPoolSize()
max-pool-size elementJmsConnectionFactoryTypeJmsConnectionFactoryType<T> minPoolSize(Integer minPoolSize)
min-pool-size elementminPoolSize - the value for the element min-pool-sizeJmsConnectionFactoryTypeInteger getMinPoolSize()
min-pool-size elementmin-pool-sizeJmsConnectionFactoryType<T> removeMinPoolSize()
min-pool-size elementJmsConnectionFactoryTypeJmsConnectionFactoryType<T> id(String id)
id attributeid - the value for the attribute idJmsConnectionFactoryTypeString getId()
id attributeidJmsConnectionFactoryType<T> removeId()
id attributeJmsConnectionFactoryTypeCopyright © 2014 IronJacamar (http://www.ironjacamar.org)