| Package | Description |
|---|---|
| org.wildfly.swarm.config | |
| org.wildfly.swarm.config.naming |
| Modifier and Type | Method and Description |
|---|---|
List<Binding> |
Naming.NamingResources.bindings()
Get the list of org.wildfly.swarm.config.naming.Binding resources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Naming.binding(Binding value)
Add the org.wildfly.swarm.config.naming.Binding object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Naming.bindings(List<Binding> value)
Add all org.wildfly.swarm.config.naming.Binding objects to this subresource
|
| Modifier and Type | Method and Description |
|---|---|
Binding |
Binding.attributeClass(String value)
The object factory class name for object factory bindings
|
Binding |
Binding.bindingType(String value)
The type of binding to create, may be simple, lookup, external-context or object-factory
|
Binding |
Binding.cache(Boolean value)
If the external context should be cached
|
Binding |
Binding.environment(Map value)
The environment to use on object factory instance retrieval
|
Binding |
Binding.lookup(String value)
The entry to lookup in JNDI for lookup bindings
|
Binding |
Binding.module(String value)
The module to load the object factory from for object factory bindings
|
Binding |
Binding.type(String value)
The type of the value to bind for simple bindings, this must be a primitive type
|
Binding |
Binding.value(String value)
The value to bind for simple bindings
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.