public class LocalOutboundConnection<T extends LocalOutboundConnection> extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
LocalOutboundConnection.LocalOutboundConnectionResources
Child mutators for LocalOutboundConnection
|
| Constructor and Description |
|---|
LocalOutboundConnection(String key) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
String |
outboundSocketBindingRef()
Name of the outbound-socket-binding which will be used to determine the destination address and port for the connection.
|
T |
outboundSocketBindingRef(String value)
Name of the outbound-socket-binding which will be used to determine the destination address and port for the connection.
|
T |
property(Property value)
Add the org.wildfly.swarm.config.remoting.Property object to the list of subresources
|
T |
property(String childKey)
Create and configure a org.wildfly.swarm.config.remoting.Property object to the list of subresources
|
T |
property(String childKey,
PropertyConfigurator config)
Create and configure a org.wildfly.swarm.config.remoting.Property object to the list of subresources
|
T |
propertys(List<Property> value)
Add all org.wildfly.swarm.config.remoting.Property objects to this subresource
|
LocalOutboundConnection.LocalOutboundConnectionResources |
subresources() |
public LocalOutboundConnection(String key)
public String getKey()
public String outboundSocketBindingRef()
public T outboundSocketBindingRef(String value)
public LocalOutboundConnection.LocalOutboundConnectionResources subresources()
public T propertys(List<Property> value)
value - List of org.wildfly.swarm.config.remoting.Property objects.public T property(Property value)
value - The org.wildfly.swarm.config.remoting.Property to addpublic T property(String childKey, PropertyConfigurator config)
key - The key for the org.wildfly.swarm.config.remoting.Property resourceconfig - The org.wildfly.swarm.config.remoting.PropertyConfigurator to useCopyright © 2015 JBoss by Red Hat. All rights reserved.