public interface ManagementChannelAssociation
Channel
to a management client.Modifier and Type | Method and Description |
---|---|
<T,A> org.jboss.threads.AsyncFuture<T> |
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> |
executeRequest(Integer operationId,
ManagementRequest<T,A> request)
Execute a request based on an existing active operation.
|
<T,A> ActiveOperation<T,A> |
executeRequest(ManagementRequest<T,A> request,
A attachment)
Execute a management request.
|
<T,A> ActiveOperation<T,A> |
executeRequest(ManagementRequest<T,A> request,
A attachment,
ActiveOperation.CompletedCallback<T> callback)
Execute a management request.
|
org.jboss.remoting3.Attachments |
getAttachments()
Get the attachments.
|
org.jboss.remoting3.Channel |
getChannel()
Get the underlying remoting channel associated with this context.
|
<T,A> ActiveOperation<T,A> |
initializeOperation(A attachment,
ActiveOperation.CompletedCallback<T> callback) |
<T,A> ActiveOperation<T,A> executeRequest(ManagementRequest<T,A> request, A attachment) throws IOException
T
- the result typeA
- the attachment typerequest
- the requestattachment
- the attachmentIOException
<T,A> ActiveOperation<T,A> executeRequest(ManagementRequest<T,A> request, A attachment, ActiveOperation.CompletedCallback<T> callback) throws IOException
T
- the result typeA
- the attachment typerequest
- the requestattachment
- the attachmentcallback
- the completion listenerIOException
<T,A> org.jboss.threads.AsyncFuture<T> executeRequest(Integer operationId, ManagementRequest<T,A> request) throws IOException
T
- the request typeA
- the attachment typeoperationId
- the operation-id of the existing active operationrequest
- the requestIOException
<T,A> org.jboss.threads.AsyncFuture<T> executeRequest(ActiveOperation<T,A> operation, ManagementRequest<T,A> request) throws IOException
T
- the result typeA
- the attachment typeoperation
- the active operationrequest
- the requestIOException
<T,A> ActiveOperation<T,A> initializeOperation(A attachment, ActiveOperation.CompletedCallback<T> callback) throws IOException
IOException
org.jboss.remoting3.Channel getChannel() throws IOException
IOException
org.jboss.remoting3.Attachments getAttachments()
Copyright © 2023 JBoss by Red Hat. All rights reserved.