Searched refs:dottedNames (Results 1 - 4 of 4) sorted by relevance

/glassfish-3.1.2/tests/amx/src/org/glassfish/admin/amxtest/config/
H A DDottedNamesTest.java100 getAllNames(final DottedNames dottedNames) { argument
101 final Attribute[] attrs = (Attribute[]) dottedNames.dottedNameGet("*");
114 final DottedNames dottedNames = getDomainRoot().getDottedNames();
116 final String[] names = getAllNames(dottedNames);
118 final Object[] results = dottedNames.dottedNameGet(names);
127 final MonitoringDottedNames dottedNames = getDomainRoot().getMonitoringDottedNames();
129 final String[] names = getAllNames(dottedNames);
131 final Object[] results = dottedNames.dottedNameGet(names);
141 final DottedNames dottedNames = getDomainRoot().getDottedNames();
143 final Attribute[] results = (Attribute[]) dottedNames
196 testList( final DottedNames dottedNames, final String dottedName) argument
[all...]
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/admin/
H A DListCommand.java121 Map<Dom, String> dottedNames = new HashMap<Dom, String>();
123 dottedNames.putAll(getAllDottedNodes(parentNode.node));
132 Map<Dom, String> matchingNodes = getMatchingNodes(dottedNames, pattern);
136 matchingNodes = getMatchingNodes(dottedNames, pattern.substring(0, pattern.lastIndexOf(".")));
H A DGetCommand.java146 Map<Dom, String> dottedNames = new HashMap<Dom, String>();
148 dottedNames.putAll(getAllDottedNodes(parentNode.node));
150 dottedNames.put(parentNode.node, "domain");
153 matchingNodes = getMatchingNodes(dottedNames, pattern);
157 matchingNodes = getMatchingNodes(dottedNames, pattern.substring(0, pattern.lastIndexOf(".")));
H A DSetCommand.java188 Map<Dom, String> dottedNames = new HashMap<Dom, String>();
191 dottedNames.putAll(getAllDottedNodes(parentNode.node));
193 matchingNodes = getMatchingNodes(dottedNames, pattern);
210 matchingNodes = getMatchingNodes(dottedNames, pattern);

Completed in 17 milliseconds