Uses of Interface
org.jboss.as.protocol.mgmt.ActiveOperation
Packages that use ActiveOperation
-
Uses of ActiveOperation in org.jboss.as.protocol.mgmt
Methods in org.jboss.as.protocol.mgmt that return ActiveOperationModifier and TypeMethodDescription<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> 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) 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.protected <T,A> ActiveOperation<T, A> AbstractMessageHandler.getActiveOperation(Integer id) Get the active operation.protected <T,A> ActiveOperation<T, A> AbstractMessageHandler.getActiveOperation(ManagementRequestHeader header) Get an active operation.<T,A> ActiveOperation<T, A> ManagementChannelAssociation.initializeOperation(A attachment, ActiveOperation.CompletedCallback<T> callback) Initialize a newActiveOperation, for subsequent use withManagementChannelAssociation.executeRequest(ActiveOperation, ManagementRequest).<T,A> ActiveOperation<T, A> ManagementChannelHandler.initializeOperation(A attachment, ActiveOperation.CompletedCallback<T> callback) protected <T,A> ActiveOperation<T, A> AbstractMessageHandler.registerActiveOperation(A attachment) Register an active operation.protected <T,A> ActiveOperation<T, A> AbstractMessageHandler.registerActiveOperation(A attachment, ActiveOperation.CompletedCallback<T> callback) Register an active operation.protected <T,A> ActiveOperation<T, A> AbstractMessageHandler.registerActiveOperation(Integer id, A attachment) Register an active operation with a specific operation id.protected <T,A> ActiveOperation<T, A> AbstractMessageHandler.registerActiveOperation(Integer id, A attachment, ActiveOperation.CompletedCallback<T> callback) Register an active operation with a specific operation id.<T,A> ActiveOperation<T, A> ManagementRequestHandlerFactory.RequestHandlerChain.registerActiveOperation(Integer id, A attachment) Create a new active operation, with a given operation-id obtained from anincoming request's header.<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-idobtained from anincoming request's header.protected <T,A> ActiveOperation<T, A> AbstractMessageHandler.removeActiveOperation(Integer id) Remove an active operation.Methods in org.jboss.as.protocol.mgmt with parameters of type ActiveOperationModifier and TypeMethodDescriptionprotected <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.<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> void AbstractMessageHandler.handleMessage(org.jboss.remoting3.Channel channel, DataInput message, ManagementProtocolHeader header, ActiveOperation<T, A> support, ManagementRequestHandler<T, A> handler) Handle a message.