Searched refs:monitor (Results 101 - 125 of 164) sorted by relevance

1234567

/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DBackendImpl.java363 // Register a monitor provider for the environment.
367 // Register as disk space monitor handler
1769 public void diskLowThresholdReached(DiskSpaceMonitor monitor) { argument
1771 monitor.getDirectory().getPath(), cfg.getBackendId(),
1772 monitor.getFreeSpace(), Math.max(monitor.getLowThreshold(),
1773 monitor.getFullThreshold()));
1781 public void diskFullThresholdReached(DiskSpaceMonitor monitor) { argument
1783 monitor.getDirectory().getPath(), cfg.getBackendId(),
1784 monitor
1793 diskSpaceRestored(DiskSpaceMonitor monitor) argument
[all...]
H A DRootContainer.java89 * The database environment monitor for this JE environment.
91 private DatabaseEnvironmentMonitor monitor; field in class:RootContainer
121 this.monitor = null;
372 if(monitor == null)
375 monitor = new DatabaseEnvironmentMonitor(monitorName, this);
378 return monitor;
/forgerock/opendj2/src/server/org/opends/server/config/
H A DJMXMBean.java105 /** The set of monitor providers for this MBean. */
352 * Retrieves the set of monitor providers associated with this JMX MBean.
354 * @return The set of monitor providers associated with this JMX MBean.
365 * Adds the given monitor provider to the set of components associated with
368 * @param component The component to add to the set of monitor providers
386 * Removes the given monitor provider from the set of components associated
389 * @param component The component to remove from the set of monitor
415 // It's possible that this is a monitor attribute rather than a configurable
423 for (MonitorProvider<? extends MonitorProviderCfg> monitor :
426 for (org.opends.server.types.Attribute a : monitor
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/config/
H A DJMXMBean.java105 // The set of monitor providers for this MBean.
352 * Retrieves the set of monitor providers associated with this JMX MBean.
354 * @return The set of monitor providers associated with this JMX MBean.
365 * Adds the given monitor provider to the set of components associated with
368 * @param component The component to add to the set of monitor providers
386 * Removes the given monitor provider from the set of components associated
389 * @param component The component to remove from the set of monitor
415 // It's possible that this is a monitor attribute rather than a configurable
423 for (MonitorProvider<? extends MonitorProviderCfg> monitor :
426 for (org.opends.server.types.Attribute a : monitor
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/config/
H A DJMXMBean.java106 /** The set of monitor providers for this MBean. */
353 * Retrieves the set of monitor providers associated with this JMX MBean.
355 * @return The set of monitor providers associated with this JMX MBean.
366 * Adds the given monitor provider to the set of components associated with
369 * @param component The component to add to the set of monitor providers
387 * Removes the given monitor provider from the set of components associated
390 * @param component The component to remove from the set of monitor
416 // It's possible that this is a monitor attribute rather than a configurable
424 for (MonitorProvider<? extends MonitorProviderCfg> monitor :
427 for (org.opends.server.types.Attribute a : monitor
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/config/
H A DJMXMBean.java105 // The set of monitor providers for this MBean.
352 * Retrieves the set of monitor providers associated with this JMX MBean.
354 * @return The set of monitor providers associated with this JMX MBean.
365 * Adds the given monitor provider to the set of components associated with
368 * @param component The component to add to the set of monitor providers
386 * Removes the given monitor provider from the set of components associated
389 * @param component The component to remove from the set of monitor
415 // It's possible that this is a monitor attribute rather than a configurable
423 for (MonitorProvider<? extends MonitorProviderCfg> monitor :
426 for (org.opends.server.types.Attribute a : monitor
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/config/
H A DJMXMBean.java105 /** The set of monitor providers for this MBean. */
352 * Retrieves the set of monitor providers associated with this JMX MBean.
354 * @return The set of monitor providers associated with this JMX MBean.
365 * Adds the given monitor provider to the set of components associated with
368 * @param component The component to add to the set of monitor providers
386 * Removes the given monitor provider from the set of components associated
389 * @param component The component to remove from the set of monitor
415 // It's possible that this is a monitor attribute rather than a configurable
423 for (MonitorProvider<? extends MonitorProviderCfg> monitor :
426 for (org.opends.server.types.Attribute a : monitor
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/config/
H A DJMXMBean.java107 /** The set of monitor providers for this MBean. */
337 * Retrieves the set of monitor providers associated with this JMX MBean.
339 * @return The set of monitor providers associated with this JMX MBean.
350 * Adds the given monitor provider to the set of components associated with
353 * @param component The component to add to the set of monitor providers
371 * Removes the given monitor provider from the set of components associated
374 * @param component The component to remove from the set of monitor
400 // It's possible that this is a monitor attribute rather than a configurable
403 for (MonitorProvider<? extends MonitorProviderCfg> monitor : monitorProviders)
405 for (org.opends.server.types.Attribute a : monitor
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DTraditionalWorkQueue.java199 // Create and register a monitor provider for the work queue.
202 TraditionalWorkQueueMonitor monitor = new TraditionalWorkQueueMonitor(
204 monitor.initializeMonitorProvider(null);
205 DirectoryServer.registerMonitorProvider(monitor);
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/common/
H A DURLFailoverHelper.java225 ServerMonitor monitor = new ServerMonitor(url);
226 result = monitor.isAvailable();
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/
H A DRootContainer.java88 * The database environment monitor for this JE environment.
90 private DatabaseEnvironmentMonitor monitor; field in class:RootContainer
120 this.monitor = null;
371 if(monitor == null)
374 monitor = new DatabaseEnvironmentMonitor(monitorName, this);
377 return monitor;
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DRootContainer.java89 * The database environment monitor for this JE environment.
91 private DatabaseEnvironmentMonitor monitor; field in class:RootContainer
121 this.monitor = null;
372 if(monitor == null)
375 monitor = new DatabaseEnvironmentMonitor(monitorName, this);
378 return monitor;
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DRootContainer.java89 * The database environment monitor for this JE environment.
91 private DatabaseEnvironmentMonitor monitor; field in class:RootContainer
121 this.monitor = null;
372 if(monitor == null)
375 monitor = new DatabaseEnvironmentMonitor(monitorName, this);
378 return monitor;
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/
H A DRootContainer.java88 * The database environment monitor for this JE environment.
90 private DatabaseEnvironmentMonitor monitor; field in class:RootContainer
120 this.monitor = null;
371 if(monitor == null)
374 monitor = new DatabaseEnvironmentMonitor(monitorName, this);
377 return monitor;
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DTraditionalWorkQueue.java212 // Create and register a monitor provider for the work queue.
215 TraditionalWorkQueueMonitor monitor = new TraditionalWorkQueueMonitor(
217 monitor.initializeMonitorProvider(null);
218 DirectoryServer.registerMonitorProvider(monitor);
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DTraditionalWorkQueue.java211 // Create and register a monitor provider for the work queue.
214 TraditionalWorkQueueMonitor monitor = new TraditionalWorkQueueMonitor(
216 monitor.initializeMonitorProvider(null);
217 DirectoryServer.registerMonitorProvider(monitor);
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DTraditionalWorkQueue.java212 // Create and register a monitor provider for the work queue.
215 TraditionalWorkQueueMonitor monitor = new TraditionalWorkQueueMonitor(
217 monitor.initializeMonitorProvider(null);
218 DirectoryServer.registerMonitorProvider(monitor);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DTraditionalWorkQueue.java212 // Create and register a monitor provider for the work queue.
215 TraditionalWorkQueueMonitor monitor = new TraditionalWorkQueueMonitor(
217 monitor.initializeMonitorProvider(null);
218 DirectoryServer.registerMonitorProvider(monitor);
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DTraditionalWorkQueue.java211 // Create and register a monitor provider for the work queue.
214 TraditionalWorkQueueMonitor monitor = new TraditionalWorkQueueMonitor(
216 monitor.initializeMonitorProvider(null);
217 DirectoryServer.registerMonitorProvider(monitor);
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/cts/
H A DCoreTokenServiceGuiceModule.java222 CTSWorkerManager getCTSWorkerManager(CTSWorkerTaskProvider workerTaskProvider, ThreadMonitor monitor, argument
225 return CTSWorkerManager.newCTSWorkerInit(workerTaskProvider, monitor, config, executorServiceFactory, debug);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/jeb/
H A DJEStorage.java615 private JEMonitor monitor; field in class:JEStorage
710 DirectoryServer.deregisterMonitorProvider(monitor);
711 monitor = null;
754 monitor = new JEMonitor(config.getBackendId() + " JE Database", env);
755 DirectoryServer.registerMonitorProvider(monitor);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pdb/
H A DPDBStorage.java729 private PDBMonitor monitor; field in class:PDBStorage
795 DirectoryServer.deregisterMonitorProvider(monitor);
796 monitor = null;
849 monitor = new PDBMonitor(config.getBackendId() + " PDB Database", db);
850 DirectoryServer.registerMonitorProvider(monitor);
/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DDirectoryServer.java365 * The set of monitor providers registered with the Directory Server, as a
366 * mapping between the monitor name and the corresponding implementation.
594 /** The monitor config manager for the Directory Server. */
1439 // Initialize all the monitor providers.
5529 * Retrieves the set of monitor providers that have been registered with the
5530 * Directory Server, as a mapping between the monitor name (in all lowercase
5531 * characters) and the monitor implementation.
5533 * @return The set of monitor providers that have been registered with the
5546 * Retrieves the monitor provider with the specified name.
5548 * @param lowerName The name of the monitor provide
[all...]
/forgerock/opendj2/src/server/org/opends/server/core/
H A DDirectoryServer.java364 * The set of monitor providers registered with the Directory Server, as a
365 * mapping between the monitor name and the corresponding implementation.
582 /** The monitor config manager for the Directory Server. */
5205 * Retrieves the set of monitor providers that have been registered with the
5206 * Directory Server, as a mapping between the monitor name (in all lowercase
5207 * characters) and the monitor implementation.
5209 * @return The set of monitor providers that have been registered with the
5222 * Retrieves the monitor provider with the specified name.
5224 * @param lowerName The name of the monitor provider to retrieve, in all
5227 * @return The requested resource monitor, o
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DDirectoryServer.java366 * The set of monitor providers registered with the Directory Server, as a
367 * mapping between the monitor name and the corresponding implementation.
595 /** The monitor config manager for the Directory Server. */
1440 // Initialize all the monitor providers.
5529 * Retrieves the set of monitor providers that have been registered with the
5530 * Directory Server, as a mapping between the monitor name (in all lowercase
5531 * characters) and the monitor implementation.
5533 * @return The set of monitor providers that have been registered with the
5546 * Retrieves the monitor provider with the specified name.
5548 * @param lowerName The name of the monitor provide
[all...]

Completed in 123 milliseconds

1234567