Searched defs:stats (Results 1 - 25 of 43) sorted by relevance

12

/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/stats/
H A Dpackage-info.java21 package com.sun.identity.shared.stats;
H A DStatsListener.java29 package com.sun.identity.shared.stats;
37 * This method will be invoked when the stats time interval elapsed.
H A DStatsRunner.java29 package com.sun.identity.shared.stats;
H A DStats.java29 package com.sun.identity.shared.stats;
62 * <code>Stats</code> supports different states of filing stats information:
69 * set the default stats level and the output directory where the stats files
76 * specifies the output directory where the stats files will be created.
81 * com.iplanet.services.stats.state
82 * com.iplanet.services.stats.directory
97 * when statistics is turned off. It is recommended that the stats state be
105 /** flags the disabled stats state. */
131 * The default stats leve
[all...]
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/stats/
H A Dpackage-info.java21 package com.sun.identity.shared.stats;
H A DStatsListener.java29 package com.sun.identity.shared.stats;
37 * This method will be invoked when the stats time interval elapsed.
H A DStatsRunner.java29 package com.sun.identity.shared.stats;
H A DStats.java30 package com.sun.identity.shared.stats;
65 * <code>Stats</code> supports different states of filing stats information:
72 * set the default stats level and the output directory where the stats files
79 * specifies the output directory where the stats files will be created.
84 * com.iplanet.services.stats.state
85 * com.iplanet.services.stats.directory
100 * when statistics is turned off. It is recommended that the stats state be
108 /** flags the disabled stats state. */
134 * The default stats leve
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DEntitlementsStats.java36 import com.sun.identity.shared.stats.StatsListener;
37 import com.sun.identity.shared.stats.Stats;
41 private Stats stats; field in class:EntitlementsStats
43 public EntitlementsStats(Stats stats) { argument
44 this.stats = stats;
72 stats.record(sb.toString());
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DEntitlementsStats.java36 import com.sun.identity.shared.stats.StatsListener;
37 import com.sun.identity.shared.stats.Stats;
41 private Stats stats; field in class:EntitlementsStats
43 public EntitlementsStats(Stats stats) { argument
44 this.stats = stats;
72 stats.record(sb.toString());
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DSessionMaxStats.java31 import com.sun.identity.shared.stats.Stats;
32 import com.sun.identity.shared.stats.StatsListener;
44 private final Stats stats; field in class:SessionMaxStats
54 * @param stats
60 Stats stats) {
65 this.stats = stats;
89 stats.record(
98 stats.record("No sessions found in session table");
56 SessionMaxStats( InternalSessionCache internalSessionCache, MonitoringOperations monitoringOperations, SessionNotificationSender sessionNotificationSender, Stats stats) argument
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DSessionMaxStats.java36 import com.sun.identity.shared.stats.Stats;
37 import com.sun.identity.shared.stats.StatsListener;
49 private final Stats stats; field in class:SessionMaxStats
58 * @param stats
64 Stats stats) {
68 this.stats = stats;
93 stats.record(
102 stats.record("No sessions found in session table");
61 SessionMaxStats( SessionAccessManager sessionAccessManager, SessionNotificationSender sessionNotificationSender, Stats stats) argument
H A DSessionMaxStatsSetupListener.java42 import com.sun.identity.shared.stats.Stats;
65 private final Stats stats; field in class:SessionMaxStatsSetupListener.InitializeMaxSessionStats
72 @Named(STATS_MASTER_TABLE) final Stats stats,
76 this.stats = stats;
84 if (stats.isEnabled()) {
85 stats.addStatsListener(
86 new SessionMaxStats(accessManager, notificationSender, stats)
90 debug.error("Session stats initialization failed.", ex);
70 InitializeMaxSessionStats( @amedSESSION_DEBUG) final Debug debug, @Named(STATS_MASTER_TABLE) final Stats stats, final SessionAccessManager sessionAccessManager, final SessionNotificationSender sessionNotificationSender) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/jeb/
H A DJEMonitor.java93 private void addAttributesForStatsObject(List<Attribute> monitorAttrs, String attrPrefix, Object stats) argument
95 for (Method method : stats.getClass().getMethods())
101 addStatAttribute(monitorAttrs, attrPrefix, stats, method);
106 private void addStatAttribute(List<Attribute> monitorAttrs, String attrPrefix, Object stats, Method method) argument
115 monitorAttrs.add(Attributes.create(attrType, String.valueOf(method.invoke(stats))));
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pdb/
H A DPDBMonitor.java100 private void addAttributesForStatsObject(List<Attribute> monitorAttrs, String attrPrefix, Object stats) argument
103 for (Method method : stats.getClass().getMethods())
110 addStatAttribute(monitorAttrs, attrPrefix, stats, method, 3);
115 addStatAttribute(monitorAttrs, attrPrefix, stats, method, 2);
120 private void addStatAttribute(List<Attribute> monitorAttrs, String attrPrefix, Object stats, argument
126 monitorAttrs.add(Attributes.create(attrName, String.valueOf(method.invoke(stats))));
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/common/
H A DCacheStats.java32 import com.sun.identity.shared.stats.Stats;
33 import com.sun.identity.shared.stats.StatsListener;
53 private static Stats stats = null; field in class:CacheStats
58 stats = Stats.getInstance(CACHE_STATS_FILE_NAME);
75 if (stats.isEnabled()) {
76 stats.addStatsListener(cStats);
85 debug.message("CacheStats() Stats : " + stats.isEnabled());
94 if (stats.isEnabled()) {
104 if (stats.isEnabled()) {
119 stats
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/common/
H A DIdCacheStats.java31 import com.sun.identity.shared.stats.Stats;
32 import com.sun.identity.shared.stats.StatsListener;
57 private Stats stats = null; field in class:IdCacheStats
67 stats = Stats.getInstance(name);
71 if (stats.isEnabled()) {
79 if (stats.isEnabled()) {
87 if (stats.isEnabled()) {
95 if (stats.isEnabled()) {
109 stats.record("Idm Cache Statistics: " + nameOfCache + "\n--------------------"
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/common/
H A DCacheStats.java32 import com.sun.identity.shared.stats.Stats;
33 import com.sun.identity.shared.stats.StatsListener;
53 private static Stats stats = null; field in class:CacheStats
58 stats = Stats.getInstance(CACHE_STATS_FILE_NAME);
75 if (stats.isEnabled()) {
76 stats.addStatsListener(cStats);
85 debug.message("CacheStats() Stats : " + stats.isEnabled());
94 if (stats.isEnabled()) {
104 if (stats.isEnabled()) {
119 stats
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/common/
H A DIdCacheStats.java31 import com.sun.identity.shared.stats.Stats;
32 import com.sun.identity.shared.stats.StatsListener;
57 private Stats stats = null; field in class:IdCacheStats
67 stats = Stats.getInstance(name);
71 if (stats.isEnabled()) {
79 if (stats.isEnabled()) {
87 if (stats.isEnabled()) {
95 if (stats.isEnabled()) {
109 stats.record("Idm Cache Statistics: " + nameOfCache + "\n--------------------"
/forgerock/opendj-b2.6/src/snmp/src/org/opends/server/snmp/
H A DDsApplIfOpsEntryImpl.java75 private ObjectName stats; field in class:DsApplIfOpsEntryImpl
122 if (stats == null) {
123 stats = this.monitor.getConnectionHandlerStatistics(
126 if (stats != null) {
127 long value = Long.parseLong((String) this.monitor.getAttribute(stats,
141 if (stats == null) {
142 stats = this.monitor.getConnectionHandlerStatistics(
145 if (stats != null) {
146 long value = Long.parseLong((String) this.monitor.getAttribute(stats,
160 if (stats
[all...]
/forgerock/opendj2/src/snmp/src/org/opends/server/snmp/
H A DDsApplIfOpsEntryImpl.java74 private ObjectName stats; field in class:DsApplIfOpsEntryImpl
121 if (stats == null) {
122 stats = this.monitor.getConnectionHandlerStatistics(
125 if (stats != null) {
126 long value = Long.parseLong((String) this.monitor.getAttribute(stats,
140 if (stats == null) {
141 stats = this.monitor.getConnectionHandlerStatistics(
144 if (stats != null) {
145 long value = Long.parseLong((String) this.monitor.getAttribute(stats,
159 if (stats
[all...]
/forgerock/opendj2.6.2/src/snmp/src/org/opends/server/snmp/
H A DDsApplIfOpsEntryImpl.java75 private ObjectName stats; field in class:DsApplIfOpsEntryImpl
122 if (stats == null) {
123 stats = this.monitor.getConnectionHandlerStatistics(
126 if (stats != null) {
127 long value = Long.parseLong((String) this.monitor.getAttribute(stats,
141 if (stats == null) {
142 stats = this.monitor.getConnectionHandlerStatistics(
145 if (stats != null) {
146 long value = Long.parseLong((String) this.monitor.getAttribute(stats,
160 if (stats
[all...]
/forgerock/opendj2-jel-hg/src/snmp/src/org/opends/server/snmp/
H A DDsApplIfOpsEntryImpl.java75 private ObjectName stats; field in class:DsApplIfOpsEntryImpl
122 if (stats == null) {
123 stats = this.monitor.getConnectionHandlerStatistics(
126 if (stats != null) {
127 long value = Long.parseLong((String) this.monitor.getAttribute(stats,
141 if (stats == null) {
142 stats = this.monitor.getConnectionHandlerStatistics(
145 if (stats != null) {
146 long value = Long.parseLong((String) this.monitor.getAttribute(stats,
160 if (stats
[all...]
/forgerock/opendj2-hg/src/snmp/src/org/opends/server/snmp/
H A DDsApplIfOpsEntryImpl.java74 private ObjectName stats; field in class:DsApplIfOpsEntryImpl
121 if (stats == null) {
122 stats = this.monitor.getConnectionHandlerStatistics(
125 if (stats != null) {
126 long value = Long.parseLong((String) this.monitor.getAttribute(stats,
140 if (stats == null) {
141 stats = this.monitor.getConnectionHandlerStatistics(
144 if (stats != null) {
145 long value = Long.parseLong((String) this.monitor.getAttribute(stats,
159 if (stats
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/snmp/src/org/opends/server/snmp/
H A DDsApplIfOpsEntryImpl.java73 private ObjectName stats; field in class:DsApplIfOpsEntryImpl
120 if (stats == null) {
121 stats = this.monitor.getConnectionHandlerStatistics(
124 if (stats != null) {
125 long value = Long.parseLong((String) this.monitor.getAttribute(stats,
139 if (stats == null) {
140 stats = this.monitor.getConnectionHandlerStatistics(
143 if (stats != null) {
144 long value = Long.parseLong((String) this.monitor.getAttribute(stats,
158 if (stats
[all...]

Completed in 128 milliseconds

12