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 |
---|---|
ConnectionFactoryResourceType<ApplicationDescriptor> |
ApplicationDescriptor.createConnectionFactory()
Creates a new
connection-factory element |
ConnectionFactoryResourceType<ApplicationDescriptor> |
ApplicationDescriptor.getOrCreateConnectionFactory()
If not already created, a new
connection-factory element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<ConnectionFactoryResourceType<ApplicationDescriptor>> |
ApplicationDescriptor.getAllConnectionFactory()
Returns all
connection-factory elements |
Modifier and Type | Method and Description |
---|---|
ConnectionFactoryResourceType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.createConnectionFactory()
Creates a new
connection-factory element |
ConnectionFactoryResourceType<SessionBeanType<T>> |
SessionBeanType.createConnectionFactory()
Creates a new
connection-factory element |
ConnectionFactoryResourceType<EntityBeanType<T>> |
EntityBeanType.createConnectionFactory()
Creates a new
connection-factory element |
ConnectionFactoryResourceType<InterceptorType<T>> |
InterceptorType.createConnectionFactory()
Creates a new
connection-factory element |
ConnectionFactoryResourceType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.getOrCreateConnectionFactory()
If not already created, a new
connection-factory element will be created and returned. |
ConnectionFactoryResourceType<SessionBeanType<T>> |
SessionBeanType.getOrCreateConnectionFactory()
If not already created, a new
connection-factory element will be created and returned. |
ConnectionFactoryResourceType<EntityBeanType<T>> |
EntityBeanType.getOrCreateConnectionFactory()
If not already created, a new
connection-factory element will be created and returned. |
ConnectionFactoryResourceType<InterceptorType<T>> |
InterceptorType.getOrCreateConnectionFactory()
If not already created, a new
connection-factory element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<ConnectionFactoryResourceType<MessageDrivenBeanType<T>>> |
MessageDrivenBeanType.getAllConnectionFactory()
Returns all
connection-factory elements |
List<ConnectionFactoryResourceType<SessionBeanType<T>>> |
SessionBeanType.getAllConnectionFactory()
Returns all
connection-factory elements |
List<ConnectionFactoryResourceType<EntityBeanType<T>>> |
EntityBeanType.getAllConnectionFactory()
Returns all
connection-factory elements |
List<ConnectionFactoryResourceType<InterceptorType<T>>> |
InterceptorType.getAllConnectionFactory()
Returns all
connection-factory elements |
Modifier and Type | Method and Description |
---|---|
ConnectionFactoryResourceType<T> |
ConnectionFactoryResourceType.description(String description)
Sets the
description element |
ConnectionFactoryResourceType<T> |
ConnectionFactoryResourceType.id(String id)
Sets the
id attribute |
ConnectionFactoryResourceType<T> |
ConnectionFactoryResourceType.interfaceName(String interfaceName)
Sets the
interface-name element |
ConnectionFactoryResourceType<T> |
ConnectionFactoryResourceType.maxPoolSize(Integer maxPoolSize)
Sets the
max-pool-size element |
ConnectionFactoryResourceType<T> |
ConnectionFactoryResourceType.minPoolSize(Integer minPoolSize)
Sets the
min-pool-size element |
ConnectionFactoryResourceType<T> |
ConnectionFactoryResourceType.name(String name)
Sets the
name element |
ConnectionFactoryResourceType<T> |
ConnectionFactoryResourceType.removeAllProperty()
Removes all
property elements |
ConnectionFactoryResourceType<T> |
ConnectionFactoryResourceType.removeDescription()
Removes the
description element |
ConnectionFactoryResourceType<T> |
ConnectionFactoryResourceType.removeId()
Removes the
id attribute |
ConnectionFactoryResourceType<T> |
ConnectionFactoryResourceType.removeInterfaceName()
Removes the
interface-name element |
ConnectionFactoryResourceType<T> |
ConnectionFactoryResourceType.removeMaxPoolSize()
Removes the
max-pool-size element |
ConnectionFactoryResourceType<T> |
ConnectionFactoryResourceType.removeMinPoolSize()
Removes the
min-pool-size element |
ConnectionFactoryResourceType<T> |
ConnectionFactoryResourceType.removeName()
Removes the
name element |
ConnectionFactoryResourceType<T> |
ConnectionFactoryResourceType.removeResourceAdapter()
Removes the
resource-adapter element |
ConnectionFactoryResourceType<T> |
ConnectionFactoryResourceType.removeTransactionSupport()
Removes the
transaction-support attribute |
ConnectionFactoryResourceType<T> |
ConnectionFactoryResourceType.resourceAdapter(String resourceAdapter)
Sets the
resource-adapter element |
ConnectionFactoryResourceType<T> |
ConnectionFactoryResourceType.transactionSupport(String transactionSupport)
Sets the
transaction-support element |
ConnectionFactoryResourceType<T> |
ConnectionFactoryResourceType.transactionSupport(TransactionSupportType transactionSupport)
Sets the
transaction-support element |
Modifier and Type | Method and Description |
---|---|
PropertyType<ConnectionFactoryResourceType<T>> |
ConnectionFactoryResourceType.createProperty()
Creates a new
property element |
List<PropertyType<ConnectionFactoryResourceType<T>>> |
ConnectionFactoryResourceType.getAllProperty()
Returns all
property elements |
PropertyType<ConnectionFactoryResourceType<T>> |
ConnectionFactoryResourceType.getOrCreateProperty()
If not already created, a new
property element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
ConnectionFactoryResourceType<WebAppDescriptor> |
WebAppDescriptor.createConnectionFactory()
Creates a new
connection-factory element |
ConnectionFactoryResourceType<WebAppDescriptor> |
WebAppDescriptor.getOrCreateConnectionFactory()
If not already created, a new
connection-factory element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<ConnectionFactoryResourceType<WebAppDescriptor>> |
WebAppDescriptor.getAllConnectionFactory()
Returns all
connection-factory elements |
Modifier and Type | Method and Description |
---|---|
ConnectionFactoryResourceType<WebFragmentDescriptor> |
WebFragmentDescriptor.createConnectionFactory()
Creates a new
connection-factory element |
ConnectionFactoryResourceType<WebFragmentDescriptor> |
WebFragmentDescriptor.getOrCreateConnectionFactory()
If not already created, a new
connection-factory element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<ConnectionFactoryResourceType<WebFragmentDescriptor>> |
WebFragmentDescriptor.getAllConnectionFactory()
Returns all
connection-factory elements |
Copyright © 2021 JBoss by Red Hat. All rights reserved.