| Modifier and Type | Method and Description |
|---|---|
void |
MsgLogger_$logger.warnFailedToLocate(ProtocolException e,
String typeName,
String location,
String parentLocation) |
void |
MsgLogger.warnFailedToLocate(ProtocolException e,
String typeName,
String location,
String parentLocation) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Driver.attributeExists(AttributeLocation<L> attributeLocation)
|
Object |
Driver.fetchAttribute(AttributeLocation<L> attributeLocation)
Fetches the attribute value specified by the given
attributeLocation from a MonitoredEndpoint and
returns it. |
Map<L,Object> |
Driver.fetchAttributeAsMap(AttributeLocation<L> attributeLocation)
Fetches the attribute value specified by the given
attributeLocation from a MonitoredEndpoint and
returns it as the values in the given map. |
<N> Map<L,N> |
Driver.fetchNodes(L query)
Fetches nodes that match the given
query from a MonitoredEndpoint and returns them as an
immutable Map. |
String |
LocationResolver.findWildcardMatch(L multiTargetLocation,
L singleLocation)
Given a multi-target location (e.g.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
DMRDriver.fetchAttribute(AttributeLocation<DMRNodeLocation> location) |
Map<DMRNodeLocation,Object> |
DMRDriver.fetchAttributeAsMap(AttributeLocation<DMRNodeLocation> location) |
Map<DMRNodeLocation,org.jboss.dmr.ModelNode> |
DMRDriver.fetchNodes(DMRNodeLocation query) |
String |
DMRLocationResolver.findWildcardMatch(DMRNodeLocation multiTargetLocation,
DMRNodeLocation singleLocation) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
JMXDriver.attributeExists(AttributeLocation<JMXNodeLocation> location) |
Object |
JMXDriver.fetchAttribute(AttributeLocation<JMXNodeLocation> location) |
Map<JMXNodeLocation,Object> |
JMXDriver.fetchAttributeAsMap(AttributeLocation<JMXNodeLocation> location) |
Map<JMXNodeLocation,ObjectName> |
JMXDriver.fetchNodes(JMXNodeLocation query) |
String |
JMXLocationResolver.findWildcardMatch(JMXNodeLocation multiTargetLocation,
JMXNodeLocation singleLocation) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PlatformDriver.attributeExists(AttributeLocation<PlatformNodeLocation> location) |
Object |
PlatformDriver.fetchAttribute(AttributeLocation<PlatformNodeLocation> location) |
Map<PlatformNodeLocation,Object> |
PlatformDriver.fetchAttributeAsMap(AttributeLocation<PlatformNodeLocation> location) |
Map<PlatformNodeLocation,PlatformResourceNode> |
PlatformDriver.fetchNodes(PlatformNodeLocation location) |
String |
PlatformLocationResolver.findWildcardMatch(PlatformNodeLocation multiTargetLocation,
PlatformNodeLocation singleLocation) |
Copyright © 2015 Red Hat, Inc.. All rights reserved.