Package org.jboss.as.remoting
Class RemotingServices
java.lang.Object
org.jboss.as.remoting.RemotingServices
- Direct Known Subclasses:
ManagementRemotingServices
- Author:
- Kabir Khan, Richard Opalka
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.jboss.msc.service.ServiceNameDeprecated, for removal: This API element is subject to removal in a future version.Reference listener register capability insteadstatic final org.jboss.msc.service.ServiceNameThe name of the remoting servicestatic final org.jboss.msc.service.ServiceNameDeprecated, for removal: This API element is subject to removal in a future version.Reference remoting endpoint capability instead. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.jboss.msc.service.ServiceNamechannelServiceName(org.jboss.msc.service.ServiceName endpointName, String channelName) Create the service name for a channelstatic org.jboss.msc.service.ServiceNameconnectorServiceName(String connectorName) Create the service name for a connectorstatic voidinstallConnectorServicesForNetworkInterfaceBinding(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 voidinstallConnectorServicesForSocketBinding(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 voidinstallRemotingManagementEndpoint(org.jboss.msc.service.ServiceTarget serviceTarget, org.jboss.msc.service.ServiceName endpointName, String hostName, EndpointService.EndpointType type) static voidinstallRemotingManagementEndpoint(org.jboss.msc.service.ServiceTarget serviceTarget, org.jboss.msc.service.ServiceName endpointName, String hostName, EndpointService.EndpointType type, org.xnio.OptionMap options) static voidremoveConnectorServices(org.jboss.as.controller.OperationContext context, String connectorName) static org.jboss.msc.service.ServiceNameserverServiceName(String connectorName) Create the service name for a stream server
-
Field Details
-
REMOTING_BASE
public static final org.jboss.msc.service.ServiceName REMOTING_BASEThe name of the remoting service -
SUBSYSTEM_ENDPOINT
@Deprecated(forRemoval=true) public static final org.jboss.msc.service.ServiceName SUBSYSTEM_ENDPOINTDeprecated, 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_REGISTRYDeprecated, 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
Create the service name for a connector- Parameters:
connectorName- the connector name- Returns:
- the service name
-
serverServiceName
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)
-