public interface ManagementRequestContext<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ManagementRequestContext.AsyncTask<A> |
| Modifier and Type | Method and Description |
|---|---|
void |
executeAsync(ManagementRequestContext.AsyncTask<A> task)
Execute async.
|
A |
getAttachment()
Get the attachment.
|
org.jboss.remoting3.Channel |
getChannel()
Get the underlying channel.
|
Integer |
getOperationId()
Get the current batch id for this operation.
|
ManagementProtocolHeader |
getRequestHeader()
Get the protocol header.
|
FlushableDataOutput |
writeMessage(ManagementProtocolHeader header)
Write a new message.
|
Integer getOperationId()
A getAttachment()
ActiveOperation.getAttachment()nullorg.jboss.remoting3.Channel getChannel()
ManagementProtocolHeader getRequestHeader()
void executeAsync(ManagementRequestContext.AsyncTask<A> task)
task - the taskFlushableDataOutput writeMessage(ManagementProtocolHeader header) throws IOException
header - the protocol headerIOExceptionCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.