public class HttpShutdownService extends Object implements org.jboss.msc.service.Service<Void>
#stop() method completes.
Beside active http requests this also waits for all other active management requests, since in case http-upgrade
was used mgmt operations are now tracked using the ManagementChannelOpenListenerService.| Constructor and Description |
|---|
HttpShutdownService() |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.msc.value.InjectedValue<Executor> |
getExecutorValue() |
org.jboss.msc.value.InjectedValue<ManagementChannelRegistryService> |
getMgmtChannelRegistry() |
org.jboss.msc.value.InjectedValue<ManagementHttpRequestProcessor> |
getProcessorValue() |
Void |
getValue() |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
public void start(org.jboss.msc.service.StartContext context)
throws org.jboss.msc.service.StartException
start in interface org.jboss.msc.service.Service<Void>org.jboss.msc.service.StartExceptionpublic void stop(org.jboss.msc.service.StopContext context)
stop in interface org.jboss.msc.service.Service<Void>public Void getValue() throws IllegalStateException, IllegalArgumentException
getValue in interface org.jboss.msc.value.Value<Void>IllegalStateExceptionIllegalArgumentExceptionpublic org.jboss.msc.value.InjectedValue<Executor> getExecutorValue()
public org.jboss.msc.value.InjectedValue<ManagementHttpRequestProcessor> getProcessorValue()
public org.jboss.msc.value.InjectedValue<ManagementChannelRegistryService> getMgmtChannelRegistry()
Copyright © 2017 JBoss by Red Hat. All rights reserved.