Package | Description |
---|---|
org.jboss.as.protocol.mgmt |
Modifier and Type | Method and Description |
---|---|
<T,A> ActiveOperation<T,A> |
ManagementRequestHandlerFactory.RequestHandlerChain.createActiveOperation(A attachment,
ActiveOperation.CompletedCallback<T> callback)
Create a new active operation.
|
<T,A> ActiveOperation<T,A> |
ManagementChannelAssociation.executeRequest(ManagementRequest<T,A> request,
A attachment,
ActiveOperation.CompletedCallback<T> callback)
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.
|
<T,A> ActiveOperation<T,A> |
ManagementChannelAssociation.initializeOperation(A attachment,
ActiveOperation.CompletedCallback<T> callback) |
<T,A> ActiveOperation<T,A> |
ManagementChannelHandler.initializeOperation(A attachment,
ActiveOperation.CompletedCallback<T> callback) |
<T,A> ActiveOperation<T,A> |
ManagementRequestHandlerFactory.RequestHandlerChain.registerActiveOperation(Integer id,
A attachment,
ActiveOperation.CompletedCallback<T> callback)
Create a new active operation, with a given operation-id.
|
Copyright © 2023 JBoss by Red Hat. All rights reserved.