| Modifier and Type | Method and Description |
|---|---|
Address |
Address.add(String... addressParts) |
Address |
Address.add(String type,
String name) |
Address |
Address.clone() |
static Address |
Address.root() |
| Modifier and Type | Method and Description |
|---|---|
static org.jboss.dmr.ModelNode |
JBossASClient.createReadAttributeRequest(boolean runtime,
String attributeName,
Address address)
Convienence method that allows you to create request that reads a single attribute
value to a resource.
|
static org.jboss.dmr.ModelNode |
JBossASClient.createReadAttributeRequest(String attributeName,
Address address)
Convienence method that allows you to create request that reads a single attribute
value to a resource.
|
static org.jboss.dmr.ModelNode |
JBossASClient.createRequest(String operation,
Address address)
Convienence method that builds a partial operation request node.
|
static org.jboss.dmr.ModelNode |
JBossASClient.createWriteAttributeRequest(String attributeName,
String attributeValue,
Address address)
Convienence method that allows you to create request that writes a single attribute's
string value to a resource.
|
org.jboss.dmr.ModelNode |
JBossASClient.findNodeInList(Address addr,
String haystack,
String needle)
This tries to find specific node within a list of nodes.
|
String |
JBossASClient.getStringAttribute(boolean runtime,
String attributeName,
Address address)
Convienence method that allows you to obtain a single attribute's string value from
a resource.
|
String |
JBossASClient.getStringAttribute(String attributeName,
Address address)
Convienence method that allows you to obtain a single attribute's string value from
a resource.
|
org.jboss.dmr.ModelNode |
JBossASClient.readResource(Address addr)
This returns information on the resource at the given address.
|
org.jboss.dmr.ModelNode |
JBossASClient.readResource(Address addr,
boolean recursive)
This returns information on the resource at the given address, recursively
returning child nodes with the result if recursive argument is set to
true. |
void |
JBossASClient.remove(Address doomedAddr)
Removes the resource at the given address.
|
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.