| Package | Description |
|---|---|
| org.jboss.as.protocol.mgmt |
| 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 © 2015 JBoss by Red Hat. All rights reserved.