public class DomainServerCommunicationServices extends Object implements org.jboss.msc.service.ServiceActivator, Serializable
Modifier and Type | Class and Description |
---|---|
static interface |
DomainServerCommunicationServices.OperationIDUpdater |
Modifier and Type | Method and Description |
---|---|
void |
activate(org.jboss.msc.service.ServiceActivatorContext serviceActivatorContext) |
static org.jboss.msc.service.ServiceActivator |
create(org.jboss.dmr.ModelNode endpointConfig,
URI managementURI,
String serverName,
String serverProcessName,
String authKey,
boolean managementSubsystemEndpoint,
Supplier<SSLContext> sslContextSupplier)
Create a new service activator for the domain server communication services.
|
public void activate(org.jboss.msc.service.ServiceActivatorContext serviceActivatorContext) throws org.jboss.msc.service.ServiceRegistryException
activate
in interface org.jboss.msc.service.ServiceActivator
org.jboss.msc.service.ServiceRegistryException
public static org.jboss.msc.service.ServiceActivator create(org.jboss.dmr.ModelNode endpointConfig, URI managementURI, String serverName, String serverProcessName, String authKey, boolean managementSubsystemEndpoint, Supplier<SSLContext> sslContextSupplier)
endpointConfig
- the endpoint configurationmanagementURI
- the management connection URIserverName
- the server nameserverProcessName
- the server process nameauthKey
- the authentication keymanagementSubsystemEndpoint
- whether to use the mgmt subsystem endpoint or notCopyright © 2023 JBoss by Red Hat. All rights reserved.