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 void |
addController(List<org.jboss.msc.service.ServiceController<?>> newControllers,
ServiceVerificationHandler verificationHandler,
org.jboss.msc.service.ServiceBuilder<?> builder) |
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,
ServiceVerificationHandler verificationHandler,
List<org.jboss.msc.service.ServiceController<?>> newControllers) |
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,
ServiceVerificationHandler verificationHandler,
List<org.jboss.msc.service.ServiceController<?>> newControllers) |
static void |
installRemotingEndpoint(org.jboss.msc.service.ServiceTarget serviceTarget,
org.jboss.msc.service.ServiceName endpointName,
String hostName,
EndpointService.EndpointType type,
ServiceVerificationHandler verificationHandler,
List<org.jboss.msc.service.ServiceController<?>> newControllers) |
static void |
installSecurityServices(org.jboss.msc.service.ServiceTarget serviceTarget,
String connectorName,
org.jboss.msc.service.ServiceName securityRealmName,
org.jboss.msc.service.ServiceName serverCallbackServiceName,
org.jboss.msc.service.ServiceName tmpDirService,
ServiceVerificationHandler verificationHandler,
List<org.jboss.msc.service.ServiceController<?>> newControllers) |
static void |
installSubsystemRemotingEndpoint(org.jboss.msc.service.ServiceTarget serviceTarget,
String hostName,
ServiceVerificationHandler verificationHandler,
List<org.jboss.msc.service.ServiceController<?>> newControllers)
Installs the subystem remoting endpoint service.
|
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 installSubsystemRemotingEndpoint(org.jboss.msc.service.ServiceTarget serviceTarget, String hostName, ServiceVerificationHandler verificationHandler, List<org.jboss.msc.service.ServiceController<?>> newControllers)
serviceTarget
- the service target to install the services intohostName
- the name of this hostpublic static void addController(List<org.jboss.msc.service.ServiceController<?>> newControllers, ServiceVerificationHandler verificationHandler, org.jboss.msc.service.ServiceBuilder<?> builder)
public static void installRemotingEndpoint(org.jboss.msc.service.ServiceTarget serviceTarget, org.jboss.msc.service.ServiceName endpointName, String hostName, EndpointService.EndpointType type, ServiceVerificationHandler verificationHandler, List<org.jboss.msc.service.ServiceController<?>> newControllers)
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, ServiceVerificationHandler verificationHandler, List<org.jboss.msc.service.ServiceController<?>> newControllers)
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, ServiceVerificationHandler verificationHandler, List<org.jboss.msc.service.ServiceController<?>> newControllers)
public static void installSecurityServices(org.jboss.msc.service.ServiceTarget serviceTarget, String connectorName, org.jboss.msc.service.ServiceName securityRealmName, org.jboss.msc.service.ServiceName serverCallbackServiceName, org.jboss.msc.service.ServiceName tmpDirService, ServiceVerificationHandler verificationHandler, List<org.jboss.msc.service.ServiceController<?>> newControllers)
public static void removeConnectorServices(OperationContext context, String connectorName)
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.