Uses of Interface
org.jboss.as.protocol.mgmt.ManagementRequestContext.AsyncTask
Packages that use ManagementRequestContext.AsyncTask
-
Uses of ManagementRequestContext.AsyncTask in org.jboss.as.protocol.mgmt
Subinterfaces of ManagementRequestContext.AsyncTask in org.jboss.as.protocol.mgmtModifier and TypeInterfaceDescriptionstatic interfaceDeprecated.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 levelMethods in org.jboss.as.protocol.mgmt that return ManagementRequestContext.AsyncTaskModifier and TypeMethodDescriptionstatic <A> ManagementRequestContext.AsyncTask<A>ProtocolUtils.emptyResponseTask()Methods in org.jboss.as.protocol.mgmt with parameters of type ManagementRequestContext.AsyncTaskModifier and TypeMethodDescriptionbooleanManagementRequestContext.executeAsync(ManagementRequestContext.AsyncTask<A> task) Execute a cancellable task at some point in the future, using this object's internalExecutor.booleanManagementRequestContext.executeAsync(ManagementRequestContext.AsyncTask<A> task, boolean cancellable) Execute a possibly cancellable task at some point in the future, using this object's internalExecutor.booleanManagementRequestContext.executeAsync(ManagementRequestContext.AsyncTask<A> task, boolean cancellable, Executor executor) Execute a possibly cancellable task at some point in the future, using the givenExecutor.booleanManagementRequestContext.executeAsync(ManagementRequestContext.AsyncTask<A> task, Executor executor) Execute a cancellable task at some point in the future, using the givenExecutor.