Uses of Interface
org.jboss.as.protocol.mgmt.ManagementRequestContext.AsyncTask
-
Packages that use ManagementRequestContext.AsyncTask Package Description org.jboss.as.protocol.mgmt -
-
Uses of ManagementRequestContext.AsyncTask in org.jboss.as.protocol.mgmt
Subinterfaces of ManagementRequestContext.AsyncTask in org.jboss.as.protocol.mgmt Modifier and Type Interface Description static interfaceManagementRequestContext.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 levelMethods in org.jboss.as.protocol.mgmt that return ManagementRequestContext.AsyncTask Modifier and Type Method Description static <A> ManagementRequestContext.AsyncTask<A>ProtocolUtils. emptyResponseTask()Methods in org.jboss.as.protocol.mgmt with parameters of type ManagementRequestContext.AsyncTask Modifier and Type Method Description booleanManagementRequestContext. 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.
-