Searched refs:getNumCachedPolicies (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/monitoring/
H A DSsoServerEntitlementSvcImpl.java91 public Integer getNumCachedPolicies() throws SnmpStatusException { method in class:SsoServerEntitlementSvcImpl
93 "SsoServerEntitlementSvcImpl.getNumCachedPolicies: ";
95 int i = OpenSSOIndexStore.getNumCachedPolicies();
H A DSsoServerEntitlementPolicyStatsEntryImpl.java107 int i = OpenSSOIndexStore.getNumCachedPolicies(
/forgerock/openam/openam-core/src/main/java/com/sun/identity/monitoring/
H A DSsoServerEntitlementSvcImpl.java91 public Integer getNumCachedPolicies() throws SnmpStatusException { method in class:SsoServerEntitlementSvcImpl
93 "SsoServerEntitlementSvcImpl.getNumCachedPolicies: ";
95 int i = OpenSSOIndexStore.getNumCachedPolicies();
H A DSsoServerEntitlementPolicyStatsEntryImpl.java107 int i = OpenSSOIndexStore.getNumCachedPolicies(
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DEntitlementsStats.java63 sb.append(OpenSSOIndexStore.getNumCachedPolicies());
H A DOpenSSOIndexStore.java920 public static int getNumCachedPolicies(String realm) { method in class:OpenSSOIndexStore
926 public static int getNumCachedPolicies() { method in class:OpenSSOIndexStore
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DEntitlementsStats.java63 sb.append(OpenSSOIndexStore.getNumCachedPolicies());
H A DOpenSSOIndexStore.java928 public static int getNumCachedPolicies(String realm) { method in class:OpenSSOIndexStore
934 public static int getNumCachedPolicies() { method in class:OpenSSOIndexStore

Completed in 49 milliseconds