The configuration of a protocol within a protocol stack.
Type | STRING |
Where is the attribute stored? | configuration |
Access Type | read-write |
Is restarted required? | resource-services |
Stability Level | default |
Raw DMR model |
|
Type | STRING |
Default Value | org.jgroups |
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? | resource-services |
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 |
|
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
add-index | INT | false | false | If specified inserts the protocol at the given (zero-based) index. If null it will add at the end. | |
data-source | STRING | true | false | Data source reference for JDBC_PING protocol to be used instead of connection and JNDI lookup properties. | |
module | STRING | false | true | org.jgroups | The module with which to resolve the protocol type. |
properties | OBJECT | false | true | The properties of this protocol. | |
statistics-enabled | BOOLEAN | false | true | Indicates whether or not this protocol will collect statistics overriding stack configuration. |
Raw DMR model |
|
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
name | STRING | true | false | Name of list attribute |
Raw DMR model |
|
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
name | STRING | true | false | Name of map attribute | |
key | STRING | true | false | Key of entry to return |
Raw DMR model |
|
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
name | STRING | true | false | Name of map attribute to add entry to | |
key | STRING | true | false | Key under which value will be added | |
value | STRING | false | false | Value to be added |
Raw DMR model |
|
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
name | STRING | true | false | Name of map attribute | |
key | STRING | true | false | Key of entry to remove |
Raw DMR model |
|
Raw DMR model |
|
Galleon features are to be used when creating Galleon feature-packs.
<feature spec="subsystem.jgroups.stack.protocol.JDBC_PING">
<param name="stack" value="{resource name}"/>
<param name="add-index" value="{value}"/>
<param name="data-source" value="{value}"/>
<param name="module" value="{value}"/>
<param name="properties" value="{value}"/>
<param name="statistics-enabled" value="{value}"/>
<feature/>