Class RemotingServices

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.jboss.msc.service.ServiceName HTTP_LISTENER_REGISTRY
      Deprecated, for removal: This API element is subject to removal in a future version.
      Reference listener register capability instead
      static org.jboss.msc.service.ServiceName REMOTING_BASE
      The name of the remoting service
      static org.jboss.msc.service.ServiceName SUBSYSTEM_ENDPOINT
      Deprecated, for removal: This API element is subject to removal in a future version.
      Reference remoting endpoint capability instead.
    • Field Detail

      • REMOTING_BASE

        public static final org.jboss.msc.service.ServiceName REMOTING_BASE
        The name of the remoting service
      • SUBSYSTEM_ENDPOINT

        @Deprecated(forRemoval=true)
        public static final org.jboss.msc.service.ServiceName SUBSYSTEM_ENDPOINT
        Deprecated, for removal: This API element is subject to removal in a future version.
        Reference remoting endpoint capability instead.
        The name of the endpoint service installed by the remoting subsystem.
      • HTTP_LISTENER_REGISTRY

        @Deprecated(forRemoval=true)
        public static final org.jboss.msc.service.ServiceName HTTP_LISTENER_REGISTRY
        Deprecated, for removal: This API element is subject to removal in a future version.
        Reference listener register capability instead
    • Constructor Detail

      • RemotingServices

        public RemotingServices()
    • Method Detail

      • connectorServiceName

        public static org.jboss.msc.service.ServiceName connectorServiceName​(String connectorName)
        Create the service name for a connector
        Parameters:
        connectorName - the connector name
        Returns:
        the service name
      • serverServiceName

        public static org.jboss.msc.service.ServiceName serverServiceName​(String connectorName)
        Create the service name for a stream server
        Parameters:
        connectorName - the connector name
        Returns:
        the service name
      • channelServiceName

        public static org.jboss.msc.service.ServiceName channelServiceName​(org.jboss.msc.service.ServiceName endpointName,
                                                                           String channelName)
        Create the service name for a channel
        Parameters:
        channelName - the channel name
        Returns:
        the service name
      • installRemotingManagementEndpoint

        public static void installRemotingManagementEndpoint​(org.jboss.msc.service.ServiceTarget serviceTarget,
                                                             org.jboss.msc.service.ServiceName endpointName,
                                                             String hostName,
                                                             EndpointService.EndpointType type)
      • installRemotingManagementEndpoint

        public static void installRemotingManagementEndpoint​(org.jboss.msc.service.ServiceTarget serviceTarget,
                                                             org.jboss.msc.service.ServiceName endpointName,
                                                             String hostName,
                                                             EndpointService.EndpointType type,
                                                             org.xnio.OptionMap options)
      • installConnectorServicesForNetworkInterfaceBinding

        @Deprecated
        public static void installConnectorServicesForNetworkInterfaceBinding​(org.jboss.msc.service.ServiceTarget serviceTarget,
                                                                              org.jboss.msc.service.ServiceName endpointName,
                                                                              String connectorName,
                                                                              org.jboss.msc.service.ServiceName networkInterfaceBindingName,
                                                                              int port,
                                                                              org.xnio.OptionMap connectorPropertiesOptionMap,
                                                                              org.jboss.msc.service.ServiceName saslAuthenticationFactory,
                                                                              org.jboss.msc.service.ServiceName sslContext,
                                                                              org.jboss.msc.service.ServiceName socketBindingManager)
        Deprecated.
      • installConnectorServicesForSocketBinding

        public static void installConnectorServicesForSocketBinding​(org.jboss.msc.service.ServiceTarget serviceTarget,
                                                                    org.jboss.msc.service.ServiceName endpointName,
                                                                    String connectorName,
                                                                    org.jboss.msc.service.ServiceName socketBindingName,
                                                                    org.xnio.OptionMap connectorPropertiesOptionMap,
                                                                    org.jboss.msc.service.ServiceName saslAuthenticationFactory,
                                                                    org.jboss.msc.service.ServiceName sslContext,
                                                                    org.jboss.msc.service.ServiceName socketBindingManager)
      • removeConnectorServices

        public static void removeConnectorServices​(org.jboss.as.controller.OperationContext context,
                                                   String connectorName)