Package | Description |
---|---|
org.wildfly.swarm.config.remoting |
Modifier and Type | Class and Description |
---|---|
class |
Property<T extends Property<T>>
Properties supported by the underlying provider.
|
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 |
OutboundConnection.OutboundConnectionResources.property(String key) |
Property |
SASLSecurity.SASLSecurityResources.property(String key) |
Property |
Connector.ConnectorResources.property(String key) |
Property |
HTTPConnector.HTTPConnectorResources.property(String key) |
Property |
LocalOutboundConnection.LocalOutboundConnectionResources.property(String key) |
Property |
RemoteOutboundConnection.RemoteOutboundConnectionResources.property(String key) |
Modifier and Type | Method and Description |
---|---|
List<Property> |
OutboundConnection.OutboundConnectionResources.properties()
Get the list of Property resources
|
List<Property> |
SASLSecurity.SASLSecurityResources.properties()
Get the list of Property resources
|
List<Property> |
Connector.ConnectorResources.properties()
Get the list of Property resources
|
List<Property> |
HTTPConnector.HTTPConnectorResources.properties()
Get the list of Property resources
|
List<Property> |
LocalOutboundConnection.LocalOutboundConnectionResources.properties()
Get the list of Property resources
|
List<Property> |
RemoteOutboundConnection.RemoteOutboundConnectionResources.properties()
Get the list of Property resources
|
Modifier and Type | Method and Description |
---|---|
T |
OutboundConnection.property(Property value)
Add the Property object to the list of subresources
|
T |
SASLSecurity.property(Property value)
Add the Property object to the list of subresources
|
T |
Connector.property(Property value)
Add the Property object to the list of subresources
|
T |
HTTPConnector.property(Property value)
Add the Property object to the list of subresources
|
T |
LocalOutboundConnection.property(Property value)
Add the Property object to the list of subresources
|
T |
RemoteOutboundConnection.property(Property value)
Add the Property object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
OutboundConnection.properties(List<Property> value)
Add all Property objects to this subresource
|
T |
SASLSecurity.properties(List<Property> value)
Add all Property objects to this subresource
|
T |
Connector.properties(List<Property> value)
Add all Property objects to this subresource
|
T |
HTTPConnector.properties(List<Property> value)
Add all Property objects to this subresource
|
T |
LocalOutboundConnection.properties(List<Property> value)
Add all Property objects to this subresource
|
T |
RemoteOutboundConnection.properties(List<Property> value)
Add all Property objects to this subresource
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.