The configuration of a protocol within a protocol stack.
| Attribute | Value | 
|---|---|
| Default Value | org.jgroups | 
| Type | STRING | 
| Nillable | true | 
| Expressions Allowed | true | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | resource-services | 
| Attribute | Value | 
|---|---|
| Type | OBJECT | 
| Nillable | true | 
| Expressions Allowed | true | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | resource-services | 
| Attribute | Value | 
|---|---|
| Type | STRING | 
| Nillable | true | 
| Expressions Allowed | false | 
| Storage | configuration | 
| Access Type | read-only | 
| Attribute | Value | 
|---|---|
| Capability reference | |
| Type | LIST | 
| Nillable | false | 
| Expressions Allowed | false | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | resource-services | 
| Attribute | Value | 
|---|---|
| Type | BOOLEAN | 
| Nillable | true | 
| Expressions Allowed | true | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | resource-services | 
| 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. | |
| socket-bindings | LIST | true | false | The outbound socket bindings for this protocol. | |
| 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. | |
| type | STRING | false | true | The implementation class for a protocol, which determines protocol functionality. | 
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description | 
|---|---|---|---|---|---|
| name | STRING | true | false | Name of list attribute to add entry to | |
| value | STRING | false | false | Value to add to list | |
| index | INT | false | false | Optional 0 based index where to insert value to | 
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description | 
|---|---|---|---|---|---|
| name | STRING | true | false | Name of list attribute | 
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description | 
|---|---|---|---|---|---|
| name | STRING | true | false | Name of list attribute | |
| index | INT | false | false | Index entry to get | 
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description | 
|---|---|---|---|---|---|
| name | STRING | true | false | Name of list attribute to remove entry from | |
| value | STRING | false | false | Value remove from list | |
| index | INT | false | false | Optional 0 based index to tell what element to remove | 
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description | 
|---|---|---|---|---|---|
| name | STRING | true | false | Name of list attribute | 
| 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 | 
| 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 | 
| 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 | 
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description | 
|---|---|---|---|---|---|
| name | STRING | true | false | The name of the attribute to set the value for under the selected resource | |
| value | STRING | false | false | The value of the attribute to set the value for under the selected resource. May be null if the underlying model supports null values. |