Package | Description |
---|---|
org.jboss.as.protocol.mgmt | |
org.jboss.as.server.mgmt.domain |
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> |
ManagementChannelHandler.executeRequest(ManagementRequest<T,A> request,
A attachment,
ActiveOperation.CompletedCallback<T> callback)
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> |
ManagementRequestHandlerFactory.RequestHandlerChain.registerActiveOperation(Integer id,
A attachment,
ActiveOperation.CompletedCallback<T> callback)
Create a new active operation, with a given operation-id.
|
Modifier and Type | Method and Description |
---|---|
void |
HostControllerServerConnection.connect(CallbackHandler callbackHandler,
ActiveOperation.CompletedCallback<Void> callback)
Connect to the remote host-controller.
|
void |
HostControllerServerConnection.reconnect(URI connectionURI,
CallbackHandler callbackHandler,
ActiveOperation.CompletedCallback<Boolean> callback)
Reconnect to the server.
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.