Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.application7 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.ejbjar32 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.javaee7 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.webapp31 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.webfragment31 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
JmsConnectionFactoryType<ApplicationDescriptor> |
ApplicationDescriptor.createJmsConnectionFactory()
Creates a new
jms-connection-factory element |
JmsConnectionFactoryType<ApplicationDescriptor> |
ApplicationDescriptor.getOrCreateJmsConnectionFactory()
If not already created, a new
jms-connection-factory element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<JmsConnectionFactoryType<ApplicationDescriptor>> |
ApplicationDescriptor.getAllJmsConnectionFactory()
Returns all
jms-connection-factory elements |
Modifier and Type | Method and Description |
---|---|
JmsConnectionFactoryType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.createJmsConnectionFactory()
Creates a new
jms-connection-factory element |
JmsConnectionFactoryType<InterceptorType<T>> |
InterceptorType.createJmsConnectionFactory()
Creates a new
jms-connection-factory element |
JmsConnectionFactoryType<EntityBeanType<T>> |
EntityBeanType.createJmsConnectionFactory()
Creates a new
jms-connection-factory element |
JmsConnectionFactoryType<SessionBeanType<T>> |
SessionBeanType.createJmsConnectionFactory()
Creates a new
jms-connection-factory element |
JmsConnectionFactoryType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.getOrCreateJmsConnectionFactory()
If not already created, a new
jms-connection-factory element will be created and returned. |
JmsConnectionFactoryType<InterceptorType<T>> |
InterceptorType.getOrCreateJmsConnectionFactory()
If not already created, a new
jms-connection-factory element will be created and returned. |
JmsConnectionFactoryType<EntityBeanType<T>> |
EntityBeanType.getOrCreateJmsConnectionFactory()
If not already created, a new
jms-connection-factory element will be created and returned. |
JmsConnectionFactoryType<SessionBeanType<T>> |
SessionBeanType.getOrCreateJmsConnectionFactory()
If not already created, a new
jms-connection-factory element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<JmsConnectionFactoryType<MessageDrivenBeanType<T>>> |
MessageDrivenBeanType.getAllJmsConnectionFactory()
Returns all
jms-connection-factory elements |
List<JmsConnectionFactoryType<InterceptorType<T>>> |
InterceptorType.getAllJmsConnectionFactory()
Returns all
jms-connection-factory elements |
List<JmsConnectionFactoryType<EntityBeanType<T>>> |
EntityBeanType.getAllJmsConnectionFactory()
Returns all
jms-connection-factory elements |
List<JmsConnectionFactoryType<SessionBeanType<T>>> |
SessionBeanType.getAllJmsConnectionFactory()
Returns all
jms-connection-factory elements |
Modifier and Type | Method and Description |
---|---|
JmsConnectionFactoryType<T> |
JmsConnectionFactoryType.className(String className)
Sets the
class-name element |
JmsConnectionFactoryType<T> |
JmsConnectionFactoryType.clientId(String clientId)
Sets the
client-id element |
JmsConnectionFactoryType<T> |
JmsConnectionFactoryType.description(String description)
Sets the
description element |
JmsConnectionFactoryType<T> |
JmsConnectionFactoryType.id(String id)
Sets the
id attribute |
JmsConnectionFactoryType<T> |
JmsConnectionFactoryType.interfaceName(String interfaceName)
Sets the
interface-name element |
JmsConnectionFactoryType<T> |
JmsConnectionFactoryType.maxPoolSize(Integer maxPoolSize)
Sets the
max-pool-size element |
JmsConnectionFactoryType<T> |
JmsConnectionFactoryType.minPoolSize(Integer minPoolSize)
Sets the
min-pool-size element |
JmsConnectionFactoryType<T> |
JmsConnectionFactoryType.name(String name)
Sets the
name element |
JmsConnectionFactoryType<T> |
JmsConnectionFactoryType.password(String password)
Sets the
password element |
JmsConnectionFactoryType<T> |
JmsConnectionFactoryType.removeAllProperty()
Removes all
property elements |
JmsConnectionFactoryType<T> |
JmsConnectionFactoryType.removeClassName()
Removes the
class-name element |
JmsConnectionFactoryType<T> |
JmsConnectionFactoryType.removeClientId()
Removes the
client-id element |
JmsConnectionFactoryType<T> |
JmsConnectionFactoryType.removeDescription()
Removes the
description element |
JmsConnectionFactoryType<T> |
JmsConnectionFactoryType.removeId()
Removes the
id attribute |
JmsConnectionFactoryType<T> |
JmsConnectionFactoryType.removeInterfaceName()
Removes the
interface-name element |
JmsConnectionFactoryType<T> |
JmsConnectionFactoryType.removeMaxPoolSize()
Removes the
max-pool-size element |
JmsConnectionFactoryType<T> |
JmsConnectionFactoryType.removeMinPoolSize()
Removes the
min-pool-size element |
JmsConnectionFactoryType<T> |
JmsConnectionFactoryType.removeName()
Removes the
name element |
JmsConnectionFactoryType<T> |
JmsConnectionFactoryType.removePassword()
Removes the
password element |
JmsConnectionFactoryType<T> |
JmsConnectionFactoryType.removeResourceAdapter()
Removes the
resource-adapter element |
JmsConnectionFactoryType<T> |
JmsConnectionFactoryType.removeTransactional()
Removes the
transactional element |
JmsConnectionFactoryType<T> |
JmsConnectionFactoryType.removeUser()
Removes the
user element |
JmsConnectionFactoryType<T> |
JmsConnectionFactoryType.resourceAdapter(String resourceAdapter)
Sets the
resource-adapter element |
JmsConnectionFactoryType<T> |
JmsConnectionFactoryType.transactional(Boolean transactional)
Sets the
transactional element |
JmsConnectionFactoryType<T> |
JmsConnectionFactoryType.user(String user)
Sets the
user element |
Modifier and Type | Method and Description |
---|---|
PropertyType<JmsConnectionFactoryType<T>> |
JmsConnectionFactoryType.createProperty()
Creates a new
property element |
List<PropertyType<JmsConnectionFactoryType<T>>> |
JmsConnectionFactoryType.getAllProperty()
Returns all
property elements |
PropertyType<JmsConnectionFactoryType<T>> |
JmsConnectionFactoryType.getOrCreateProperty()
If not already created, a new
property element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
JmsConnectionFactoryType<WebAppDescriptor> |
WebAppDescriptor.createJmsConnectionFactory()
Creates a new
jms-connection-factory element |
JmsConnectionFactoryType<WebAppDescriptor> |
WebAppDescriptor.getOrCreateJmsConnectionFactory()
If not already created, a new
jms-connection-factory element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<JmsConnectionFactoryType<WebAppDescriptor>> |
WebAppDescriptor.getAllJmsConnectionFactory()
Returns all
jms-connection-factory elements |
Modifier and Type | Method and Description |
---|---|
JmsConnectionFactoryType<WebFragmentDescriptor> |
WebFragmentDescriptor.createJmsConnectionFactory()
Creates a new
jms-connection-factory element |
JmsConnectionFactoryType<WebFragmentDescriptor> |
WebFragmentDescriptor.getOrCreateJmsConnectionFactory()
If not already created, a new
jms-connection-factory element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<JmsConnectionFactoryType<WebFragmentDescriptor>> |
WebFragmentDescriptor.getAllJmsConnectionFactory()
Returns all
jms-connection-factory elements |
Copyright © 2019 JBoss by Red Hat. All rights reserved.