| Package | Description | 
|---|---|
| org.wildfly.swarm.config.management | |
| org.wildfly.swarm.config.management.service | 
| Modifier and Type | Method and Description | 
|---|---|
ActiveOperation | 
ManagementOperationsService.ManagementOperationsServiceResources.activeOperation(String key)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<ActiveOperation> | 
ManagementOperationsService.ManagementOperationsServiceResources.activeOperations()
Get the list of ActiveOperation resources 
 | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
ManagementOperationsService.activeOperation(ActiveOperation value)
Add the ActiveOperation object to the list of subresources 
 | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
ManagementOperationsService.activeOperations(List<ActiveOperation> value)
Add all ActiveOperation objects to this subresource 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ActiveOperation<T extends ActiveOperation<T>>
A currently executing operation. 
 | 
interface  | 
ActiveOperationConsumer<T extends ActiveOperation<T>>  | 
interface  | 
ActiveOperationSupplier<T extends ActiveOperation>  | 
| Modifier and Type | Method and Description | 
|---|---|
ActiveOperation | 
ActiveOperationSupplier.get()
Constructed instance of ActiveOperation resource 
 | 
Copyright © 2018 JBoss by Red Hat. All rights reserved.