Package org.jboss.as.server.services.net
Class LocalDestinationOutboundSocketBindingService
- java.lang.Object
-
- org.jboss.as.server.services.net.OutboundSocketBindingService
-
- org.jboss.as.server.services.net.LocalDestinationOutboundSocketBindingService
-
- All Implemented Interfaces:
org.jboss.msc.Service,org.jboss.msc.service.Service<OutboundSocketBinding>,org.jboss.msc.value.Value<OutboundSocketBinding>
public class LocalDestinationOutboundSocketBindingService extends OutboundSocketBindingService
Service that represents a local-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 LocalDestinationOutboundSocketBindingService(Consumer<OutboundSocketBinding> outboundSocketBindingConsumer, Supplier<SocketBindingManager> socketBindingManagerSupplier, Supplier<NetworkInterfaceBinding> sourceInterfaceSupplier, Supplier<SocketBinding> localDestinationSocketBindingSupplier, String name, 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
-
LocalDestinationOutboundSocketBindingService
public LocalDestinationOutboundSocketBindingService(Consumer<OutboundSocketBinding> outboundSocketBindingConsumer, Supplier<SocketBindingManager> socketBindingManagerSupplier, Supplier<NetworkInterfaceBinding> sourceInterfaceSupplier, Supplier<SocketBinding> localDestinationSocketBindingSupplier, String name, 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:
-
-