Class RemotingConnectorBindingInfoService

java.lang.Object
org.jboss.as.remoting.RemotingConnectorBindingInfoService
All Implemented Interfaces:
org.jboss.msc.Service

public final class RemotingConnectorBindingInfoService extends Object implements org.jboss.msc.Service
Service that publishes socket binding information for remoting connectors
Author:
Stuart Douglas, Richard Opalka
  • Method Details

    • serviceName

      @Deprecated public static org.jboss.msc.service.ServiceName serviceName(String connectorName)
      Deprecated.
      Deprecated. Use a ProtocolSocketBinding provided by the org.wildfly.remoting.connector capability
    • install

      public static void install(org.jboss.msc.service.ServiceTarget target, String connectorName, SocketBinding binding, Protocol protocol)
    • start

      public void start(org.jboss.msc.service.StartContext startContext)
      Specified by:
      start in interface org.jboss.msc.Service
    • stop

      public void stop(org.jboss.msc.service.StopContext stopContext)
      Specified by:
      stop in interface org.jboss.msc.Service