Package org.jboss.as.server
Class DomainServerCommunicationServices
- java.lang.Object
-
- org.jboss.as.server.DomainServerCommunicationServices
-
- All Implemented Interfaces:
Serializable,org.jboss.msc.service.ServiceActivator
public class DomainServerCommunicationServices extends Object implements org.jboss.msc.service.ServiceActivator, Serializable
Service activator for the communication services of a managed server in a domain.- Author:
- Emanuel Muckenhuber, Richard Opalka
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDomainServerCommunicationServices.OperationIDUpdater
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactivate(org.jboss.msc.service.ServiceActivatorContext serviceActivatorContext)static org.jboss.msc.service.ServiceActivatorcreate(org.jboss.dmr.ModelNode endpointConfig, URI managementURI, String serverName, String serverProcessName, String serverAuthToken, boolean managementSubsystemEndpoint, Supplier<SSLContext> sslContextSupplier)Create a new service activator for the domain server communication services.
-
-
-
Method Detail
-
activate
public void activate(org.jboss.msc.service.ServiceActivatorContext serviceActivatorContext) throws org.jboss.msc.service.ServiceRegistryException- Specified by:
activatein interfaceorg.jboss.msc.service.ServiceActivator- Throws:
org.jboss.msc.service.ServiceRegistryException
-
create
public static org.jboss.msc.service.ServiceActivator create(org.jboss.dmr.ModelNode endpointConfig, URI managementURI, String serverName, String serverProcessName, String serverAuthToken, boolean managementSubsystemEndpoint, Supplier<SSLContext> sslContextSupplier)Create a new service activator for the domain server communication services.- Parameters:
endpointConfig- the endpoint configurationmanagementURI- the management connection URIserverName- the server nameserverProcessName- the server process nameserverAuthToken- the authentication token the server will use to connect back to the management interface.managementSubsystemEndpoint- whether to use the mgmt subsystem endpoint or not- Returns:
- the service activator
-
-