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

/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DSessionServiceConfig.java118 private volatile HotSwappableSessionServiceConfig hotSwappableSessionServiceConfig;
126 private class HotSwappableSessionServiceConfig { class in class:SessionServiceConfig
149 private HotSwappableSessionServiceConfig(ServiceSchemaManager ssm) throws SMSException { method in class:SessionServiceConfig.HotSwappableSessionServiceConfig
307 hotSwappableSessionServiceConfig = new HotSwappableSessionServiceConfig(serviceSchemaManager);
313 hotSwappableSessionServiceConfig = new HotSwappableSessionServiceConfig(serviceSchemaManager);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DSessionServiceConfig.java140 private volatile HotSwappableSessionServiceConfig hotSwappableSessionServiceConfig;
167 private class HotSwappableSessionServiceConfig { class in class:SessionServiceConfig
191 private HotSwappableSessionServiceConfig(ServiceSchemaManager ssm) throws SMSException { method in class:SessionServiceConfig.HotSwappableSessionServiceConfig
365 hotSwappableSessionServiceConfig = new HotSwappableSessionServiceConfig(serviceSchemaManager);
372 hotSwappableSessionServiceConfig = new HotSwappableSessionServiceConfig(serviceSchemaManager);

Completed in 40 milliseconds