JNDI bindings for primitive types
Type | STRING |
Where is the attribute stored? | configuration |
Access Type | read-write |
Is restarted required? | resource-services |
Allowed Values |
lookup object-factory simple external-context |
Stability Level | default |
Raw DMR model |
|
Type | BOOLEAN |
Is the attribute nillable? | true |
Does the attribute allow expression? | true |
Where is the attribute stored? | configuration |
Access Type | read-write |
Is restarted required? | resource-services |
Stability Level | default |
Raw DMR model |
|
Type | STRING |
Is the attribute nillable? | true |
Does the attribute allow expression? | true |
Where is the attribute stored? | configuration |
Access Type | read-write |
Is restarted required? | resource-services |
Stability Level | default |
Raw DMR model |
|
Type | OBJECT |
Is the attribute nillable? | true |
Does the attribute allow expression? | true |
Where is the attribute stored? | configuration |
Access Type | read-write |
Is restarted required? | no-services |
Stability Level | default |
Raw DMR model |
|
Type | STRING |
Is the attribute nillable? | true |
Does the attribute allow expression? | true |
Where is the attribute stored? | configuration |
Access Type | read-write |
Is restarted required? | resource-services |
Stability Level | default |
Raw DMR model |
|
Type | STRING |
Is the attribute nillable? | true |
Does the attribute allow expression? | true |
Where is the attribute stored? | configuration |
Access Type | read-write |
Is restarted required? | resource-services |
Stability Level | default |
Raw DMR model |
|
Type | STRING |
Is the attribute nillable? | true |
Does the attribute allow expression? | true |
Where is the attribute stored? | configuration |
Access Type | read-write |
Is restarted required? | resource-services |
Allowed Values |
java.lang.Float java.lang.Double byte double java.net.URL float java.lang.Integer int long boolean java.lang.Character java.lang.Long java.lang.Short char short java.lang.Boolean java.lang.String java.lang.Byte |
Stability Level | default |
Raw DMR model |
|
Type | STRING |
Is the attribute nillable? | true |
Does the attribute allow expression? | true |
Where is the attribute stored? | configuration |
Access Type | read-write |
Is restarted required? | resource-services |
Stability Level | default |
Raw DMR model |
|
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
binding-type | STRING | true | false | The type of binding to create, may be simple, lookup, external-context or object-factory | |
cache | BOOLEAN | false | true | If the external context should be cached | |
class | STRING | false | true | The object factory class name for object factory bindings | |
environment | OBJECT | false | true | The environment to use on object factory instance retrieval | |
lookup | STRING | false | true | The entry to lookup in JNDI for lookup bindings | |
module | STRING | false | true | The module to load the object factory from for object factory bindings | |
type | STRING | false | true | The type of the value to bind for simple bindings, this must be a primitive type | |
value | STRING | false | true | The value to bind for simple bindings |
Raw DMR model |
|
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
binding-type | STRING | true | false | The type of binding to create, may be simple, lookup or object-factory | |
type | STRING | false | true | The type of the value to bind for simple bindings, this must be a primitive type | |
value | STRING | false | true | The value to bind for simple bindings | |
class | STRING | false | true | The object factory class name for object factory bindings | |
module | STRING | false | true | The module to load the object factory from for object factory bindings | |
lookup | STRING | false | true | The entry to lookup in JNDI for lookup bindings | |
environment | OBJECT | false | true | The environment to use on object factory instance retrieval |
Raw DMR model |
|
Raw DMR model |
|
Galleon features are to be used when creating Galleon feature-packs.
<feature spec="subsystem.naming.binding">
<param name="binding" value="{resource name}"/>
<param name="binding-type" value="{value}"/>
<param name="cache" value="{value}"/>
<param name="class" value="{value}"/>
<param name="environment" value="{value}"/>
<param name="lookup" value="{value}"/>
<param name="module" value="{value}"/>
<param name="type" value="{value}"/>
<param name="value" value="{value}"/>
<feature/>