Class RemotingServices

java.lang.Object
org.jboss.as.remoting.RemotingServices
Direct Known Subclasses:
ManagementRemotingServices

public class RemotingServices extends Object
Author:
Kabir Khan, Richard Opalka
  • Field Summary

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.jboss.msc.service.ServiceName
    channelServiceName(org.jboss.msc.service.ServiceName endpointName, String channelName)
    Create the service name for a channel
    static org.jboss.msc.service.ServiceName
    Create the service name for a connector
    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, String protocol, org.xnio.OptionMap connectorPropertiesOptionMap, org.jboss.msc.service.ServiceName saslAuthenticationFactory, org.jboss.msc.service.ServiceName sslContext, org.jboss.msc.service.ServiceName socketBindingManager)
    Deprecated.
    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, String protocol)
     
    static void
    installRemotingManagementEndpoint(org.jboss.msc.service.ServiceTarget serviceTarget, org.jboss.msc.service.ServiceName endpointName, String hostName, EndpointService.EndpointType type)
     
    static void
    installRemotingManagementEndpoint(org.jboss.msc.service.ServiceTarget serviceTarget, org.jboss.msc.service.ServiceName endpointName, String hostName, EndpointService.EndpointType type, org.xnio.OptionMap options)
     
    static void
    removeConnectorServices(org.jboss.as.controller.OperationContext context, String connectorName)
     
    static org.jboss.msc.service.ServiceName
    serverServiceName(String connectorName)
    Create the service name for a stream server

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • 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 Details

    • RemotingServices

      public RemotingServices()
  • Method Details

    • 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, String protocol, 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, String protocol)
    • removeConnectorServices

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