public interface JmsConnectionFactoryType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
jms-connection-factoryType
xsd typeModifier and Type | Method and Description |
---|---|
JmsConnectionFactoryType<T> |
className(java.lang.String className)
Sets the
class-name element |
JmsConnectionFactoryType<T> |
clientId(java.lang.String clientId)
Sets the
client-id element |
PropertyType<JmsConnectionFactoryType<T>> |
createProperty()
Creates a new
property element |
JmsConnectionFactoryType<T> |
description(java.lang.String description)
Sets the
description element |
java.util.List<PropertyType<JmsConnectionFactoryType<T>>> |
getAllProperty()
Returns all
property elements |
java.lang.String |
getClassName()
Returns the
class-name element |
java.lang.String |
getClientId()
Returns the
client-id element |
java.lang.String |
getDescription()
Returns the
description element |
java.lang.String |
getId()
Returns the
id attribute |
java.lang.Integer |
getMaxPoolSize()
Returns the
max-pool-size element |
java.lang.Integer |
getMinPoolSize()
Returns the
min-pool-size element |
java.lang.String |
getName()
Returns the
name element |
PropertyType<JmsConnectionFactoryType<T>> |
getOrCreateProperty()
If not already created, a new
property element will be created and returned. |
java.lang.String |
getPassword()
Returns the
password element |
java.lang.String |
getResourceAdapter()
Returns the
resource-adapter element |
java.lang.String |
getUser()
Returns the
user element |
JmsConnectionFactoryType<T> |
id(java.lang.String id)
Sets the
id attribute |
java.lang.Boolean |
isTransactional()
Returns the
transactional element |
JmsConnectionFactoryType<T> |
maxPoolSize(java.lang.Integer maxPoolSize)
Sets the
max-pool-size element |
JmsConnectionFactoryType<T> |
minPoolSize(java.lang.Integer minPoolSize)
Sets the
min-pool-size element |
JmsConnectionFactoryType<T> |
name(java.lang.String name)
Sets the
name element |
JmsConnectionFactoryType<T> |
password(java.lang.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(java.lang.String resourceAdapter)
Sets the
resource-adapter element |
JmsConnectionFactoryType<T> |
transactional(java.lang.Boolean transactional)
Sets the
transactional element |
JmsConnectionFactoryType<T> |
user(java.lang.String user)
Sets the
user element |
JmsConnectionFactoryType<T> description(java.lang.String description)
description
elementdescription
- the value for the element description
JmsConnectionFactoryType
java.lang.String getDescription()
description
elementdescription
JmsConnectionFactoryType<T> removeDescription()
description
elementJmsConnectionFactoryType
JmsConnectionFactoryType<T> name(java.lang.String name)
name
elementname
- the value for the element name
JmsConnectionFactoryType
java.lang.String getName()
name
elementname
JmsConnectionFactoryType<T> removeName()
name
elementJmsConnectionFactoryType
JmsConnectionFactoryType<T> className(java.lang.String className)
class-name
elementclassName
- the value for the element class-name
JmsConnectionFactoryType
java.lang.String getClassName()
class-name
elementclass-name
JmsConnectionFactoryType<T> removeClassName()
class-name
elementJmsConnectionFactoryType
JmsConnectionFactoryType<T> resourceAdapter(java.lang.String resourceAdapter)
resource-adapter
elementresourceAdapter
- the value for the element resource-adapter
JmsConnectionFactoryType
java.lang.String getResourceAdapter()
resource-adapter
elementresource-adapter
JmsConnectionFactoryType<T> removeResourceAdapter()
resource-adapter
elementJmsConnectionFactoryType
JmsConnectionFactoryType<T> user(java.lang.String user)
user
elementuser
- the value for the element user
JmsConnectionFactoryType
java.lang.String getUser()
user
elementuser
JmsConnectionFactoryType<T> removeUser()
user
elementJmsConnectionFactoryType
JmsConnectionFactoryType<T> password(java.lang.String password)
password
elementpassword
- the value for the element password
JmsConnectionFactoryType
java.lang.String getPassword()
password
elementpassword
JmsConnectionFactoryType<T> removePassword()
password
elementJmsConnectionFactoryType
JmsConnectionFactoryType<T> clientId(java.lang.String clientId)
client-id
elementclientId
- the value for the element client-id
JmsConnectionFactoryType
java.lang.String getClientId()
client-id
elementclient-id
JmsConnectionFactoryType<T> removeClientId()
client-id
elementJmsConnectionFactoryType
PropertyType<JmsConnectionFactoryType<T>> getOrCreateProperty()
property
element will be created and returned.
Otherwise, the first existing property
element will be returned.property
PropertyType<JmsConnectionFactoryType<T>> createProperty()
property
elementPropertyType>
java.util.List<PropertyType<JmsConnectionFactoryType<T>>> getAllProperty()
property
elementsproperty
JmsConnectionFactoryType<T> removeAllProperty()
property
elementsPropertyType>
JmsConnectionFactoryType<T> transactional(java.lang.Boolean transactional)
transactional
elementtransactional
- the value for the element transactional
JmsConnectionFactoryType
java.lang.Boolean isTransactional()
transactional
elementtransactional
JmsConnectionFactoryType<T> removeTransactional()
transactional
elementJmsConnectionFactoryType
JmsConnectionFactoryType<T> maxPoolSize(java.lang.Integer maxPoolSize)
max-pool-size
elementmaxPoolSize
- the value for the element max-pool-size
JmsConnectionFactoryType
java.lang.Integer getMaxPoolSize()
max-pool-size
elementmax-pool-size
JmsConnectionFactoryType<T> removeMaxPoolSize()
max-pool-size
elementJmsConnectionFactoryType
JmsConnectionFactoryType<T> minPoolSize(java.lang.Integer minPoolSize)
min-pool-size
elementminPoolSize
- the value for the element min-pool-size
JmsConnectionFactoryType
java.lang.Integer getMinPoolSize()
min-pool-size
elementmin-pool-size
JmsConnectionFactoryType<T> removeMinPoolSize()
min-pool-size
elementJmsConnectionFactoryType
JmsConnectionFactoryType<T> id(java.lang.String id)
id
attributeid
- the value for the attribute id
JmsConnectionFactoryType
java.lang.String getId()
id
attributeid
JmsConnectionFactoryType<T> removeId()
id
attributeJmsConnectionFactoryType
Copyright © 2014 IronJacamar (http://www.ironjacamar.org)