@Deprecated public class ExternalManagementRequestExecutor extends Object implements org.jboss.msc.service.Service<ExecutorService>
| Modifier and Type | Field and Description |
|---|---|
static org.jboss.msc.service.ServiceName |
SERVICE_NAME
Deprecated.
may be removed at any time
|
| Modifier and Type | Method and Description |
|---|---|
ExecutorService |
getValue()
Deprecated.
|
static void |
install(org.jboss.msc.service.ServiceTarget target,
ThreadGroup threadGroup,
org.jboss.msc.service.ServiceName cleanupExecutor,
org.jboss.msc.service.StabilityMonitor monitor)
Deprecated.
|
void |
start(org.jboss.msc.service.StartContext context)
Deprecated.
|
void |
stop(org.jboss.msc.service.StopContext context)
Deprecated.
|
@Deprecated public static final org.jboss.msc.service.ServiceName SERVICE_NAME
public static void install(org.jboss.msc.service.ServiceTarget target,
ThreadGroup threadGroup,
org.jboss.msc.service.ServiceName cleanupExecutor,
org.jboss.msc.service.StabilityMonitor monitor)
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 context)
stop in interface org.jboss.msc.Servicepublic ExecutorService getValue() throws IllegalStateException, IllegalArgumentException
getValue in interface org.jboss.msc.value.Value<ExecutorService>IllegalStateExceptionIllegalArgumentExceptionCopyright © 2020 JBoss by Red Hat. All rights reserved.