Package | Description |
---|---|
org.jboss.jca.embedded.dsl.ironjacamar12.api |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.jca.embedded.dsl.ironjacamar12.impl |
Provides the implementation classes as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
WorkmanagerType<IronjacamarDescriptor> |
IronjacamarDescriptor.getOrCreateWorkmanager()
If not already created, a new
workmanager element with the given value will be created. |
WorkmanagerType<IronjacamarType<T>> |
IronjacamarType.getOrCreateWorkmanager()
If not already created, a new
workmanager element with the given value will be created. |
WorkmanagerType<T> |
WorkmanagerType.removeSecurity()
Removes the
security element |
Modifier and Type | Method and Description |
---|---|
WorkmanagerSecurityType<WorkmanagerType<T>> |
WorkmanagerType.getOrCreateSecurity()
If not already created, a new
security element with the given value will be created. |
Modifier and Type | Method and Description |
---|---|
WorkmanagerType<IronjacamarType<T>> |
IronjacamarTypeImpl.getOrCreateWorkmanager()
If not already created, a new
workmanager element with the given value will be created. |
WorkmanagerType<IronjacamarDescriptor> |
IronjacamarDescriptorImpl.getOrCreateWorkmanager()
If not already created, a new
workmanager element with the given value will be created. |
WorkmanagerType<T> |
WorkmanagerTypeImpl.removeSecurity()
Removes the
security element |
Modifier and Type | Method and Description |
---|---|
WorkmanagerSecurityType<WorkmanagerType<T>> |
WorkmanagerTypeImpl.getOrCreateSecurity()
If not already created, a new
security element with the given value will be created. |
Copyright © 2021 JBoss by Red Hat. All rights reserved.