public class ManagementOperationsService<T extends ManagementOperationsService<T>> extends HashMap
| Modifier and Type | Class and Description |
|---|---|
static class |
ManagementOperationsService.ManagementOperationsServiceResources
Child mutators for ManagementOperationsService
|
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| 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() |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic 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 © 2017 JBoss by Red Hat. All rights reserved.