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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceSchemaManagerImpl.java642 //Utilizing SSMI_LOCK here to ensure that listeners are only added to one new ssmi instance
643 synchronized (SSMI_LOCK) {
672 private static final Object SSMI_LOCK = new Object(); field in class:ServiceSchemaManagerImpl
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceSchemaManagerImpl.java644 //Utilizing SSMI_LOCK here to ensure that listeners are only added to one new ssmi instance
645 synchronized (SSMI_LOCK) {
674 private static final Object SSMI_LOCK = new Object(); field in class:ServiceSchemaManagerImpl

Completed in 24 milliseconds