public class RemotingServices extends Object
Modifier and Type | Field and Description |
---|---|
static org.jboss.msc.service.ServiceName |
REMOTING_BASE
The name of the remoting service
|
static org.jboss.msc.service.ServiceName |
SUBSYSTEM_ENDPOINT
The name of the endpoint service installed by the remoting subsystem.
|
Constructor and Description |
---|
RemotingServices() |
Modifier and Type | Method and 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 |
connectorServiceName(String connectorName)
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,
org.xnio.OptionMap connectorPropertiesOptionMap)
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) |
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 |
installSecurityServices(org.jboss.msc.service.ServiceTarget serviceTarget,
String connectorName,
String realmName,
org.jboss.msc.service.ServiceName serverCallbackServiceName,
org.jboss.msc.service.ServiceName tmpDirService) |
static void |
removeConnectorServices(OperationContext context,
String connectorName) |
static org.jboss.msc.service.ServiceName |
serverServiceName(String connectorName)
Create the service name for a stream server
|
public static final org.jboss.msc.service.ServiceName REMOTING_BASE
public static final org.jboss.msc.service.ServiceName SUBSYSTEM_ENDPOINT
public static org.jboss.msc.service.ServiceName connectorServiceName(String connectorName)
connectorName
- the connector namepublic static org.jboss.msc.service.ServiceName serverServiceName(String connectorName)
connectorName
- the connector namepublic static org.jboss.msc.service.ServiceName channelServiceName(org.jboss.msc.service.ServiceName endpointName, String channelName)
channelName
- the channel namepublic static void installRemotingManagementEndpoint(org.jboss.msc.service.ServiceTarget serviceTarget, org.jboss.msc.service.ServiceName endpointName, String hostName, EndpointService.EndpointType type)
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)
@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)
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)
public static void installSecurityServices(org.jboss.msc.service.ServiceTarget serviceTarget, String connectorName, String realmName, org.jboss.msc.service.ServiceName serverCallbackServiceName, org.jboss.msc.service.ServiceName tmpDirService)
public static void removeConnectorServices(OperationContext context, String connectorName)
Copyright © 2023 JBoss by Red Hat. All rights reserved.