Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.naming |
Modifier and Type | Method and Description |
---|---|
Binding |
Naming.NamingResources.binding(String key) |
Modifier and Type | Method and Description |
---|---|
List<Binding> |
Naming.NamingResources.bindings()
Get the list of Binding resources
|
Modifier and Type | Method and Description |
---|---|
T |
Naming.binding(Binding value)
Add the Binding object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Naming.bindings(List<Binding> value)
Add all Binding objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
Binding<T extends Binding<T>>
JNDI bindings for primitive types
|
interface |
BindingConsumer<T extends Binding<T>> |
interface |
BindingSupplier<T extends Binding> |
Modifier and Type | Method and Description |
---|---|
Binding |
BindingSupplier.get()
Constructed instance of Binding resource
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.