Package org.jboss.as.server.services.net
Class RemoteDestinationOutboundSocketBindingService
- java.lang.Object
-
- org.jboss.as.server.services.net.OutboundSocketBindingService
-
- org.jboss.as.server.services.net.RemoteDestinationOutboundSocketBindingService
-
- All Implemented Interfaces:
org.jboss.msc.Service,org.jboss.msc.service.Service<OutboundSocketBinding>,org.jboss.msc.value.Value<OutboundSocketBinding>
public class RemoteDestinationOutboundSocketBindingService extends OutboundSocketBindingService
Service that represents a remote-destination outbound socket binding- Author:
- Jaikiran Pai, Richard Opalka
-
-
Field Summary
-
Fields inherited from class org.jboss.as.server.services.net.OutboundSocketBindingService
fixedSourcePort, outboundSocketName, socketBindingManagerSupplier, sourceInterfaceSupplier, sourcePort
-
-
Constructor Summary
Constructors Constructor Description RemoteDestinationOutboundSocketBindingService(Consumer<OutboundSocketBinding> outboundSocketBindingConsumer, Supplier<SocketBindingManager> socketBindingManagerSupplier, Supplier<NetworkInterfaceBinding> sourceInterfaceSupplier, String name, String destinationAddress, int destinationPort, Integer sourcePort, boolean fixedSourcePort)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected OutboundSocketBindingcreateOutboundSocketBinding()Create and return theOutboundSocketBindingfor this outbound socket binding service-
Methods inherited from class org.jboss.as.server.services.net.OutboundSocketBindingService
getValue, start, stop
-
-
-
-
Constructor Detail
-
RemoteDestinationOutboundSocketBindingService
public RemoteDestinationOutboundSocketBindingService(Consumer<OutboundSocketBinding> outboundSocketBindingConsumer, Supplier<SocketBindingManager> socketBindingManagerSupplier, Supplier<NetworkInterfaceBinding> sourceInterfaceSupplier, String name, String destinationAddress, int destinationPort, Integer sourcePort, boolean fixedSourcePort)
-
-
Method Detail
-
createOutboundSocketBinding
protected OutboundSocketBinding createOutboundSocketBinding()
Description copied from class:OutboundSocketBindingServiceCreate and return theOutboundSocketBindingfor this outbound socket binding service- Specified by:
createOutboundSocketBindingin classOutboundSocketBindingService- Returns:
-
-