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>
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, sourcePortFields inherited from interface org.jboss.msc.service.Service
NULL -
Constructor Summary
ConstructorsConstructorDescriptionRemoteDestinationOutboundSocketBindingService(Consumer<OutboundSocketBinding> outboundSocketBindingConsumer, Supplier<SocketBindingManager> socketBindingManagerSupplier, Supplier<NetworkInterfaceBinding> sourceInterfaceSupplier, String name, String destinationAddress, int destinationPort, Integer sourcePort, boolean fixedSourcePort) -
Method Summary
Modifier and TypeMethodDescriptionprotected OutboundSocketBindingCreate and return theOutboundSocketBindingfor this outbound socket binding serviceMethods inherited from class org.jboss.as.server.services.net.OutboundSocketBindingService
getValue, start, stop
-
Constructor Details
-
RemoteDestinationOutboundSocketBindingService
public RemoteDestinationOutboundSocketBindingService(Consumer<OutboundSocketBinding> outboundSocketBindingConsumer, Supplier<SocketBindingManager> socketBindingManagerSupplier, Supplier<NetworkInterfaceBinding> sourceInterfaceSupplier, String name, String destinationAddress, int destinationPort, Integer sourcePort, boolean fixedSourcePort)
-
-
Method Details
-
createOutboundSocketBinding
Description copied from class:OutboundSocketBindingServiceCreate and return theOutboundSocketBindingfor this outbound socket binding service- Specified by:
createOutboundSocketBindingin classOutboundSocketBindingService- Returns:
-