@Address(value="/subsystem=undertow/configuration=filter/mod-cluster=*/balancer=*/node=*/context=*") public class Context<T extends Context<T>> extends HashMap implements Keyed
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier and Type | Method and Description |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
String |
getKey() |
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
Integer |
requests()
The number of requests against this context
|
T |
requests(Integer value)
The number of requests against this context
|
String |
status()
The status of this context
|
T |
status(String value)
The status of this context
|
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 Context(String key)
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
@ModelNodeBinding(detypedName="requests") public Integer requests()
@ModelNodeBinding(detypedName="status") public String status()
Copyright © 2017 JBoss by Red Hat. All rights reserved.