Searched refs:monIdRepo (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/remote/
H A DIdRemoteCachedServicesImpl.java85 private static com.sun.identity.monitoring.SsoServerIdRepoSvcImpl monIdRepo; field in class:IdRemoteCachedServicesImpl
100 monIdRepo =
360 ((monIdRepo = Agent.getIdrepoSvcMBean()) != null))
363 monIdRepo.incGetRqts(li);
438 ((monIdRepo = Agent.getIdrepoSvcMBean()) != null))
441 monIdRepo.incCacheHits(li);
461 ((monIdRepo = Agent.getIdrepoSvcMBean()) != null))
464 monIdRepo.incGetRqts(li);
480 ((monIdRepo = Agent.getIdrepoSvcMBean()) != null))
483 monIdRepo
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdCachedServicesImpl.java87 private static SsoServerIdRepoSvcImpl monIdRepo; field in class:IdCachedServicesImpl
114 monIdRepo = Agent.getIdrepoSvcMBean();
346 ((monIdRepo = Agent.getIdrepoSvcMBean()) != null)) {
348 monIdRepo.incGetRqts(li);
422 ((monIdRepo = Agent.getIdrepoSvcMBean()) != null)) {
424 monIdRepo.incCacheHits(li);
442 ((monIdRepo = Agent.getIdrepoSvcMBean()) != null)) {
444 monIdRepo.incGetRqts(li);
460 ((monIdRepo = Agent.getIdrepoSvcMBean()) != null)) {
462 monIdRepo
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/remote/
H A DIdRemoteCachedServicesImpl.java85 private static com.sun.identity.monitoring.SsoServerIdRepoSvcImpl monIdRepo; field in class:IdRemoteCachedServicesImpl
100 monIdRepo =
360 ((monIdRepo = Agent.getIdrepoSvcMBean()) != null))
363 monIdRepo.incGetRqts(li);
438 ((monIdRepo = Agent.getIdrepoSvcMBean()) != null))
441 monIdRepo.incCacheHits(li);
461 ((monIdRepo = Agent.getIdrepoSvcMBean()) != null))
464 monIdRepo.incGetRqts(li);
480 ((monIdRepo = Agent.getIdrepoSvcMBean()) != null))
483 monIdRepo
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdCachedServicesImpl.java89 private static SsoServerIdRepoSvcImpl monIdRepo; field in class:IdCachedServicesImpl
116 monIdRepo = Agent.getIdrepoSvcMBean();
346 ((monIdRepo = Agent.getIdrepoSvcMBean()) != null)) {
348 monIdRepo.incGetRqts(li);
422 ((monIdRepo = Agent.getIdrepoSvcMBean()) != null)) {
424 monIdRepo.incCacheHits(li);
442 ((monIdRepo = Agent.getIdrepoSvcMBean()) != null)) {
444 monIdRepo.incGetRqts(li);
460 ((monIdRepo = Agent.getIdrepoSvcMBean()) != null)) {
462 monIdRepo
[all...]

Completed in 759 milliseconds