Java Reference
In-Depth Information
"outcome" => "success","response-headers" => {
"operation-requires-reload" => true,
"process-state" => "reload-required"
}
}
Apart from the operations that we have seen so far, which can be performed on every re-
source of your subsystems, there can be special operations that can be performed exclus-
ively on one resource. For example, within the naming subsystem, you will be able to is-
sue a jndi-view operation that will display the list of JNDI bindings, as shown in the
following code snippet:
/subsystem=naming/:jndi-view
{
"outcome" => "success",
"result" => {"java: contexts" => {
"java:" => {
"TransactionManager" => {
"class-name" =>
"com.arjuna.ats.jbossatx.jta.TransactionManagerDelegate","value"
=>
"com.arjuna.ats.jbossatx.jta.TransactionManagerDelegate@afd978"
},
. . .
}
Using the tab completion helper
Getting to know all the available commands in the CLI is a pretty hard task; this manage-
ment interface includes an essential feature, the tab completion. Suppose the cursor is po-
sitioned at the beginning of an empty line; now if you type in / and press the Tab key, you
will get the following list of all the available node types:
[standalone@localhost:9990 /] /
core-service extension
socket-binding-group
deployment interface subsystem
deployment-overlay path
system-property
Search WWH ::




Custom Search