Package | Description |
---|---|
org.jboss.as.protocol.mgmt |
Modifier and Type | Interface and Description |
---|---|
static interface |
ManagementRequestContext.MultipleResponseAsyncTask<A>
Deprecated.
this is a bit of a hack, plus we can move this method into AsyncTask with a default impl
once this module no longer requires JDK 6 source level
|
Modifier and Type | Method and Description |
---|---|
static <A> ManagementRequestContext.AsyncTask<A> |
ProtocolUtils.emptyResponseTask() |
Modifier and Type | Method and Description |
---|---|
boolean |
ManagementRequestContext.executeAsync(ManagementRequestContext.AsyncTask<A> task)
Execute a cancellable task at some point in the future, using this object's internal
Executor . |
boolean |
ManagementRequestContext.executeAsync(ManagementRequestContext.AsyncTask<A> task,
boolean cancellable)
Execute a possibly cancellable task at some point in the future, using this object's internal
Executor . |
boolean |
ManagementRequestContext.executeAsync(ManagementRequestContext.AsyncTask<A> task,
boolean cancellable,
Executor executor)
Execute a possibly cancellable task at some point in the future, using the given
Executor . |
boolean |
ManagementRequestContext.executeAsync(ManagementRequestContext.AsyncTask<A> task,
Executor executor)
Execute a cancellable task at some point in the future, using the given
Executor . |
Copyright © 2023 JBoss by Red Hat. All rights reserved.