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 |
---|---|
DataSourceType<ApplicationDescriptor> |
ApplicationDescriptor.createDataSource()
Creates a new
data-source element |
DataSourceType<ApplicationDescriptor> |
ApplicationDescriptor.getOrCreateDataSource()
If not already created, a new
data-source element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<DataSourceType<ApplicationDescriptor>> |
ApplicationDescriptor.getAllDataSource()
Returns all
data-source elements |
Modifier and Type | Method and Description |
---|---|
DataSourceType<SessionBeanType<T>> |
SessionBeanType.createDataSource()
Creates a new
data-source element |
DataSourceType<InterceptorType<T>> |
InterceptorType.createDataSource()
Creates a new
data-source element |
DataSourceType<EntityBeanType<T>> |
EntityBeanType.createDataSource()
Creates a new
data-source element |
DataSourceType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.createDataSource()
Creates a new
data-source element |
DataSourceType<SessionBeanType<T>> |
SessionBeanType.getOrCreateDataSource()
If not already created, a new
data-source element will be created and returned. |
DataSourceType<InterceptorType<T>> |
InterceptorType.getOrCreateDataSource()
If not already created, a new
data-source element will be created and returned. |
DataSourceType<EntityBeanType<T>> |
EntityBeanType.getOrCreateDataSource()
If not already created, a new
data-source element will be created and returned. |
DataSourceType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.getOrCreateDataSource()
If not already created, a new
data-source element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<DataSourceType<SessionBeanType<T>>> |
SessionBeanType.getAllDataSource()
Returns all
data-source elements |
List<DataSourceType<InterceptorType<T>>> |
InterceptorType.getAllDataSource()
Returns all
data-source elements |
List<DataSourceType<EntityBeanType<T>>> |
EntityBeanType.getAllDataSource()
Returns all
data-source elements |
List<DataSourceType<MessageDrivenBeanType<T>>> |
MessageDrivenBeanType.getAllDataSource()
Returns all
data-source elements |
Modifier and Type | Method and Description |
---|---|
DataSourceType<T> |
DataSourceType.className(String className)
Sets the
class-name element |
DataSourceType<T> |
DataSourceType.databaseName(String databaseName)
Sets the
database-name element |
DataSourceType<T> |
DataSourceType.description(String description)
Sets the
description element |
DataSourceType<T> |
DataSourceType.id(String id)
Sets the
id attribute |
DataSourceType<T> |
DataSourceType.initialPoolSize(Integer initialPoolSize)
Sets the
initial-pool-size element |
DataSourceType<T> |
DataSourceType.isolationLevel(IsolationLevelType isolationLevel)
Sets the
isolation-level element |
DataSourceType<T> |
DataSourceType.isolationLevel(String isolationLevel)
Sets the
isolation-level element |
DataSourceType<T> |
DataSourceType.loginTimeout(Integer loginTimeout)
Sets the
login-timeout element |
DataSourceType<T> |
DataSourceType.maxIdleTime(Integer maxIdleTime)
Sets the
max-idle-time element |
DataSourceType<T> |
DataSourceType.maxPoolSize(Integer maxPoolSize)
Sets the
max-pool-size element |
DataSourceType<T> |
DataSourceType.maxStatements(Integer maxStatements)
Sets the
max-statements element |
DataSourceType<T> |
DataSourceType.minPoolSize(Integer minPoolSize)
Sets the
min-pool-size element |
DataSourceType<T> |
DataSourceType.name(String name)
Sets the
name element |
DataSourceType<T> |
DataSourceType.password(String password)
Sets the
password element |
DataSourceType<T> |
DataSourceType.portNumber(Integer portNumber)
Sets the
port-number element |
DataSourceType<T> |
DataSourceType.removeAllProperty()
Removes all
property elements |
DataSourceType<T> |
DataSourceType.removeClassName()
Removes the
class-name element |
DataSourceType<T> |
DataSourceType.removeDatabaseName()
Removes the
database-name element |
DataSourceType<T> |
DataSourceType.removeDescription()
Removes the
description element |
DataSourceType<T> |
DataSourceType.removeId()
Removes the
id attribute |
DataSourceType<T> |
DataSourceType.removeInitialPoolSize()
Removes the
initial-pool-size element |
DataSourceType<T> |
DataSourceType.removeIsolationLevel()
Removes the
isolation-level attribute |
DataSourceType<T> |
DataSourceType.removeLoginTimeout()
Removes the
login-timeout element |
DataSourceType<T> |
DataSourceType.removeMaxIdleTime()
Removes the
max-idle-time element |
DataSourceType<T> |
DataSourceType.removeMaxPoolSize()
Removes the
max-pool-size element |
DataSourceType<T> |
DataSourceType.removeMaxStatements()
Removes the
max-statements element |
DataSourceType<T> |
DataSourceType.removeMinPoolSize()
Removes the
min-pool-size element |
DataSourceType<T> |
DataSourceType.removeName()
Removes the
name element |
DataSourceType<T> |
DataSourceType.removePassword()
Removes the
password element |
DataSourceType<T> |
DataSourceType.removePortNumber()
Removes the
port-number element |
DataSourceType<T> |
DataSourceType.removeServerName()
Removes the
server-name element |
DataSourceType<T> |
DataSourceType.removeTransactional()
Removes the
transactional element |
DataSourceType<T> |
DataSourceType.removeUrl()
Removes the
url element |
DataSourceType<T> |
DataSourceType.removeUser()
Removes the
user element |
DataSourceType<T> |
DataSourceType.serverName(String serverName)
Sets the
server-name element |
DataSourceType<T> |
DataSourceType.transactional(Boolean transactional)
Sets the
transactional element |
DataSourceType<T> |
DataSourceType.url(String url)
Sets the
url element |
DataSourceType<T> |
DataSourceType.user(String user)
Sets the
user element |
Modifier and Type | Method and Description |
---|---|
PropertyType<DataSourceType<T>> |
DataSourceType.createProperty()
Creates a new
property element |
List<PropertyType<DataSourceType<T>>> |
DataSourceType.getAllProperty()
Returns all
property elements |
PropertyType<DataSourceType<T>> |
DataSourceType.getOrCreateProperty()
If not already created, a new
property element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
DataSourceType<WebAppDescriptor> |
WebAppDescriptor.createDataSource()
Creates a new
data-source element |
DataSourceType<WebAppDescriptor> |
WebAppDescriptor.getOrCreateDataSource()
If not already created, a new
data-source element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<DataSourceType<WebAppDescriptor>> |
WebAppDescriptor.getAllDataSource()
Returns all
data-source elements |
Modifier and Type | Method and Description |
---|---|
DataSourceType<WebFragmentDescriptor> |
WebFragmentDescriptor.createDataSource()
Creates a new
data-source element |
DataSourceType<WebFragmentDescriptor> |
WebFragmentDescriptor.getOrCreateDataSource()
If not already created, a new
data-source element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<DataSourceType<WebFragmentDescriptor>> |
WebFragmentDescriptor.getAllDataSource()
Returns all
data-source elements |
Copyright © 2018 JBoss by Red Hat. All rights reserved.