Package | Description |
---|---|
org.wildfly.swarm.config.jgroups | |
org.wildfly.swarm.config.jgroups.stack |
Modifier and Type | Class and Description |
---|---|
class |
Property<T extends Property<T>>
A protocol property with name and value.
|
interface |
PropertyConsumer<T extends Property<T>> |
interface |
PropertySupplier<T extends Property> |
Modifier and Type | Method and Description |
---|---|
Property |
PropertySupplier.get()
Constructed instance of Property resource
|
Property |
Protocol.ProtocolResources.property(String key) |
Modifier and Type | Method and Description |
---|---|
List<Property> |
Protocol.ProtocolResources.properties()
Get the list of Property resources
|
Modifier and Type | Method and Description |
---|---|
T |
Protocol.property(Property value)
Add the Property object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Protocol.properties(List<Property> value)
Add all Property objects to this subresource
|
Modifier and Type | Method and Description |
---|---|
Property |
Transport.TransportResources.property(String key) |
Modifier and Type | Method and Description |
---|---|
List<Property> |
Transport.TransportResources.properties()
Get the list of Property resources
|
Modifier and Type | Method and Description |
---|---|
T |
Transport.property(Property value)
Add the Property object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Transport.properties(List<Property> value)
Add all Property objects to this subresource
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.