Package org.jboss.as.controller.remote
-
Interface Summary Interface Description EarlyResponseSendListener Callback that can be provided to operation step handlers for operations like 'reload' and 'shutdown' where the response needs to be sent to the caller before the operation completes.ModelControllerOperationHandlerFactory Factory for operation handler services.TransactionalProtocolClient A transactional protocol client to execute management operations betweenModelControllers running on different processes.TransactionalProtocolClient.Operation An operation wrapper.TransactionalProtocolClient.PreparedOperation<T extends TransactionalProtocolClient.Operation> The prepared result.TransactionalProtocolClient.TransactionalOperationListener<T extends TransactionalProtocolClient.Operation> The transactional operation listener.