Interface | Description |
---|---|
Command |
Executor's Command are dedicated to contain purely business logic that should be executed.
|
CommandCallback |
CommandCallback represents logic that shall be executed after command invocation.
|
ErrorInfo |
Represents Error information of the executor service data model.
|
Executor |
Core logic of executor is encapsulated by this interface.
|
ExecutorAdminService |
Simple administration api for executor service.
|
ExecutorQueryService |
Executor query interface that provides runtime access to data.
|
ExecutorService |
Top level facade that aggregates operations defined in:
Executor
ExecutorQueryService
ExecutorAdminService
|
ExecutorStoreService | |
Reoccurring |
Marks given executor command it is reoccurring and shall be rescheduled after completion of single instance.
|
RequestInfo |
Represents request information for the executor service.
|
Class | Description |
---|---|
CommandContext |
Data holder for any contextual data that shall be given to the command upon execution.
|
ExecutionResults |
Data holder for command's result data.
|
ExecutorService.IdProvider |
Enum | Description |
---|---|
STATUS |
Possible statuses of the request
|
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.