Searched defs:pooling (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DControlPanelInfo.java83 private boolean pooling; field in class:ControlPanelInfo
806 * Starts pooling the server configuration. The period of the pooling is
808 * the pooling in another thread.
816 pooling = true;
836 pooling = false;
843 * Stops pooling the server. This method is synchronous, it does not return
844 * until the pooling is actually stopped.
850 while ((poolingThread != null) && pooling)
863 pooling
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DControlPanelInfo.java84 private boolean pooling; field in class:ControlPanelInfo
807 * Starts pooling the server configuration. The period of the pooling is
809 * the pooling in another thread.
817 pooling = true;
837 pooling = false;
844 * Stops pooling the server. This method is synchronous, it does not return
845 * until the pooling is actually stopped.
851 while ((poolingThread != null) && pooling)
864 pooling
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DControlPanelInfo.java84 private boolean pooling; field in class:ControlPanelInfo
807 * Starts pooling the server configuration. The period of the pooling is
809 * the pooling in another thread.
817 pooling = true;
837 pooling = false;
844 * Stops pooling the server. This method is synchronous, it does not return
845 * until the pooling is actually stopped.
851 while ((poolingThread != null) && pooling)
864 pooling
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DControlPanelInfo.java83 private boolean pooling; field in class:ControlPanelInfo
806 * Starts pooling the server configuration. The period of the pooling is
808 * the pooling in another thread.
816 pooling = true;
836 pooling = false;
843 * Stops pooling the server. This method is synchronous, it does not return
844 * until the pooling is actually stopped.
850 while ((poolingThread != null) && pooling)
863 pooling
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DControlPanelInfo.java85 private boolean pooling; field in class:ControlPanelInfo
808 * Starts pooling the server configuration. The period of the pooling is
810 * the pooling in another thread.
818 pooling = true;
838 pooling = false;
845 * Stops pooling the server. This method is synchronous, it does not return
846 * until the pooling is actually stopped.
852 while ((poolingThread != null) && pooling)
865 pooling
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/datamodel/
H A DControlPanelInfo.java97 private boolean pooling; field in class:ControlPanelInfo
746 * Starts pooling the server configuration. The period of the pooling is
748 * the pooling in another thread.
756 pooling = true;
776 pooling = false;
783 * Stops pooling the server. This method is synchronous, it does not return
784 * until the pooling is actually stopped.
789 while (poolingThread != null && pooling)
802 pooling
[all...]

Completed in 44 milliseconds