Package | Description |
---|---|
org.jboss.as.protocol.mgmt |
Modifier and Type | Method and Description |
---|---|
<T,A> ActiveOperation<T,A> |
ManagementRequestHandlerFactory.RequestHandlerChain.createActiveOperation(A attachment)
Create a new active operation.
|
<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)
Execute a management request.
|
<T,A> ActiveOperation<T,A> |
ManagementChannelHandler.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> 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)
Create a new active operation, with a given operation-id.
|
<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.
|
protected <T,A> ActiveOperation<T,A> |
AbstractMessageHandler.removeActiveOperation(Integer id)
Remove an active operation.
|
Modifier and Type | Method and Description |
---|---|
<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> org.jboss.threads.AsyncFuture<T> |
ManagementChannelHandler.executeRequest(ActiveOperation<T,A> support,
ManagementRequest<T,A> request)
Execute a request based on an existing active operation.
|
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.
|
protected <T,A> void |
AbstractMessageHandler.handleMessage(org.jboss.remoting3.Channel channel,
DataInput message,
ManagementProtocolHeader header,
ActiveOperation<T,A> support,
ManagementRequestHandler<T,A> handler)
Handle a message.
|
Copyright © 2023 JBoss by Red Hat. All rights reserved.