|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.configuration.Configuration
org.torweg.pulse.component.statistics.aggregator.task.UpdateStatisticsDatabaseTaskConfiguration
public class UpdateStatisticsDatabaseTaskConfiguration
The Configuration of the
UpdateStatisticsDatabaseTask.
| Constructor Summary | |
|---|---|
UpdateStatisticsDatabaseTaskConfiguration()
|
|
| Method Summary | |
|---|---|
java.util.Set<OperatingSystem> |
getKnownOperatingSystems()
Returns the known OperatingSystems from the configuration
including the default "unknown" operating system (
OperatingSystem.unknown()). |
java.util.Set<StatisticsServer> |
getKnownStatisticsServers()
Returns the known StatisticsServers from the configuration. |
java.util.Set<UserAgent> |
getKnownUserAgents()
Returns the known UserAgents from the configuration
including the default "unknown" user-agent (
UserAgent.unknown()). |
| Methods inherited from class org.torweg.pulse.configuration.Configuration |
|---|
getBundle, isBundleConfiguration, isModified, setBundle, setConfigFile |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UpdateStatisticsDatabaseTaskConfiguration()
| Method Detail |
|---|
public final java.util.Set<StatisticsServer> getKnownStatisticsServers()
StatisticsServers from the configuration.
Used to update/add StatisticsServers from/to database...
public final java.util.Set<UserAgent> getKnownUserAgents()
UserAgents from the configuration
including the default "unknown" user-agent (
UserAgent.unknown()).
Used to update/add UserAgents from/to database...
public final java.util.Set<OperatingSystem> getKnownOperatingSystems()
OperatingSystems from the configuration
including the default "unknown" operating system (
OperatingSystem.unknown()).
Used to update/add OperatingSystems from/to database...
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||