public interface JmsConnectionFactoryType<T> extends Child<T>, JavaeeJmsConnectionFactoryCommonType<T,JmsConnectionFactoryType<T>,PropertyType<JmsConnectionFactoryType<T>>>
jms-connection-factoryType
xsd typeModifier 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 |
String |
getInterfaceName()
Returns the
interface-name element |
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 |
JmsConnectionFactoryType<T> |
interfaceName(String interfaceName)
Sets the
interface-name element |
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> |
removeInterfaceName()
Removes the
interface-name element |
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 |
JmsConnectionFactoryType<T> description(String description)
description
elementdescription
- the value for the element description
JmsConnectionFactoryType
String getDescription()
description
elementdescription
JmsConnectionFactoryType<T> removeDescription()
description
elementJmsConnectionFactoryType
JmsConnectionFactoryType<T> name(String name)
name
elementname
- the value for the element name
JmsConnectionFactoryType
String getName()
name
elementname
JmsConnectionFactoryType<T> removeName()
name
elementJmsConnectionFactoryType
JmsConnectionFactoryType<T> interfaceName(String interfaceName)
interface-name
elementinterfaceName
- the value for the element interface-name
JmsConnectionFactoryType
String getInterfaceName()
interface-name
elementinterface-name
JmsConnectionFactoryType<T> removeInterfaceName()
interface-name
elementJmsConnectionFactoryType
JmsConnectionFactoryType<T> className(String className)
class-name
elementclassName
- the value for the element class-name
JmsConnectionFactoryType
String getClassName()
class-name
elementclass-name
JmsConnectionFactoryType<T> removeClassName()
class-name
elementJmsConnectionFactoryType
JmsConnectionFactoryType<T> resourceAdapter(String resourceAdapter)
resource-adapter
elementresourceAdapter
- the value for the element resource-adapter
JmsConnectionFactoryType
String getResourceAdapter()
resource-adapter
elementresource-adapter
JmsConnectionFactoryType<T> removeResourceAdapter()
resource-adapter
elementJmsConnectionFactoryType
JmsConnectionFactoryType<T> user(String user)
user
elementuser
- the value for the element user
JmsConnectionFactoryType
String getUser()
user
elementuser
JmsConnectionFactoryType<T> removeUser()
user
elementJmsConnectionFactoryType
JmsConnectionFactoryType<T> password(String password)
password
elementpassword
- the value for the element password
JmsConnectionFactoryType
String getPassword()
password
elementpassword
JmsConnectionFactoryType<T> removePassword()
password
elementJmsConnectionFactoryType
JmsConnectionFactoryType<T> clientId(String clientId)
client-id
elementclientId
- the value for the element client-id
JmsConnectionFactoryType
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>
List<PropertyType<JmsConnectionFactoryType<T>>> getAllProperty()
property
elementsproperty
JmsConnectionFactoryType<T> removeAllProperty()
property
elementsPropertyType>
JmsConnectionFactoryType<T> transactional(Boolean transactional)
transactional
elementtransactional
- the value for the element transactional
JmsConnectionFactoryType
Boolean isTransactional()
transactional
elementtransactional
JmsConnectionFactoryType<T> removeTransactional()
transactional
elementJmsConnectionFactoryType
JmsConnectionFactoryType<T> maxPoolSize(Integer maxPoolSize)
max-pool-size
elementmaxPoolSize
- the value for the element max-pool-size
JmsConnectionFactoryType
Integer getMaxPoolSize()
max-pool-size
elementmax-pool-size
JmsConnectionFactoryType<T> removeMaxPoolSize()
max-pool-size
elementJmsConnectionFactoryType
JmsConnectionFactoryType<T> minPoolSize(Integer minPoolSize)
min-pool-size
elementminPoolSize
- the value for the element min-pool-size
JmsConnectionFactoryType
Integer getMinPoolSize()
min-pool-size
elementmin-pool-size
JmsConnectionFactoryType<T> removeMinPoolSize()
min-pool-size
elementJmsConnectionFactoryType
JmsConnectionFactoryType<T> id(String id)
id
attributeid
- the value for the attribute id
JmsConnectionFactoryType
String getId()
id
attributeid
JmsConnectionFactoryType<T> removeId()
id
attributeJmsConnectionFactoryType
Copyright © 2023 JBoss by Red Hat. All rights reserved.