public static interface ManagementRequestContext.AsyncTask<A>
ManagementRequestContext| Modifier and Type | Method and Description |
|---|---|
void |
execute(ManagementRequestContext<A> context)
Execute the task.
|
void execute(ManagementRequestContext<A> context) throws Exception
If the task throws an exception during execution, the
failed method of the
ResultHander associated with the request will be invoked, and if it returns true a failure
message will be sent to the remote client.
context - the request contextExceptionCopyright © 2020 JBoss by Red Hat. All rights reserved.