public interface ManagementRequest<T,A> extends ManagementResponseHandler<T,A>
| Modifier and Type | Method and Description |
|---|---|
byte |
getOperationType()
The operation type.
|
void |
sendRequest(ActiveOperation.ResultHandler<T> resultHandler,
ManagementRequestContext<A> context)
Send the request.
|
handleFailedhandleRequestbyte getOperationType()
void sendRequest(ActiveOperation.ResultHandler<T> resultHandler, ManagementRequestContext<A> context) throws IOException
resultHandler - the result handlercontext - the request contextIOException - for any errorCopyright © 2016 JBoss by Red Hat. All rights reserved.