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