Java Reference
In-Depth Information
you are able to issue a jndi-view operation that will display the list of JNDI bind-
ings, 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 CLI is a pretty hard task; however,
since its first release, this management interface includes an essential feature, the
tab completion. Suppose the cursor is positioned at the beginning of an empty line, if
you type in / and press the Tab key, you will get a list of all the available node types:
[standalone@localhost:9999 /] /
core-service deployment
extension
interface path
socket-binding-group
subsystem system-property
After selecting the node type, you want to enter into the tree of resources, so type =
and press the Tab key again. This will result in a list of all the node names available
for the chosen node type:
Search WWH ::




Custom Search