public class HostControllerConnectionService extends Object implements org.jboss.msc.service.Service<HostControllerClient>
| Modifier and Type | Class and Description |
|---|---|
static class |
HostControllerConnectionService.SSLContextSupplier |
| Modifier and Type | Field and Description |
|---|---|
static org.jboss.msc.service.ServiceName |
SERVICE_NAME |
| Constructor and Description |
|---|
HostControllerConnectionService(URI connectionURI,
String serverName,
String serverProcessName,
String authKey,
int connectOperationID,
boolean managementSubsystemEndpoint,
Supplier<SSLContext> sslContextSupplier,
Supplier<ExecutorService> executorSupplier,
Supplier<ScheduledExecutorService> scheduledExecutorSupplier,
Supplier<org.jboss.remoting3.Endpoint> endpointSupplier,
Supplier<ProcessStateNotifier> processStateNotifierSupplier) |
| Modifier and Type | Method and Description |
|---|---|
HostControllerClient |
getValue() |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext stopContext) |
public HostControllerConnectionService(URI connectionURI, String serverName, String serverProcessName, String authKey, int connectOperationID, boolean managementSubsystemEndpoint, Supplier<SSLContext> sslContextSupplier, Supplier<ExecutorService> executorSupplier, Supplier<ScheduledExecutorService> scheduledExecutorSupplier, Supplier<org.jboss.remoting3.Endpoint> endpointSupplier, Supplier<ProcessStateNotifier> processStateNotifierSupplier)
public void start(org.jboss.msc.service.StartContext context)
throws org.jboss.msc.service.StartException
start in interface org.jboss.msc.Serviceorg.jboss.msc.service.StartExceptionpublic void stop(org.jboss.msc.service.StopContext stopContext)
stop in interface org.jboss.msc.Servicepublic HostControllerClient getValue() throws IllegalStateException, IllegalArgumentException
getValue in interface org.jboss.msc.value.Value<HostControllerClient>IllegalStateExceptionIllegalArgumentExceptionCopyright © 2021 JBoss by Red Hat. All rights reserved.