Searched defs:getMonServiceAttrs (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/
H A DConfigMonitoring.java135 * from getMonServiceAttrs() or Agent.startAgent()
138 int i = getMonServiceAttrs();
140 debug.error(classMethod + "getMonServiceAttrs returns " + i +
1062 private int getMonServiceAttrs() { method in class:ConfigMonitoring
1063 String classMethod = "ConfigMonitoring.getMonServiceAttrs: ";
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/
H A DConfigMonitoring.java120 * from getMonServiceAttrs() or Agent.startAgent()
123 int i = getMonServiceAttrs();
126 debug.message("{}getMonServiceAttrs returns {}, monitoring disabled", classMethod, i);
128 debug.error("{}getMonServiceAttrs returns {}, monitoring disabled", classMethod, i);
1050 private int getMonServiceAttrs() { method in class:ConfigMonitoring
1051 String classMethod = "ConfigMonitoring.getMonServiceAttrs: ";

Completed in 32 milliseconds