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,
InetSocketAddress managementSocket,
String serverName,
String serverProcessName,
byte[] authKey,
boolean managementSubsystemEndpoint)
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, InetSocketAddress managementSocket, String serverName, String serverProcessName, byte[] authKey, boolean managementSubsystemEndpoint)
endpointConfig
- the endpoint configurationmanagementSocket
- the management socket addressserverName
- the server nameserverProcessName
- the server process nameauthKey
- the authentication keymanagementSubsystemEndpoint
- whether to use the mgmt subsystem endpoint or notCopyright © 2014 JBoss by Red Hat. All rights reserved.