public class ManagementOperationsService<T extends ManagementOperationsService<T>> extends Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
ManagementOperationsService.ManagementOperationsServiceResources
Child mutators for ManagementOperationsService 
 | 
| Constructor and Description | 
|---|
ManagementOperationsService()  | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
activeOperation(ActiveOperation value)
Add the ActiveOperation object to the list of subresources 
 | 
T | 
activeOperation(ActiveOperationSupplier supplier)
Install a supplied ActiveOperation object to the list of subresources 
 | 
T | 
activeOperation(String childKey)
Create and configure a ActiveOperation object to the list of subresources 
 | 
T | 
activeOperation(String childKey,
               ActiveOperationConsumer consumer)
Create and configure a ActiveOperation object to the list of subresources 
 | 
T | 
activeOperations(List<ActiveOperation> value)
Add all ActiveOperation objects to this subresource 
 | 
void | 
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener 
 | 
String | 
getKey()  | 
void | 
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener 
 | 
ManagementOperationsService.ManagementOperationsServiceResources | 
subresources()  | 
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public ManagementOperationsService.ManagementOperationsServiceResources subresources()
public T activeOperations(List<ActiveOperation> value)
value - List of ActiveOperation objects.public T activeOperation(ActiveOperation value)
value - The ActiveOperation to addpublic T activeOperation(String childKey, ActiveOperationConsumer consumer)
key - The key for the ActiveOperation resourceconfig - The ActiveOperationConsumer to usepublic T activeOperation(String childKey)
key - The key for the ActiveOperation resourcepublic T activeOperation(ActiveOperationSupplier supplier)
Copyright © 2018 JBoss by Red Hat. All rights reserved.