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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DServerConfigXML.java112 public int maxPool; field in class:ServerConfigXML.ServerGroup
126 maxPool = Integer.parseInt(elm.getAttribute(
193 .append(Integer.toString(maxPool)).append("\"")
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DServerConfigXML.java109 public int maxPool; field in class:ServerConfigXML.ServerGroup
123 maxPool = Integer.parseInt(elm.getAttribute(
190 .append(Integer.toString(maxPool)).append("\"")

Completed in 28 milliseconds