| Package | Description |
|---|---|
| org.jboss.as.console.client.shared.state | |
| org.jboss.dmr.client | |
| org.jboss.dmr.client.dispatch.impl |
| Modifier and Type | Method and Description |
|---|---|
boolean |
StandaloneResponseProcessor.accepts(ModelNode response) |
boolean |
ResponseProcessor.accepts(ModelNode response) |
boolean |
DomainResponseProcessor.accepts(ModelNode response) |
void |
ResponseProcessorDelegate.process(ModelNode response) |
void |
StandaloneResponseProcessor.process(ModelNode response,
Map<String,ServerState> serverStates) |
void |
ResponseProcessor.process(ModelNode response,
Map<String,ServerState> serverStates) |
void |
DomainResponseProcessor.process(ModelNode response,
Map<String,ServerState> serverStates) |
| Modifier and Type | Field and Description |
|---|---|
static ModelNode |
Validation.SCHEMA_DEFINITION |
| Modifier and Type | Method and Description |
|---|---|
ModelNode |
ModelNode.add()
Add a node to the end of this node's value list and return it.
|
ModelNode |
ModelNode.add(BigDecimal newValue)
Add the given value to the end of this node's value list.
|
ModelNode |
ModelNode.add(BigInteger newValue)
Add the given value to the end of this node's value list.
|
ModelNode |
ModelNode.add(boolean newValue)
Add the given value to the end of this node's value list.
|
ModelNode |
ModelNode.add(byte[] newValue)
Add the given value to the end of this node's value list.
|
ModelNode |
ModelNode.add(double newValue)
Add the given value to the end of this node's value list.
|
ModelNode |
ModelNode.add(int newValue)
Add the given value to the end of this node's value list.
|
ModelNode |
ModelNode.add(long newValue)
Add the given value to the end of this node's value list.
|
ModelNode |
ModelNode.add(ModelNode newValue)
Add a copy of the given value to the end of this node's value list.
|
ModelNode |
ModelNode.add(String newValue)
Add the given value to the end of this node's value list.
|
ModelNode |
ModelNode.add(String propertyName,
BigDecimal propertyValue)
Add a property with the given name and value to the end of this node's value list.
|
ModelNode |
ModelNode.add(String propertyName,
BigInteger propertyValue)
Add a property with the given name and value to the end of this node's value list.
|
ModelNode |
ModelNode.add(String propertyName,
boolean propertyValue)
Add a property with the given name and value to the end of this node's value list.
|
ModelNode |
ModelNode.add(String propertyName,
byte[] propertyValue)
Add a property with the given name and value to the end of this node's value list.
|
ModelNode |
ModelNode.add(String propertyName,
double propertyValue)
Add a property with the given name and value to the end of this node's value list.
|
ModelNode |
ModelNode.add(String propertyName,
int propertyValue)
Add a property with the given name and value to the end of this node's value list.
|
ModelNode |
ModelNode.add(String propertyName,
long propertyValue)
Add a property with the given name and value to the end of this node's value list.
|
ModelNode |
ModelNode.add(String propertyName,
ModelNode propertyValue)
Add a property with the given name and value to the end of this node's value list.
|
ModelNode |
ModelNode.add(String propertyName,
String propertyValue)
Add a property with the given name and value to the end of this node's value list.
|
ModelNode |
ModelNode.addEmptyList()
Add a node of type
ModelType.LIST to the end of this node's value list and return it. |
ModelNode |
ModelNode.addEmptyObject()
Add a node of type
ModelType.OBJECT to the end of this node's value list and return it. |
ModelNode |
ModelNode.addExpression(String newValue)
Add the given expression to the end of this node's value list.
|
ModelNode |
DispatchResult.as() |
ModelNode |
ModelNode.asObject()
Get a copy of this value as an object.
|
ModelNode |
ModelNode.clear()
Clear this node's value and change its type to
ModelType.UNDEFINED. |
ModelNode |
ModelNode.clone()
Clone this model node.
|
static ModelNode |
ModelNodeUtil.createOperation(String operationName,
String... address) |
static ModelNode |
ModelNode.fromBase64(String encoded) |
ModelNode |
ModelNode.get(int index)
Get the child of this node with the given index.
|
ModelNode |
ModelNode.get(String... names)
Recursively get the children of this node with the given names.
|
ModelNode |
ModelNode.get(String name)
Get the child of this node with the given name.
|
ModelNode |
Property.getValue() |
ModelNode |
ModelNode.remove(String name)
Remove a child of this node, returning the child.
|
ModelNode |
ModelNode.require(int index)
Require the existence of a child of this node with the given index, returning the child.
|
ModelNode |
ModelNode.require(String name)
Require the existence of a child of this node with the given name, returning the child.
|
ModelNode |
ModelNode.resolve()
Return a copy of this model node, with all system property expressions locally resolved.
|
ModelNode |
ModelNode.set(BigDecimal newValue)
Change this node's value to the given value.
|
ModelNode |
ModelNode.set(BigInteger newValue)
Change this node's value to the given value.
|
ModelNode |
ModelNode.set(boolean newValue)
Change this node's value to the given value.
|
ModelNode |
ModelNode.set(byte[] newValue)
Change this node's value to the given value.
|
ModelNode |
ModelNode.set(Collection<ModelNode> newValue)
Change this node's value to a list whose values are copied from the given collection.
|
ModelNode |
ModelNode.set(double newValue)
Change this node's value to the given value.
|
ModelNode |
ModelNode.set(int newValue)
Change this node's value to the given value.
|
ModelNode |
ModelNode.set(long newValue)
Change this node's value to the given value.
|
ModelNode |
ModelNode.set(ModelNode newValue)
Change this node's value to the given value.
|
ModelNode |
ModelNode.set(ModelType newValue)
Change this node's value to the given value.
|
ModelNode |
ModelNode.set(ModelType type,
Object propValue) |
ModelNode |
ModelNode.set(Property newValue)
Change this node's value to the given value.
|
ModelNode |
ModelNode.set(String newValue)
Change this node's value to the given value.
|
ModelNode |
ModelNode.set(String propertyName,
BigDecimal propertyValue)
Change this node's value to a property with the given name and value.
|
ModelNode |
ModelNode.set(String propertyName,
BigInteger propertyValue)
Change this node's value to a property with the given name and value.
|
ModelNode |
ModelNode.set(String propertyName,
boolean propertyValue)
Change this node's value to a property with the given name and value.
|
ModelNode |
ModelNode.set(String propertyName,
byte[] propertyValue)
Change this node's value to a property with the given name and value.
|
ModelNode |
ModelNode.set(String propertyName,
double propertyValue)
Change this node's value to a property with the given name and value.
|
ModelNode |
ModelNode.set(String propertyName,
int propertyValue)
Change this node's value to a property with the given name and value.
|
ModelNode |
ModelNode.set(String propertyName,
long propertyValue)
Change this node's value to a property with the given name and value.
|
ModelNode |
ModelNode.set(String propertyName,
ModelNode propertyValue)
Change this node's value to a property with the given name and value.
|
ModelNode |
ModelNode.set(String propertyName,
ModelType propertyValue)
Change this node's value to a property with the given name and value.
|
ModelNode |
ModelNode.set(String propertyName,
String propertyValue)
Change this node's value to a property with the given name and value.
|
ModelNode |
ModelNode.setEmptyList()
Change this node's value to an empty list.
|
ModelNode |
ModelNode.setEmptyObject()
Change this node's value to an empty object.
|
ModelNode |
ModelNode.setExpression(String newValue)
Change this node's value to the given expression value.
|
ModelNode |
ModelNode.setExpression(String propertyName,
String propertyValue)
Change this node's value to a property with the given name and expression value.
|
| Modifier and Type | Method and Description |
|---|---|
List<ModelNode> |
ModelNode.asList()
Get the list of entries contained in this object.
|
| Modifier and Type | Method and Description |
|---|---|
ModelNode |
ModelNode.add(ModelNode newValue)
Add a copy of the given value to the end of this node's value list.
|
ModelNode |
ModelNode.add(String propertyName,
ModelNode propertyValue)
Add a property with the given name and value to the end of this node's value list.
|
boolean |
ModelNode.equals(ModelNode other)
Determine whether this object is equal to another.
|
DispatchResult |
Dispatcher.execute(ModelNode operation) |
static boolean |
ModelNodeUtil.indicatesSuccess(ModelNode response) |
ModelNode |
ModelNode.set(ModelNode newValue)
Change this node's value to the given value.
|
ModelNode |
ModelNode.set(String propertyName,
ModelNode propertyValue)
Change this node's value to a property with the given name and value.
|
static void |
Validation.validate(ModelNode schema,
String rootType) |
| Modifier and Type | Method and Description |
|---|---|
ModelNode |
ModelNode.set(Collection<ModelNode> newValue)
Change this node's value to a list whose values are copied from the given collection.
|
| Constructor and Description |
|---|
Property(String name,
ModelNode value) |
| Modifier and Type | Method and Description |
|---|---|
ModelNode |
DMRResponse.get() |
ModelNode |
DMRAction.getOperation() |
| Constructor and Description |
|---|
DMRAction(ModelNode operation) |
DMRAction(ModelNode operation,
boolean cachable) |
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.