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

/openjdk7/jdk/src/share/classes/javax/management/monitor/
H A DMonitor.java158 private String firstAttribute; field in class:Monitor
814 (firstAttribute == null && attribute.indexOf('.') != -1);
840 if (firstAttribute == null) {
845 firstAttribute = attribute;
849 if (firstAttribute == null) {
851 firstAttribute = tokens[0];
857 firstAttribute = attribute;
860 fa = firstAttribute;
1457 firstAttribute = null;

Completed in 25 milliseconds