Searched refs:monitor (Results 26 - 50 of 164) sorted by relevance

1234567

/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/indextree/
H A DIndexChangeManagerImpl.java30 * This implementation delegates the responsibility of listening in for index changes to a monitor. The manager then
31 * ensures the monitor is up and running and handles fail over by re-initiating the monitor. The monitor initiation is
32 * done via a scheduler, so that it periodically attempts to start the monitor, until it's happily running. The creation
47 private final IndexChangeMonitor monitor; field in class:IndexChangeManagerImpl
57 public IndexChangeManagerImpl(IndexChangeMonitor monitor, IndexChangeObservable observable) { argument
58 this.monitor = monitor;
69 // Attempt to start the monitor
[all...]
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/indextree/
H A DIndexChangeManagerImpl.java32 * This implementation delegates the responsibility of listening in for index changes to a monitor. The manager then
33 * ensures the monitor is up and running and handles fail over by re-initiating the monitor. The monitor initiation is
34 * done via a scheduler, so that it periodically attempts to start the monitor, until it's happily running. The creation
49 private final IndexChangeMonitor monitor; field in class:IndexChangeManagerImpl
59 public IndexChangeManagerImpl(IndexChangeMonitor monitor, IndexChangeObservable observable) { argument
60 this.monitor = monitor;
71 // Attempt to start the monitor
[all...]
/forgerock/openam-v13/openam-core/src/test/java/org/forgerock/openam/utils/
H A DShutdownMonitorTest.java31 private ShutdownMonitor monitor; field in class:ShutdownMonitorTest
38 monitor = new ShutdownMonitor(shutdownManagerWrapper);
45 assertThat(monitor.hasShutdown()).isFalse();
51 assertThat(monitor.hasShutdown()).isTrue();
/forgerock/openam/openam-core/src/test/java/org/forgerock/openam/utils/
H A DShutdownMonitorTest.java31 private ShutdownMonitor monitor; field in class:ShutdownMonitorTest
38 monitor = new ShutdownMonitor(shutdownManagerWrapper);
45 assertThat(monitor.hasShutdown()).isFalse();
51 assertThat(monitor.hasShutdown()).isTrue();
/forgerock/opendj-v3/opendj-server-legacy/src/snmp/src/org/opends/server/snmp/
H A DDsTableEntryImpl.java63 private SNMPMonitor monitor; field in class:DsTableEntryImpl
84 this.monitor = SNMPMonitor.getMonitor(server);
94 String value1 = (String) this.monitor.getAttribute(
97 String value2 = (String) this.monitor.getAttribute(
114 Long value = Long.parseLong((String) this.monitor.getAttribute(
131 Long value = Long.parseLong((String) this.monitor.getAttribute(
153 Object value = this.monitor.getAttribute(name,
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/cts/worker/
H A DCTSWorkerManager.java45 private final ThreadMonitor monitor; field in class:CTSWorkerManager
60 * @param monitor Non null, required for thread monitoring.
65 public static CTSWorkerManager newCTSWorkerInit(CTSWorkerTaskProvider taskProvider, ThreadMonitor monitor, argument
68 final CTSWorkerManager manager = new CTSWorkerManager(taskProvider, monitor, config, executorServiceFactory, debug);
80 CTSWorkerManager(CTSWorkerTaskProvider workerTaskProvider, ThreadMonitor monitor, CoreTokenConfig config, argument
83 this.monitor = monitor;
104 monitor.watchScheduledThread(
/forgerock/opendj2/src/server/org/opends/server/api/
H A DConnectionHandler.java61 /** The monitor associated with this connection handler. */
62 private ConnectionHandlerMonitor monitor; field in class:ConnectionHandler
81 monitor = null;
251 * Retrieves the monitor instance for this connection handler.
253 * @return The monitor instance for this connection handler, or
258 return monitor;
264 * Sets the monitor instance for this connection handler.
266 * @param monitor The monitor instance for this connection
270 ConnectionHandlerMonitor monitor)
269 setConnectionHandlerMonitor( ConnectionHandlerMonitor monitor) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/api/
H A DConnectionHandler.java62 /** The monitor associated with this connection handler. */
63 private ConnectionHandlerMonitor monitor; field in class:ConnectionHandler
82 monitor = null;
252 * Retrieves the monitor instance for this connection handler.
254 * @return The monitor instance for this connection handler, or
259 return monitor;
265 * Sets the monitor instance for this connection handler.
267 * @param monitor The monitor instance for this connection
271 ConnectionHandlerMonitor monitor)
270 setConnectionHandlerMonitor( ConnectionHandlerMonitor monitor) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/api/
H A DConnectionHandler.java62 /** The monitor associated with this connection handler. */
63 private ConnectionHandlerMonitor monitor; field in class:ConnectionHandler
82 monitor = null;
252 * Retrieves the monitor instance for this connection handler.
254 * @return The monitor instance for this connection handler, or
259 return monitor;
265 * Sets the monitor instance for this connection handler.
267 * @param monitor The monitor instance for this connection
271 ConnectionHandlerMonitor monitor)
270 setConnectionHandlerMonitor( ConnectionHandlerMonitor monitor) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/api/
H A DConnectionHandler.java61 /** The monitor associated with this connection handler. */
62 private ConnectionHandlerMonitor monitor; field in class:ConnectionHandler
81 monitor = null;
251 * Retrieves the monitor instance for this connection handler.
253 * @return The monitor instance for this connection handler, or
258 return monitor;
264 * Sets the monitor instance for this connection handler.
266 * @param monitor The monitor instance for this connection
270 ConnectionHandlerMonitor monitor)
269 setConnectionHandlerMonitor( ConnectionHandlerMonitor monitor) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/api/
H A DConnectionHandler.java62 /** The monitor associated with this connection handler. */
63 private ConnectionHandlerMonitor monitor; field in class:ConnectionHandler
82 monitor = null;
252 * Retrieves the monitor instance for this connection handler.
254 * @return The monitor instance for this connection handler, or
259 return monitor;
265 * Sets the monitor instance for this connection handler.
267 * @param monitor The monitor instance for this connection
271 ConnectionHandlerMonitor monitor)
270 setConnectionHandlerMonitor( ConnectionHandlerMonitor monitor) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/api/
H A DConnectionHandler.java66 /** The monitor associated with this connection handler. */
67 private ConnectionHandlerMonitor monitor; field in class:ConnectionHandler
86 monitor = null;
258 * Retrieves the monitor instance for this connection handler.
260 * @return The monitor instance for this connection handler, or
265 return monitor;
271 * Sets the monitor instance for this connection handler.
273 * @param monitor The monitor instance for this connection
277 ConnectionHandlerMonitor monitor)
276 setConnectionHandlerMonitor( ConnectionHandlerMonitor monitor) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DIndexFilter.java73 private final BackendMonitor monitor; field in class:IndexFilter
81 * @param monitor The monitor to gather filter usage stats.
87 StringBuilder debugBuilder, BackendMonitor monitor)
93 this.monitor = monitor;
241 if(monitor.isFilterUseEnabled())
243 monitor.updateStats(SearchFilter.createANDFilter(rangeList),
250 EntryIDSet set = attributeIndex.evaluateBoundedRange(indexQueryFactory, filter1, filter2, buffer, monitor);
251 if(monitor
86 IndexFilter(EntryContainer entryContainer, ReadableTransaction txn, SearchOperation searchOp, StringBuilder debugBuilder, BackendMonitor monitor) argument
[all...]
/forgerock/openam/openam-shared/src/test/java/org/forgerock/openam/shared/concurrency/
H A DThreadMonitorTest.java57 private ThreadMonitor monitor; field in class:ThreadMonitorTest
65 monitor = new ThreadMonitor(
74 monitor.watchThread(mockWorkPool, null);
79 monitor.watchThread(null, mock(Runnable.class));
84 monitor.watchScheduledThread(mock(ScheduledExecutorService.class), null, 0, 0, TimeUnit.MILLISECONDS);
89 monitor.watchScheduledThread(null, mock(Runnable.class), 0, 0, TimeUnit.MILLISECONDS);
99 monitor.watchThread(mockService, mockRunnable);
112 monitor.watchScheduledThread(mockScheduledService, mockRunnable, 1, 1, TimeUnit.DAYS);
139 monitor.watchThread(immediateExecutor(), mockRunnable);
173 monitor
[all...]
/forgerock/opendj2/src/pkg/
H A Dopends_proto.py38 to be highly extensible, and to be easy to deploy, manage and monitor.",
/forgerock/opendj-b2.6/src/pkg/
H A Dopends_proto.py39 to be highly extensible, and to be easy to deploy, manage and monitor.",
/forgerock/opendj2.6.2/src/pkg/
H A Dopends_proto.py39 to be highly extensible, and to be easy to deploy, manage and monitor.",
/forgerock/opendj2-hg/src/pkg/
H A Dopends_proto.py38 to be highly extensible, and to be easy to deploy, manage and monitor.",
/forgerock/opendj2-jel-hg/src/pkg/
H A Dopends_proto.py39 to be highly extensible, and to be easy to deploy, manage and monitor.",
/forgerock/opendj-b2.6/src/snmp/src/org/opends/server/snmp/
H A DDsTableEntryImpl.java63 private SNMPMonitor monitor; field in class:DsTableEntryImpl
84 this.monitor = SNMPMonitor.getMonitor(server);
94 String value1 = (String) this.monitor.getAttribute(
97 String value2 = (String) this.monitor.getAttribute(
116 Long value = Long.parseLong((String) this.monitor.getAttribute(
135 Long value = Long.parseLong((String) this.monitor.getAttribute(
159 Object value = this.monitor.getAttribute(name,
/forgerock/opendj2/src/snmp/src/org/opends/server/snmp/
H A DDsTableEntryImpl.java62 private SNMPMonitor monitor; field in class:DsTableEntryImpl
83 this.monitor = SNMPMonitor.getMonitor(server);
93 String value1 = (String) this.monitor.getAttribute(
96 String value2 = (String) this.monitor.getAttribute(
115 Long value = Long.parseLong((String) this.monitor.getAttribute(
134 Long value = Long.parseLong((String) this.monitor.getAttribute(
158 Object value = this.monitor.getAttribute(name,
/forgerock/opendj2.6.2/src/snmp/src/org/opends/server/snmp/
H A DDsTableEntryImpl.java63 private SNMPMonitor monitor; field in class:DsTableEntryImpl
84 this.monitor = SNMPMonitor.getMonitor(server);
94 String value1 = (String) this.monitor.getAttribute(
97 String value2 = (String) this.monitor.getAttribute(
116 Long value = Long.parseLong((String) this.monitor.getAttribute(
135 Long value = Long.parseLong((String) this.monitor.getAttribute(
159 Object value = this.monitor.getAttribute(name,
/forgerock/opendj2-jel-hg/src/snmp/src/org/opends/server/snmp/
H A DDsTableEntryImpl.java66 private SNMPMonitor monitor; field in class:DsTableEntryImpl
87 this.monitor = SNMPMonitor.getMonitor(server);
97 String value1 = (String) this.monitor.getAttribute(
100 String value2 = (String) this.monitor.getAttribute(
119 Long value = Long.parseLong((String) this.monitor.getAttribute(
138 Long value = Long.parseLong((String) this.monitor.getAttribute(
162 Object value = this.monitor.getAttribute(name,
/forgerock/opendj2-hg/src/snmp/src/org/opends/server/snmp/
H A DDsTableEntryImpl.java62 private SNMPMonitor monitor; field in class:DsTableEntryImpl
83 this.monitor = SNMPMonitor.getMonitor(server);
93 String value1 = (String) this.monitor.getAttribute(
96 String value2 = (String) this.monitor.getAttribute(
115 Long value = Long.parseLong((String) this.monitor.getAttribute(
134 Long value = Long.parseLong((String) this.monitor.getAttribute(
158 Object value = this.monitor.getAttribute(name,
/forgerock/openam-v13/openam-shared/src/test/java/org/forgerock/openam/shared/concurrency/
H A DThreadMonitorTest.java45 private ThreadMonitor monitor; field in class:ThreadMonitorTest
53 monitor = new ThreadMonitor(
61 monitor.watchThread(mockWorkPool, null);
66 monitor.watchThread(null, mock(Runnable.class));
71 monitor.watchScheduledThread(mock(ScheduledExecutorService.class), null, 0, 0, TimeUnit.MILLISECONDS);
76 monitor.watchScheduledThread(null, mock(Runnable.class), 0, 0, TimeUnit.MILLISECONDS);
86 monitor.watchThread(mockService, mockRunnable);
99 monitor.watchScheduledThread(mockScheduledService, mockRunnable, 1, 1, TimeUnit.DAYS);
126 monitor.watchThread(immediateExecutor(), mockRunnable);
160 monitor
[all...]

Completed in 94 milliseconds

1234567