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)
Add a service controller, registering a verification listener if present and adding the controller
to the given list, if present
|
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 |
installRemotingManagementEndpoint(org.jboss.msc.service.ServiceTarget serviceTarget,
org.jboss.msc.service.ServiceName endpointName,
String hostName,
EndpointService.EndpointType type,
org.xnio.OptionMap options,
ServiceVerificationHandler verificationHandler,
List<org.jboss.msc.service.ServiceController<?>> newControllers) |
static void |
installRemotingManagementEndpoint(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,
String realmName,
org.jboss.msc.service.ServiceName serverCallbackServiceName,
org.jboss.msc.service.ServiceName tmpDirService,
ServiceVerificationHandler verificationHandler,
List<org.jboss.msc.service.ServiceController<?>> newControllers) |
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 addController(List<org.jboss.msc.service.ServiceController<?>> newControllers, ServiceVerificationHandler verificationHandler, org.jboss.msc.service.ServiceBuilder<?> builder)
newControllers - the list of new controllers to add the controller to. May be nullverificationHandler - the verification listener to register. May be nullbuilder - the builder for the service controller. Will not be nullpublic static void installRemotingManagementEndpoint(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 installRemotingManagementEndpoint(org.jboss.msc.service.ServiceTarget serviceTarget,
org.jboss.msc.service.ServiceName endpointName,
String hostName,
EndpointService.EndpointType type,
org.xnio.OptionMap options,
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,
String realmName,
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 © 2014 JBoss by Red Hat. All rights reserved.