Copyright© 2008-2022 Sitevision AB, all rights reserved.
@Requireable(value="MonitorBuilder") public interface MonitorBuilder extends Builder<Monitor>
Builder for creating a Monitor component.
MonitorBuilder has one optional attribute:
true).
Important note! Even though the query logging is enabled, it does not necessarily mean that the query actually will be logged
(actual logging requires the Search package 1 license).
Tip! The Builder interface documentation contains
more information about Builders and how to work with them!
An instance of the Sitevision class implementing this interface can be obtained via
SearchFactory.getMonitorBuilder().
See SearchFactory for how to obtain an instance of the SearchFactory interface.
| Modifier and Type | Method and Description |
|---|---|
Monitor |
build()
Creates a Monitor component instance using currently specified state/behaviour.
|
MonitorBuilder |
setEnableQueryLogging(boolean aEnableQueryLogging)
Sets the query logging mode on or off.
|
MonitorBuilder setEnableQueryLogging(boolean aEnableQueryLogging)
aEnableQueryLogging - whether or not the query logging mode should be turned on (true) or off (false).Sitevision - Portal and Content Management Made Easy
Sitevision is an advanced Java enterprise portal product and a portlet container (JSR 286) that implements Java Content Repository (JSR 283).
Copyright© 2008-2022 Sitevision AB, all rights reserved.