public final class ManagementRemotingServices extends RemotingServices
Modifier and Type | Field and Description |
---|---|
static String |
DOMAIN_CHANNEL
The name of the channel used between slave and master DCs
|
static String |
MANAGEMENT_CHANNEL
The name of the external management channel
|
static String |
MANAGEMENT_CONNECTOR |
static org.jboss.msc.service.ServiceName |
MANAGEMENT_ENDPOINT
The name of the endpoint service used for management
|
static String |
SERVER_CHANNEL
The name of the channel used for Server to HC comms
|
REMOTING_BASE, SUBSYSTEM_ENDPOINT
Modifier and Type | Method and Description |
---|---|
static void |
installDomainConnectorServices(org.jboss.msc.service.ServiceTarget serviceTarget,
org.jboss.msc.service.ServiceName endpointName,
org.jboss.msc.service.ServiceName networkInterfaceBinding,
int port,
org.jboss.msc.service.ServiceName securityRealmName,
ServiceVerificationHandler verificationHandler,
List<org.jboss.msc.service.ServiceController<?>> newControllers)
Installs a remoting stream server for a domain instance
|
static void |
installManagementChannelOpenListenerService(org.jboss.msc.service.ServiceTarget serviceTarget,
org.jboss.msc.service.ServiceName endpointName,
String channelName,
org.jboss.msc.service.ServiceName operationHandlerName,
ServiceVerificationHandler verificationHandler,
List<org.jboss.msc.service.ServiceController<?>> newControllers)
Set up the services to create a channel listener.
|
static void |
installManagementChannelServices(org.jboss.msc.service.ServiceTarget serviceTarget,
org.jboss.msc.service.ServiceName endpointName,
AbstractModelControllerOperationHandlerFactoryService operationHandlerService,
org.jboss.msc.service.ServiceName modelControllerName,
String channelName,
ServiceVerificationHandler verificationHandler,
List<org.jboss.msc.service.ServiceController<?>> newControllers)
Set up the services to create a channel listener and operation handler service.
|
static void |
removeManagementChannelOpenListenerService(OperationContext context,
org.jboss.msc.service.ServiceName endpointName,
String channelName) |
static void |
removeManagementChannelServices(OperationContext context,
org.jboss.msc.service.ServiceName endpointName,
String channelName) |
addController, channelServiceName, connectorServiceName, installConnectorServicesForNetworkInterfaceBinding, installConnectorServicesForSocketBinding, installRemotingEndpoint, installSecurityServices, installSubsystemRemotingEndpoint, removeConnectorServices, serverServiceName
public static final org.jboss.msc.service.ServiceName MANAGEMENT_ENDPOINT
public static final String MANAGEMENT_CHANNEL
public static final String DOMAIN_CHANNEL
public static final String SERVER_CHANNEL
public static final String MANAGEMENT_CONNECTOR
public static void installDomainConnectorServices(org.jboss.msc.service.ServiceTarget serviceTarget, org.jboss.msc.service.ServiceName endpointName, org.jboss.msc.service.ServiceName networkInterfaceBinding, int port, org.jboss.msc.service.ServiceName securityRealmName, ServiceVerificationHandler verificationHandler, List<org.jboss.msc.service.ServiceController<?>> newControllers)
serviceTarget
- the service target to install the services intoendpointName
- the name of the endpoint to install the stream server intonetworkInterfaceBinding
- the network interface bindingport
- the portverificationHandler
- newControllers
- public static void installManagementChannelOpenListenerService(org.jboss.msc.service.ServiceTarget serviceTarget, org.jboss.msc.service.ServiceName endpointName, String channelName, org.jboss.msc.service.ServiceName operationHandlerName, ServiceVerificationHandler verificationHandler, List<org.jboss.msc.service.ServiceController<?>> newControllers)
endpointName
exists.serviceTarget
- the service target to install the services intoendpointName
- the name of the endpoint to install a channel listener intochannelName
- the name of the channeloperationHandlerName
- the name of the operation handler to handle request for this channelverificationHandler
- newControllers
- list to add the new services topublic static void removeManagementChannelOpenListenerService(OperationContext context, org.jboss.msc.service.ServiceName endpointName, String channelName)
public static void installManagementChannelServices(org.jboss.msc.service.ServiceTarget serviceTarget, org.jboss.msc.service.ServiceName endpointName, AbstractModelControllerOperationHandlerFactoryService operationHandlerService, org.jboss.msc.service.ServiceName modelControllerName, String channelName, ServiceVerificationHandler verificationHandler, List<org.jboss.msc.service.ServiceController<?>> newControllers)
serviceTarget
- the service target to install the services intoendpointName
- the endpoint name to install the services intochannelName
- the name of the channelverificationHandler
- newControllers
- list to add the new services topublic static void removeManagementChannelServices(OperationContext context, org.jboss.msc.service.ServiceName endpointName, String channelName)
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.