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

/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DSessionServiceConfig.java173 public boolean isSendPropertyNotification(String key) { method in class:SessionServiceConfig.HotSwappableSessionServiceConfig
534 public boolean isSendPropertyNotification(String key) { method in class:SessionServiceConfig
535 return hotSwappableSessionServiceConfig.isSendPropertyNotification(key);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DSessionServiceConfig.java216 public boolean isSendPropertyNotification(String key) { method in class:SessionServiceConfig.HotSwappableSessionServiceConfig
704 public boolean isSendPropertyNotification(String key) { method in class:SessionServiceConfig
705 return hotSwappableSessionServiceConfig.isSendPropertyNotification(key);

Completed in 23 milliseconds