protected <T,A> org.jboss.threads.AsyncFuture<T> |
AbstractMessageHandler.executeRequest(ManagementRequest<T,A> request,
org.jboss.remoting3.Channel channel,
ActiveOperation<T,A> support) |
Execute a request.
|
<T,A> org.jboss.threads.AsyncFuture<T> |
ManagementChannelAssociation.executeRequest(Integer operationId,
ManagementRequest<T,A> request) |
Execute a request based on an existing active operation.
|
<T,A> org.jboss.threads.AsyncFuture<T> |
ManagementChannelAssociation.executeRequest(ActiveOperation<T,A> operation,
ManagementRequest<T,A> request) |
Execute a request based on an existing active operation.
|
<T,A> ActiveOperation<T,A> |
ManagementChannelAssociation.executeRequest(ManagementRequest<T,A> request,
A attachment) |
Execute a management request.
|
<T,A> ActiveOperation<T,A> |
ManagementChannelAssociation.executeRequest(ManagementRequest<T,A> request,
A attachment,
ActiveOperation.CompletedCallback<T> callback) |
Execute a management request.
|
<T,A> org.jboss.threads.AsyncFuture<T> |
ManagementChannelHandler.executeRequest(Integer operationId,
ManagementRequest<T,A> request) |
Execute a request based on an existing active operation.
|
<T,A> org.jboss.threads.AsyncFuture<T> |
ManagementChannelHandler.executeRequest(ActiveOperation<T,A> support,
ManagementRequest<T,A> request) |
Execute a request based on an existing active operation.
|
<T,A> ActiveOperation<T,A> |
ManagementChannelHandler.executeRequest(ManagementRequest<T,A> request,
A attachment) |
Execute a management request.
|
<T,A> ActiveOperation<T,A> |
ManagementChannelHandler.executeRequest(ManagementRequest<T,A> request,
A attachment,
ActiveOperation.CompletedCallback<T> callback) |
Execute a management request.
|