A C D G H I L M O P Q R S T U

A

addChild(Device) - Method in interface com.groundwork.collage.model.Device
 
addDevice(Device) - Method in interface com.groundwork.collage.model.MonitorServer
 
addDevicesToChildDevice(String, String) - Method in interface com.groundwork.collage.CollageAdmin
Adds Devices to a Child Device.
addDevicesToMonitorServer(String, String) - Method in interface com.groundwork.collage.CollageAdmin
Adds Devices to a MonitorServer; if a MonitorServer with the name provided does not exist, it is created.
addDevicesToParentDevice(String, String) - Method in interface com.groundwork.collage.CollageAdmin
Adds Devices to a Parent Device.
addHost(Host) - Method in interface com.groundwork.collage.model.HostGroup
 
addHostsToHostGroup(String, String) - Method in interface com.groundwork.collage.CollageAdmin
Adds Hosts to a HostGroup.
addParent(Device) - Method in interface com.groundwork.collage.model.Device
 

C

CheckType - interface com.groundwork.collage.model.CheckType.
CheckType
CollageAccessor - interface com.groundwork.collage.CollageAccessor.
Retrieves instances of Collage API components.
CollageAdmin - interface com.groundwork.collage.CollageAdmin.
Adds or updates data in the Collage database.
CollageEventQuery - interface com.groundwork.collage.CollageEventQuery.
Gets logged events for different entities in the Collage database.
CollageException - exception com.groundwork.collage.exception.CollageException.
 
CollageException() - Constructor for class com.groundwork.collage.exception.CollageException
 
CollageException(String) - Constructor for class com.groundwork.collage.exception.CollageException
 
CollageException(String, Throwable) - Constructor for class com.groundwork.collage.exception.CollageException
 
CollageException(Throwable) - Constructor for class com.groundwork.collage.exception.CollageException
 
CollageHostGroupQuery - interface com.groundwork.collage.CollageHostGroupQuery.
Provides access to the HostGroups stored in the Collage database.
CollageHostQuery - interface com.groundwork.collage.CollageHostQuery.
Provides access to Hosts stored in the CollageDatabase.
CollageInvalidTrendArgumentsException - exception com.groundwork.collage.exception.CollageInvalidTrendArgumentsException.
 
CollageInvalidTrendArgumentsException() - Constructor for class com.groundwork.collage.exception.CollageInvalidTrendArgumentsException
 
CollageInvalidTrendArgumentsException(String) - Constructor for class com.groundwork.collage.exception.CollageInvalidTrendArgumentsException
 
CollageInvalidTrendArgumentsException(String, Throwable) - Constructor for class com.groundwork.collage.exception.CollageInvalidTrendArgumentsException
 
CollageInvalidTrendArgumentsException(Throwable) - Constructor for class com.groundwork.collage.exception.CollageInvalidTrendArgumentsException
 
CollageMonitorServerQuery - interface com.groundwork.collage.CollageMonitorServerQuery.
Provides access to MonitorServers stored in the Collage Database.
CollageQuery - interface com.groundwork.collage.CollageQuery.
Provides direct query access to the Collage database.
CollageServiceQuery - interface com.groundwork.collage.CollageServiceQuery.
Provides access to the Services defined (in the ServiceStatus table) in the Collage databse.
CollageStateQuery - interface com.groundwork.collage.CollageStateQuery.
Provides access and information on the overall state of the system.
CollageTrend - interface com.groundwork.collage.model.CollageTrend.
 
CollageTrendInsufficientDataPointsException - exception com.groundwork.collage.exception.CollageTrendInsufficientDataPointsException.
CollageInsufficientDataPointsException
CollageTrendInsufficientDataPointsException() - Constructor for class com.groundwork.collage.exception.CollageTrendInsufficientDataPointsException
 
CollageTrendInsufficientDataPointsException(String) - Constructor for class com.groundwork.collage.exception.CollageTrendInsufficientDataPointsException
 
CollageTrendInsufficientDataPointsException(Throwable) - Constructor for class com.groundwork.collage.exception.CollageTrendInsufficientDataPointsException
 
CollageTrendInsufficientDataPointsException(String, Throwable) - Constructor for class com.groundwork.collage.exception.CollageTrendInsufficientDataPointsException
 
CollageTrendUnsupportedDataPointObject - exception com.groundwork.collage.exception.CollageTrendUnsupportedDataPointObject.
CollageTrendUnsupportedDataPointObject
CollageTrendUnsupportedDataPointObject() - Constructor for class com.groundwork.collage.exception.CollageTrendUnsupportedDataPointObject
 
CollageTrendUnsupportedDataPointObject(String) - Constructor for class com.groundwork.collage.exception.CollageTrendUnsupportedDataPointObject
 
CollageTrendUnsupportedDataPointObject(String, Throwable) - Constructor for class com.groundwork.collage.exception.CollageTrendUnsupportedDataPointObject
 
CollageTrendUnsupportedDataPointObject(Throwable) - Constructor for class com.groundwork.collage.exception.CollageTrendUnsupportedDataPointObject
 
Component - interface com.groundwork.collage.model.Component.
Component
ConsolidationCriteria - interface com.groundwork.collage.model.ConsolidationCriteria.
ConsolidationCriteriaInterface
com.groundwork.collage - package com.groundwork.collage
 
com.groundwork.collage.exception - package com.groundwork.collage.exception
 
com.groundwork.collage.model - package com.groundwork.collage.model
 
createServiceStatus(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String) - Method in interface com.groundwork.collage.CollageAdmin
returns a ServiceStatus bean that can be used to call updateServiceStatus with a collection of statuses

D

Device - interface com.groundwork.collage.model.Device.
Device

G

getAPIObject(String) - Method in interface com.groundwork.collage.CollageAccessor
Gets an instance of an API component.
getApplicationCode() - Method in interface com.groundwork.collage.model.LogMessage
 
getApplicationName() - Method in interface com.groundwork.collage.model.LogMessage
 
getApplicationSeverity() - Method in interface com.groundwork.collage.model.LogMessage
 
getAverageAvailability() - Method in interface com.groundwork.collage.model.CollageTrend
Returns the average amount of time that the Host/HostGroup/Service has been unavailable.
getCheckType() - Method in interface com.groundwork.collage.model.ServiceStatus
 
getCheckTypeId() - Method in interface com.groundwork.collage.model.CheckType
 
getChild(String) - Method in interface com.groundwork.collage.model.Device
 
getChildren() - Method in interface com.groundwork.collage.model.Device
 
getComponent() - Method in interface com.groundwork.collage.model.LogMessage
 
getComponentId() - Method in interface com.groundwork.collage.model.Component
 
getConsolidationCriteriaId() - Method in interface com.groundwork.collage.model.ConsolidationCriteria
 
getCriteria() - Method in interface com.groundwork.collage.model.ConsolidationCriteria
 
getCurrentNotificationNumber() - Method in interface com.groundwork.collage.model.HostStatus
 
getCurrentNotificationNumber() - Method in interface com.groundwork.collage.model.ServiceStatus
 
getDataPoints() - Method in interface com.groundwork.collage.model.CollageTrend
Provides access to the datapoints that were used in calculating the trend
getDescription() - Method in interface com.groundwork.collage.model.CheckType
 
getDescription() - Method in interface com.groundwork.collage.model.Component
 
getDescription() - Method in interface com.groundwork.collage.model.Device
 
getDescription() - Method in interface com.groundwork.collage.model.Host
 
getDescription() - Method in interface com.groundwork.collage.model.HostGroup
 
getDescription() - Method in interface com.groundwork.collage.model.MonitorServer
 
getDescription() - Method in interface com.groundwork.collage.model.MonitorStatus
 
getDescription() - Method in interface com.groundwork.collage.model.OperationStatus
 
getDescription() - Method in interface com.groundwork.collage.model.Priority
 
getDescription() - Method in interface com.groundwork.collage.model.Severity
 
getDescription() - Method in interface com.groundwork.collage.model.StateType
 
getDescription() - Method in interface com.groundwork.collage.model.TypeRule
 
getDevice() - Method in interface com.groundwork.collage.model.Host
 
getDevice() - Method in interface com.groundwork.collage.model.LogMessage
 
getDeviceForHost(String) - Method in interface com.groundwork.collage.CollageHostQuery
Get the device for a Host
getDeviceId() - Method in interface com.groundwork.collage.model.Device
 
getDevices() - Method in interface com.groundwork.collage.model.MonitorServer
 
getDisplayName() - Method in interface com.groundwork.collage.model.Device
 
getErrorType() - Method in interface com.groundwork.collage.model.LogMessage
 
getEventsByDate(String, Date, Date) - Method in interface com.groundwork.collage.CollageEventQuery
Returns a collection of LogMessage for a given date range.
getEventsForDevice(String, String, Date, Date) - Method in interface com.groundwork.collage.CollageEventQuery
Returns a collection of LogMessage for a given device identification
getEventsForHost(String, String, Date, Date) - Method in interface com.groundwork.collage.CollageEventQuery
Returns a collection of LogMessage for a given host
getEventsForHostGroup(String, String, Date, Date) - Method in interface com.groundwork.collage.CollageEventQuery
Returns a collection of LogMessage for a given HostGroup.
getEventsForService(String, String, String, Date, Date) - Method in interface com.groundwork.collage.CollageEventQuery
Returns a collection of LogMessage for a given ServiceDescription and Host name
getExecutionTime() - Method in interface com.groundwork.collage.model.ServiceStatus
 
getFirstInsertDate() - Method in interface com.groundwork.collage.model.LogMessage
 
getHost() - Method in interface com.groundwork.collage.model.HostStatus
 
getHost() - Method in interface com.groundwork.collage.model.ServiceStatus
 
getHostAvailabilityId() - Method in interface com.groundwork.collage.model.HostAvailability
 
getHostAverageAvailability(String) - Method in interface com.groundwork.collage.CollageStateQuery
Returns the average amount of time a Host has been UP.
getHostGroup(String) - Method in interface com.groundwork.collage.CollageHostGroupQuery
Returns a specific HostGroup; performs shallow retrieval of HostGroup, where only Name/Description of HostGroups is retrieved
getHostGroup(String, boolean) - Method in interface com.groundwork.collage.CollageHostGroupQuery
Returns a specific HostGroup; if instructed, performs deep retrieval of HostGroup, which includes all Hosts, and their HostStatus and ServiceStatuses
getHostGroup() - Method in interface com.groundwork.collage.model.HostGroupHostAvailability
 
getHostGroup() - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
getHostGroupAverageAvailability(String) - Method in interface com.groundwork.collage.CollageStateQuery
Returns the overall average availability of a HostGroup.
getHostGroupHostAvailabilityId() - Method in interface com.groundwork.collage.model.HostGroupHostAvailability
 
getHostGroupId() - Method in interface com.groundwork.collage.model.HostGroup
 
getHostGroupServiceAvailabilityId() - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
getHostGroupServiceAvailabilityTrend(String) - Method in interface com.groundwork.collage.CollageStateQuery
Returns a CollageTrend representing the trend of HostGroupServiceAvailability.
getHostGroups() - Method in interface com.groundwork.collage.CollageHostGroupQuery
Returns all HostGroups currently stored in the Collage database.
getHostGroups() - Method in interface com.groundwork.collage.model.Host
 
getHostGroupsForMonitorServer(String) - Method in interface com.groundwork.collage.CollageMonitorServerQuery
Returns a collection of HostGroups that are part of the MonitorServer
getHostId() - Method in interface com.groundwork.collage.model.Host
 
getHostName() - Method in interface com.groundwork.collage.model.Host
 
getHostStatus() - Method in interface com.groundwork.collage.model.Host
 
getHostStatus() - Method in interface com.groundwork.collage.model.HostAvailability
 
getHostStatus() - Method in interface com.groundwork.collage.model.LogMessage
 
getHostStatusForHost(String) - Method in interface com.groundwork.collage.CollageHostQuery
Get the HostStatus for a given host
getHostStatusId() - Method in interface com.groundwork.collage.model.HostStatus
 
getHosts() - Method in interface com.groundwork.collage.CollageHostQuery
Returns all Hosts currently in the system.
getHosts() - Method in interface com.groundwork.collage.model.Device
 
getHosts() - Method in interface com.groundwork.collage.model.HostGroup
 
getHostsForHostGroup(String) - Method in interface com.groundwork.collage.CollageHostGroupQuery
Returns all Hosts for the given HostGroup.
getHostsForMonitorServer(String) - Method in interface com.groundwork.collage.CollageMonitorServerQuery
Returns a collection of Hosts that are part of the MonitorServer
getIdentification() - Method in interface com.groundwork.collage.model.Device
 
getIp() - Method in interface com.groundwork.collage.model.MonitorServer
 
getIsChangeSeverityToStatistic() - Method in interface com.groundwork.collage.model.MessageFilter
 
getIsFlapDetectionsEnabled() - Method in interface com.groundwork.collage.model.HostStatus
 
getLastCheckTime() - Method in interface com.groundwork.collage.model.HostStatus
 
getLastCheckTime() - Method in interface com.groundwork.collage.model.LogPerformanceData
 
getLastCheckTime() - Method in interface com.groundwork.collage.model.ServiceStatus
 
getLastHardState() - Method in interface com.groundwork.collage.model.ServiceStatus
 
getLastInsertDate() - Method in interface com.groundwork.collage.model.LogMessage
 
getLastNotificationTime() - Method in interface com.groundwork.collage.model.HostStatus
 
getLastNotificationTime() - Method in interface com.groundwork.collage.model.ServiceStatus
 
getLastPluginOutput() - Method in interface com.groundwork.collage.model.HostStatus
 
getLastPluginOutput() - Method in interface com.groundwork.collage.model.ServiceStatus
 
getLastStateChange() - Method in interface com.groundwork.collage.model.HostStatus
 
getLastStateChange() - Method in interface com.groundwork.collage.model.ServiceStatus
 
getLatency() - Method in interface com.groundwork.collage.model.ServiceStatus
 
getLogMessageId() - Method in interface com.groundwork.collage.model.LogMessage
 
getLogPerformanceDataId() - Method in interface com.groundwork.collage.model.LogPerformanceData
 
getLoggerName() - Method in interface com.groundwork.collage.model.LogMessage
 
getMessageFilterId() - Method in interface com.groundwork.collage.model.MessageFilter
 
getMonitorServerId() - Method in interface com.groundwork.collage.model.MonitorServer
 
getMonitorServerName() - Method in interface com.groundwork.collage.model.MonitorServer
 
getMonitorServers() - Method in interface com.groundwork.collage.CollageMonitorServerQuery
Returns a collection of all MonitorServers in the system
getMonitorServers() - Method in interface com.groundwork.collage.model.Device
 
getMonitorStatus() - Method in interface com.groundwork.collage.model.HostStatus
 
getMonitorStatus() - Method in interface com.groundwork.collage.model.LogMessage
 
getMonitorStatus() - Method in interface com.groundwork.collage.model.ServiceStatus
 
getMonitorStatusId() - Method in interface com.groundwork.collage.model.MonitorStatus
 
getMsgCount() - Method in interface com.groundwork.collage.model.LogMessage
 
getName() - Method in interface com.groundwork.collage.model.CheckType
 
getName() - Method in interface com.groundwork.collage.model.Component
 
getName() - Method in interface com.groundwork.collage.model.ConsolidationCriteria
 
getName() - Method in interface com.groundwork.collage.model.HostGroup
 
getName() - Method in interface com.groundwork.collage.model.MessageFilter
 
getName() - Method in interface com.groundwork.collage.model.MonitorStatus
 
getName() - Method in interface com.groundwork.collage.model.OperationStatus
 
getName() - Method in interface com.groundwork.collage.model.Priority
 
getName() - Method in interface com.groundwork.collage.model.SchemaInfo
 
getName() - Method in interface com.groundwork.collage.model.Severity
 
getName() - Method in interface com.groundwork.collage.model.StateType
 
getName() - Method in interface com.groundwork.collage.model.TypeRule
 
getNextCheckTime() - Method in interface com.groundwork.collage.model.ServiceStatus
 
getOperationStatus() - Method in interface com.groundwork.collage.model.LogMessage
 
getOperationStatusId() - Method in interface com.groundwork.collage.model.OperationStatus
 
getParent(String) - Method in interface com.groundwork.collage.model.Device
 
getParents() - Method in interface com.groundwork.collage.model.Device
 
getPercentKnownTimeCritical() - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
getPercentKnownTimeCritical() - Method in interface com.groundwork.collage.model.ServiceAvailability
 
getPercentKnownTimeCriticalScheduled() - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
getPercentKnownTimeCriticalScheduled() - Method in interface com.groundwork.collage.model.ServiceAvailability
 
getPercentKnownTimeCriticalUnscheduled() - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
getPercentKnownTimeCriticalUnscheduled() - Method in interface com.groundwork.collage.model.ServiceAvailability
 
getPercentKnownTimeDown() - Method in interface com.groundwork.collage.model.HostAvailability
 
getPercentKnownTimeDown() - Method in interface com.groundwork.collage.model.HostGroupHostAvailability
 
getPercentKnownTimeDownScheduled() - Method in interface com.groundwork.collage.model.HostAvailability
 
getPercentKnownTimeDownScheduled() - Method in interface com.groundwork.collage.model.HostGroupHostAvailability
 
getPercentKnownTimeDownUnscheduled() - Method in interface com.groundwork.collage.model.HostAvailability
 
getPercentKnownTimeDownUnscheduled() - Method in interface com.groundwork.collage.model.HostGroupHostAvailability
 
getPercentKnownTimeOk() - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
getPercentKnownTimeOk() - Method in interface com.groundwork.collage.model.ServiceAvailability
 
getPercentKnownTimeOkScheduled() - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
getPercentKnownTimeOkScheduled() - Method in interface com.groundwork.collage.model.ServiceAvailability
 
getPercentKnownTimeOkUnscheduled() - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
getPercentKnownTimeOkUnscheduled() - Method in interface com.groundwork.collage.model.ServiceAvailability
 
getPercentKnownTimeUnknown() - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
getPercentKnownTimeUnknown() - Method in interface com.groundwork.collage.model.ServiceAvailability
 
getPercentKnownTimeUnknownScheduled() - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
getPercentKnownTimeUnknownScheduled() - Method in interface com.groundwork.collage.model.ServiceAvailability
 
getPercentKnownTimeUnknownUnscheduled() - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
getPercentKnownTimeUnknownUnscheduled() - Method in interface com.groundwork.collage.model.ServiceAvailability
 
getPercentKnownTimeUnreachable() - Method in interface com.groundwork.collage.model.HostAvailability
 
getPercentKnownTimeUnreachable() - Method in interface com.groundwork.collage.model.HostGroupHostAvailability
 
getPercentKnownTimeUnreachableScheduled() - Method in interface com.groundwork.collage.model.HostAvailability
 
getPercentKnownTimeUnreachableScheduled() - Method in interface com.groundwork.collage.model.HostGroupHostAvailability
 
getPercentKnownTimeUnreachableUnscheduled() - Method in interface com.groundwork.collage.model.HostAvailability
 
getPercentKnownTimeUnreachableUnscheduled() - Method in interface com.groundwork.collage.model.HostGroupHostAvailability
 
getPercentKnownTimeUp() - Method in interface com.groundwork.collage.model.HostAvailability
 
getPercentKnownTimeUp() - Method in interface com.groundwork.collage.model.HostGroupHostAvailability
 
getPercentKnownTimeUpScheduled() - Method in interface com.groundwork.collage.model.HostAvailability
 
getPercentKnownTimeUpScheduled() - Method in interface com.groundwork.collage.model.HostGroupHostAvailability
 
getPercentKnownTimeUpUnscheduled() - Method in interface com.groundwork.collage.model.HostAvailability
 
getPercentKnownTimeUpUnscheduled() - Method in interface com.groundwork.collage.model.HostGroupHostAvailability
 
getPercentKnownTimeWarning() - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
getPercentKnownTimeWarning() - Method in interface com.groundwork.collage.model.ServiceAvailability
 
getPercentKnownTimeWarningScheduled() - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
getPercentKnownTimeWarningScheduled() - Method in interface com.groundwork.collage.model.ServiceAvailability
 
getPercentKnownTimeWarningUnscheduled() - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
getPercentKnownTimeWarningUnscheduled() - Method in interface com.groundwork.collage.model.ServiceAvailability
 
getPercentStateChange() - Method in interface com.groundwork.collage.model.HostStatus
 
getPercentStateChange() - Method in interface com.groundwork.collage.model.ServiceStatus
 
getPercentTimeCriticalScheduled() - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
getPercentTimeCriticalScheduled() - Method in interface com.groundwork.collage.model.ServiceAvailability
 
getPercentTimeCriticalUnscheduled() - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
getPercentTimeCriticalUnscheduled() - Method in interface com.groundwork.collage.model.ServiceAvailability
 
getPercentTimeDownScheduled() - Method in interface com.groundwork.collage.model.HostAvailability
 
getPercentTimeDownScheduled() - Method in interface com.groundwork.collage.model.HostGroupHostAvailability
 
getPercentTimeDownUnscheduled() - Method in interface com.groundwork.collage.model.HostAvailability
 
getPercentTimeDownUnscheduled() - Method in interface com.groundwork.collage.model.HostGroupHostAvailability
 
getPercentTimeOkScheduled() - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
getPercentTimeOkScheduled() - Method in interface com.groundwork.collage.model.ServiceAvailability
 
getPercentTimeOkUnscheduled() - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
getPercentTimeOkUnscheduled() - Method in interface com.groundwork.collage.model.ServiceAvailability
 
getPercentTimeUndeterminedNoData() - Method in interface com.groundwork.collage.model.HostAvailability
 
getPercentTimeUndeterminedNoData() - Method in interface com.groundwork.collage.model.HostGroupHostAvailability
 
getPercentTimeUndeterminedNoData() - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
getPercentTimeUndeterminedNoData() - Method in interface com.groundwork.collage.model.ServiceAvailability
 
getPercentTimeUndeterminedNotRunning() - Method in interface com.groundwork.collage.model.HostAvailability
 
getPercentTimeUndeterminedNotRunning() - Method in interface com.groundwork.collage.model.HostGroupHostAvailability
 
getPercentTimeUndeterminedNotRunning() - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
getPercentTimeUndeterminedNotRunning() - Method in interface com.groundwork.collage.model.ServiceAvailability
 
getPercentTimeUnknownScheduled() - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
getPercentTimeUnknownScheduled() - Method in interface com.groundwork.collage.model.ServiceAvailability
 
getPercentTimeUnknownUnscheduled() - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
getPercentTimeUnknownUnscheduled() - Method in interface com.groundwork.collage.model.ServiceAvailability
 
getPercentTimeUnreachableScheduled() - Method in interface com.groundwork.collage.model.HostAvailability
 
getPercentTimeUnreachableScheduled() - Method in interface com.groundwork.collage.model.HostGroupHostAvailability
 
getPercentTimeUnreachableUnscheduled() - Method in interface com.groundwork.collage.model.HostAvailability
 
getPercentTimeUnreachableUnscheduled() - Method in interface com.groundwork.collage.model.HostGroupHostAvailability
 
getPercentTimeUpScheduled() - Method in interface com.groundwork.collage.model.HostAvailability
 
getPercentTimeUpScheduled() - Method in interface com.groundwork.collage.model.HostGroupHostAvailability
 
getPercentTimeUpUnscheduled() - Method in interface com.groundwork.collage.model.HostAvailability
 
getPercentTimeUpUnscheduled() - Method in interface com.groundwork.collage.model.HostGroupHostAvailability
 
getPercentTimeWarningScheduled() - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
getPercentTimeWarningScheduled() - Method in interface com.groundwork.collage.model.ServiceAvailability
 
getPercentTimeWarningUnscheduled() - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
getPercentTimeWarningUnscheduled() - Method in interface com.groundwork.collage.model.ServiceAvailability
 
getPercentTotalTimeCritical() - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
getPercentTotalTimeCritical() - Method in interface com.groundwork.collage.model.ServiceAvailability
 
getPercentTotalTimeDown() - Method in interface com.groundwork.collage.model.HostAvailability
 
getPercentTotalTimeDown() - Method in interface com.groundwork.collage.model.HostGroupHostAvailability
 
getPercentTotalTimeOk() - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
getPercentTotalTimeOk() - Method in interface com.groundwork.collage.model.ServiceAvailability
 
getPercentTotalTimeUndetermined() - Method in interface com.groundwork.collage.model.HostAvailability
 
getPercentTotalTimeUndetermined() - Method in interface com.groundwork.collage.model.HostGroupHostAvailability
 
getPercentTotalTimeUndetermined() - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
getPercentTotalTimeUndetermined() - Method in interface com.groundwork.collage.model.ServiceAvailability
 
getPercentTotalTimeUnknown() - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
getPercentTotalTimeUnknown() - Method in interface com.groundwork.collage.model.ServiceAvailability
 
getPercentTotalTimeUnreachable() - Method in interface com.groundwork.collage.model.HostAvailability
 
getPercentTotalTimeUnreachable() - Method in interface com.groundwork.collage.model.HostGroupHostAvailability
 
getPercentTotalTimeUp() - Method in interface com.groundwork.collage.model.HostAvailability
 
getPercentTotalTimeUp() - Method in interface com.groundwork.collage.model.HostGroupHostAvailability
 
getPercentTotalTimeWarning() - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
getPercentTotalTimeWarning() - Method in interface com.groundwork.collage.model.ServiceAvailability
 
getPerformanceData() - Method in interface com.groundwork.collage.model.LogPerformanceData
 
getPriority() - Method in interface com.groundwork.collage.model.LogMessage
 
getPriorityId() - Method in interface com.groundwork.collage.model.Priority
 
getRegExpresion() - Method in interface com.groundwork.collage.model.MessageFilter
 
getReportDate() - Method in interface com.groundwork.collage.model.LogMessage
 
getRetryNumber() - Method in interface com.groundwork.collage.model.ServiceStatus
 
getScheduledDowntimeDepth() - Method in interface com.groundwork.collage.model.HostStatus
 
getScheduledDowntimeDepth() - Method in interface com.groundwork.collage.model.ServiceStatus
 
getService(String, String) - Method in interface com.groundwork.collage.CollageServiceQuery
Returns a ServiceStatus with the given name that belongs to the Host specified.
getService(String) - Method in interface com.groundwork.collage.CollageServiceQuery
Returns the Service with the given name.
getServiceAvailabilityId() - Method in interface com.groundwork.collage.model.ServiceAvailability
 
getServiceAverageAvailability(String) - Method in interface com.groundwork.collage.CollageStateQuery
Returns the average amount of time a Service has been UP.
getServiceDescription() - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
getServiceDescription() - Method in interface com.groundwork.collage.model.ServiceStatus
 
getServiceStatus(String) - Method in interface com.groundwork.collage.model.Host
 
getServiceStatus() - Method in interface com.groundwork.collage.model.LogMessage
 
getServiceStatus() - Method in interface com.groundwork.collage.model.LogPerformanceData
 
getServiceStatus() - Method in interface com.groundwork.collage.model.ServiceAvailability
 
getServiceStatusId() - Method in interface com.groundwork.collage.model.ServiceStatus
 
getServiceStatuses() - Method in interface com.groundwork.collage.model.Host
 
getServices() - Method in interface com.groundwork.collage.CollageServiceQuery
Returns all Services in the system.
getServicesForHost(String) - Method in interface com.groundwork.collage.CollageHostQuery
Returns all Services for the given Host.
getServicesForHostGroup(String) - Method in interface com.groundwork.collage.CollageHostGroupQuery
Returns all Services for the given HostGroup.
getSeverity() - Method in interface com.groundwork.collage.model.LogMessage
 
getSeverityId() - Method in interface com.groundwork.collage.model.Severity
 
getStateType() - Method in interface com.groundwork.collage.model.ServiceStatus
 
getStateTypeId() - Method in interface com.groundwork.collage.model.StateType
 
getSubComponent() - Method in interface com.groundwork.collage.model.LogMessage
 
getTextMessage() - Method in interface com.groundwork.collage.model.LogMessage
 
getThirtyDayMovingAvg() - Method in interface com.groundwork.collage.model.HostStatus
 
getThirtyDayMovingAvg() - Method in interface com.groundwork.collage.model.ServiceStatus
 
getTimeCritical() - Method in interface com.groundwork.collage.model.ServiceStatus
 
getTimeCriticalScheduled() - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
getTimeCriticalScheduled() - Method in interface com.groundwork.collage.model.ServiceAvailability
 
getTimeCriticalUnscheduled() - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
getTimeCriticalUnscheduled() - Method in interface com.groundwork.collage.model.ServiceAvailability
 
getTimeDown() - Method in interface com.groundwork.collage.model.HostStatus
 
getTimeDownScheduled() - Method in interface com.groundwork.collage.model.HostAvailability
 
getTimeDownScheduled() - Method in interface com.groundwork.collage.model.HostGroupHostAvailability
 
getTimeDownUnscheduled() - Method in interface com.groundwork.collage.model.HostAvailability
 
getTimeDownUnscheduled() - Method in interface com.groundwork.collage.model.HostGroupHostAvailability
 
getTimeEnd() - Method in interface com.groundwork.collage.model.HostAvailability
 
getTimeEnd() - Method in interface com.groundwork.collage.model.HostGroupHostAvailability
 
getTimeEnd() - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
getTimeEnd() - Method in interface com.groundwork.collage.model.ServiceAvailability
 
getTimeOk() - Method in interface com.groundwork.collage.model.ServiceStatus
 
getTimeOkScheduled() - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
getTimeOkScheduled() - Method in interface com.groundwork.collage.model.ServiceAvailability
 
getTimeOkUnscheduled() - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
getTimeOkUnscheduled() - Method in interface com.groundwork.collage.model.ServiceAvailability
 
getTimeStart() - Method in interface com.groundwork.collage.model.HostAvailability
 
getTimeStart() - Method in interface com.groundwork.collage.model.HostGroupHostAvailability
 
getTimeStart() - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
getTimeStart() - Method in interface com.groundwork.collage.model.ServiceAvailability
 
getTimeUndeterminedNoData() - Method in interface com.groundwork.collage.model.HostAvailability
 
getTimeUndeterminedNoData() - Method in interface com.groundwork.collage.model.HostGroupHostAvailability
 
getTimeUndeterminedNoData() - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
getTimeUndeterminedNoData() - Method in interface com.groundwork.collage.model.ServiceAvailability
 
getTimeUndeterminedNotRunning() - Method in interface com.groundwork.collage.model.HostAvailability
 
getTimeUndeterminedNotRunning() - Method in interface com.groundwork.collage.model.HostGroupHostAvailability
 
getTimeUndeterminedNotRunning() - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
getTimeUndeterminedNotRunning() - Method in interface com.groundwork.collage.model.ServiceAvailability
 
getTimeUnknown() - Method in interface com.groundwork.collage.model.ServiceStatus
 
getTimeUnknownScheduled() - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
getTimeUnknownScheduled() - Method in interface com.groundwork.collage.model.ServiceAvailability
 
getTimeUnknownUnscheduled() - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
getTimeUnknownUnscheduled() - Method in interface com.groundwork.collage.model.ServiceAvailability
 
getTimeUnreachable() - Method in interface com.groundwork.collage.model.HostStatus
 
getTimeUnreachableScheduled() - Method in interface com.groundwork.collage.model.HostAvailability
 
getTimeUnreachableScheduled() - Method in interface com.groundwork.collage.model.HostGroupHostAvailability
 
getTimeUnreachableUnscheduled() - Method in interface com.groundwork.collage.model.HostAvailability
 
getTimeUnreachableUnscheduled() - Method in interface com.groundwork.collage.model.HostGroupHostAvailability
 
getTimeUp() - Method in interface com.groundwork.collage.model.HostStatus
 
getTimeUpScheduled() - Method in interface com.groundwork.collage.model.HostAvailability
 
getTimeUpScheduled() - Method in interface com.groundwork.collage.model.HostGroupHostAvailability
 
getTimeUpUnscheduled() - Method in interface com.groundwork.collage.model.HostAvailability
 
getTimeUpUnscheduled() - Method in interface com.groundwork.collage.model.HostGroupHostAvailability
 
getTimeWarning() - Method in interface com.groundwork.collage.model.ServiceStatus
 
getTimeWarningScheduled() - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
getTimeWarningScheduled() - Method in interface com.groundwork.collage.model.ServiceAvailability
 
getTimeWarningUnscheduled() - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
getTimeWarningUnscheduled() - Method in interface com.groundwork.collage.model.ServiceAvailability
 
getTotalTimeCritical() - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
getTotalTimeCritical() - Method in interface com.groundwork.collage.model.ServiceAvailability
 
getTotalTimeDown() - Method in interface com.groundwork.collage.model.HostAvailability
 
getTotalTimeDown() - Method in interface com.groundwork.collage.model.HostGroupHostAvailability
 
getTotalTimeOk() - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
getTotalTimeOk() - Method in interface com.groundwork.collage.model.ServiceAvailability
 
getTotalTimeUndetermined() - Method in interface com.groundwork.collage.model.HostAvailability
 
getTotalTimeUndetermined() - Method in interface com.groundwork.collage.model.HostGroupHostAvailability
 
getTotalTimeUndetermined() - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
getTotalTimeUndetermined() - Method in interface com.groundwork.collage.model.ServiceAvailability
 
getTotalTimeUnknown() - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
getTotalTimeUnknown() - Method in interface com.groundwork.collage.model.ServiceAvailability
 
getTotalTimeUnreachable() - Method in interface com.groundwork.collage.model.HostAvailability
 
getTotalTimeUnreachable() - Method in interface com.groundwork.collage.model.HostGroupHostAvailability
 
getTotalTimeUp() - Method in interface com.groundwork.collage.model.HostAvailability
 
getTotalTimeUp() - Method in interface com.groundwork.collage.model.HostGroupHostAvailability
 
getTotalTimeWarning() - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
getTotalTimeWarning() - Method in interface com.groundwork.collage.model.ServiceAvailability
 
getTrend() - Method in interface com.groundwork.collage.model.CollageTrend
Returns the calculated trend.
getTypeId() - Method in interface com.groundwork.collage.model.TypeRule
 
getTypeRule() - Method in interface com.groundwork.collage.model.LogMessage
 
getValue() - Method in interface com.groundwork.collage.model.SchemaInfo
 

H

Host - interface com.groundwork.collage.model.Host.
Host
HostAvailability - interface com.groundwork.collage.model.HostAvailability.
HostAvailabilityINT
HostGroup - interface com.groundwork.collage.model.HostGroup.
HostGroup
HostGroupHostAvailability - interface com.groundwork.collage.model.HostGroupHostAvailability.
HostGroupHostAvailabilityINT
HostGroupServiceAvailability - interface com.groundwork.collage.model.HostGroupServiceAvailability.
HostGroupServiceAvailabilityINT
HostStatus - interface com.groundwork.collage.model.HostStatus.
HostStatus

I

initialize(Collection) - Method in interface com.groundwork.collage.model.CollageTrend
Initializes this object.
isAcceptPassiveChecks() - Method in interface com.groundwork.collage.model.ServiceStatus
 
isAcknowledged() - Method in interface com.groundwork.collage.model.HostStatus
 
isChecksEnabled() - Method in interface com.groundwork.collage.model.HostStatus
 
isChecksEnabled() - Method in interface com.groundwork.collage.model.ServiceStatus
 
isEventHandlersEnabled() - Method in interface com.groundwork.collage.model.HostStatus
 
isEventHandlersEnabled() - Method in interface com.groundwork.collage.model.ServiceStatus
 
isFailurePredictionEnabled() - Method in interface com.groundwork.collage.model.HostStatus
 
isFailurePredictionEnabled() - Method in interface com.groundwork.collage.model.ServiceStatus
 
isFlapDetectionsEnabled() - Method in interface com.groundwork.collage.model.ServiceStatus
 
isHostFlappingEnabled() - Method in interface com.groundwork.collage.model.HostStatus
 
isNotificationsEnabled() - Method in interface com.groundwork.collage.model.HostStatus
 
isNotificationsEnabled() - Method in interface com.groundwork.collage.model.ServiceStatus
 
isObsessOverService() - Method in interface com.groundwork.collage.model.ServiceStatus
 
isProblemAcknowledged() - Method in interface com.groundwork.collage.model.ServiceStatus
 
isProcessPerformanceData() - Method in interface com.groundwork.collage.model.HostStatus
 
isProcessPerformanceData() - Method in interface com.groundwork.collage.model.ServiceStatus
 
isServiceFlapping() - Method in interface com.groundwork.collage.model.ServiceStatus
 

L

LogMessage - interface com.groundwork.collage.model.LogMessage.
LogMessage
LogPerformanceData - interface com.groundwork.collage.model.LogPerformanceData.
LogPerformanceData

M

MessageFilter - interface com.groundwork.collage.model.MessageFilter.
MessageFilterInterface
MonitorServer - interface com.groundwork.collage.model.MonitorServer.
MonitorServer
MonitorStatus - interface com.groundwork.collage.model.MonitorStatus.
MonitorStatus

O

OperationStatus - interface com.groundwork.collage.model.OperationStatus.
OperationStatus

P

Priority - interface com.groundwork.collage.model.Priority.
Priority

Q

queryByExample(Object) - Method in interface com.groundwork.collage.CollageQuery
Performs a query based on the supplied object.

R

removeChild(Device) - Method in interface com.groundwork.collage.model.Device
 
removeDevice(Device) - Method in interface com.groundwork.collage.model.MonitorServer
 
removeDevicesFromChildDevice(String, String) - Method in interface com.groundwork.collage.CollageAdmin
Removes Devices from a Child Device
removeDevicesFromMonitorServer(String, String) - Method in interface com.groundwork.collage.CollageAdmin
Removes Devices from a MonitorServer
removeDevicesFromParentDevice(String, String) - Method in interface com.groundwork.collage.CollageAdmin
Removes Devices from a Parent Device.
removeHost(String) - Method in interface com.groundwork.collage.CollageAdmin
deletes the Host with the name provided, and the related HostStatus, and ServiceStatus - unlinks (but does not delete) all LogMessages that were previously attached to this Host
removeHost(Host) - Method in interface com.groundwork.collage.model.HostGroup
 
removeHostGroup(String) - Method in interface com.groundwork.collage.CollageAdmin
Deletes the HostGroup with the name provided, but does not affect any of the Hosts within that HostGroup
removeHostsFromHostGroup(String, String) - Method in interface com.groundwork.collage.CollageAdmin
Removes Hosts from a HostGroup
removeParent(Device) - Method in interface com.groundwork.collage.model.Device
 
removeServer(String) - Method in interface com.groundwork.collage.CollageAdmin
Deletes the Server (Device) with the name provided, including all its Hosts, Services and LogMessages
removeService(String) - Method in interface com.groundwork.collage.CollageAdmin
deletes ServiceStatus records with the ServiceDescription provided, and de-associates from that service all LogMessages that were associated with that Service

S

SchemaInfo - interface com.groundwork.collage.model.SchemaInfo.
SchemaInfo
ServiceAvailability - interface com.groundwork.collage.model.ServiceAvailability.
ServiceAvailabilityINT
ServiceStatus - interface com.groundwork.collage.model.ServiceStatus.
ServiceStatus
Severity - interface com.groundwork.collage.model.Severity.
Severity
StateType - interface com.groundwork.collage.model.StateType.
TypeState
setApplicationCode(String) - Method in interface com.groundwork.collage.model.LogMessage
 
setApplicationName(String) - Method in interface com.groundwork.collage.model.LogMessage
 
setApplicationSeverity(Severity) - Method in interface com.groundwork.collage.model.LogMessage
 
setCheckType(CheckType) - Method in interface com.groundwork.collage.model.ServiceStatus
 
setComponent(Component) - Method in interface com.groundwork.collage.model.LogMessage
 
setConsolidationCriteriaId(Integer) - Method in interface com.groundwork.collage.model.ConsolidationCriteria
 
setCriteria(String) - Method in interface com.groundwork.collage.model.ConsolidationCriteria
 
setCurrentNotificationNumber(Short) - Method in interface com.groundwork.collage.model.HostStatus
 
setCurrentNotificationNumber(Short) - Method in interface com.groundwork.collage.model.ServiceStatus
 
setDescription(String) - Method in interface com.groundwork.collage.model.CheckType
 
setDescription(String) - Method in interface com.groundwork.collage.model.Component
 
setDescription(String) - Method in interface com.groundwork.collage.model.Device
 
setDescription(String) - Method in interface com.groundwork.collage.model.Host
 
setDescription(String) - Method in interface com.groundwork.collage.model.HostGroup
 
setDescription(String) - Method in interface com.groundwork.collage.model.MonitorServer
 
setDescription(String) - Method in interface com.groundwork.collage.model.MonitorStatus
 
setDescription(String) - Method in interface com.groundwork.collage.model.OperationStatus
 
setDescription(String) - Method in interface com.groundwork.collage.model.Priority
 
setDescription(String) - Method in interface com.groundwork.collage.model.Severity
 
setDescription(String) - Method in interface com.groundwork.collage.model.StateType
 
setDescription(String) - Method in interface com.groundwork.collage.model.TypeRule
 
setDevice(Device) - Method in interface com.groundwork.collage.model.Host
 
setDevice(Device) - Method in interface com.groundwork.collage.model.LogMessage
 
setDevices(Set) - Method in interface com.groundwork.collage.model.MonitorServer
 
setDisplayName(String) - Method in interface com.groundwork.collage.model.Device
 
setErrorType(String) - Method in interface com.groundwork.collage.model.LogMessage
 
setExecutionTime(Integer) - Method in interface com.groundwork.collage.model.ServiceStatus
 
setFirstInsertDate(Date) - Method in interface com.groundwork.collage.model.LogMessage
 
setHost(Host) - Method in interface com.groundwork.collage.model.HostStatus
 
setHost(Host) - Method in interface com.groundwork.collage.model.ServiceStatus
 
setHostAvailabilityId(Integer) - Method in interface com.groundwork.collage.model.HostAvailability
 
setHostGroup(HostGroup) - Method in interface com.groundwork.collage.model.HostGroupHostAvailability
 
setHostGroup(HostGroup) - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
setHostGroupHostAvailabilityId(Integer) - Method in interface com.groundwork.collage.model.HostGroupHostAvailability
 
setHostGroupServiceAvailabilityId(Integer) - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
setHostName(String) - Method in interface com.groundwork.collage.model.Host
 
setHostStatus(HostStatus) - Method in interface com.groundwork.collage.model.Host
 
setHostStatus(HostStatus) - Method in interface com.groundwork.collage.model.HostAvailability
 
setHostStatus(HostStatus) - Method in interface com.groundwork.collage.model.LogMessage
 
setIdentification(String) - Method in interface com.groundwork.collage.model.Device
 
setIp(String) - Method in interface com.groundwork.collage.model.MonitorServer
 
setIsAcceptPassiveChecks(Byte) - Method in interface com.groundwork.collage.model.ServiceStatus
 
setIsAcknowledged(Byte) - Method in interface com.groundwork.collage.model.HostStatus
 
setIsChangeSeverityToStatistic(Byte) - Method in interface com.groundwork.collage.model.MessageFilter
 
setIsChecksEnabled(Byte) - Method in interface com.groundwork.collage.model.HostStatus
 
setIsChecksEnabled(Byte) - Method in interface com.groundwork.collage.model.ServiceStatus
 
setIsEventHandlersEnabled(Byte) - Method in interface com.groundwork.collage.model.HostStatus
 
setIsEventHandlersEnabled(Byte) - Method in interface com.groundwork.collage.model.ServiceStatus
 
setIsFailurePredictionEnabled(Byte) - Method in interface com.groundwork.collage.model.HostStatus
 
setIsFailurePredictionEnabled(Byte) - Method in interface com.groundwork.collage.model.ServiceStatus
 
setIsFlapDetectionsEnabled(Byte) - Method in interface com.groundwork.collage.model.HostStatus
 
setIsFlapDetectionsEnabled(Byte) - Method in interface com.groundwork.collage.model.ServiceStatus
 
setIsHostFlappingEnabled(Byte) - Method in interface com.groundwork.collage.model.HostStatus
 
setIsNotificationsEnabled(Byte) - Method in interface com.groundwork.collage.model.HostStatus
 
setIsNotificationsEnabled(Byte) - Method in interface com.groundwork.collage.model.ServiceStatus
 
setIsObsessOverService(Byte) - Method in interface com.groundwork.collage.model.ServiceStatus
 
setIsProblemAcknowledged(Byte) - Method in interface com.groundwork.collage.model.ServiceStatus
 
setIsProcessPerformanceData(Byte) - Method in interface com.groundwork.collage.model.HostStatus
 
setIsProcessPerformanceData(Byte) - Method in interface com.groundwork.collage.model.ServiceStatus
 
setIsServiceFlapping(Byte) - Method in interface com.groundwork.collage.model.ServiceStatus
 
setLastCheckTime(Timestamp) - Method in interface com.groundwork.collage.model.HostStatus
 
setLastCheckTime(Date) - Method in interface com.groundwork.collage.model.LogPerformanceData
 
setLastCheckTime(Date) - Method in interface com.groundwork.collage.model.ServiceStatus
 
setLastHardState(MonitorStatus) - Method in interface com.groundwork.collage.model.ServiceStatus
 
setLastInsertDate(Date) - Method in interface com.groundwork.collage.model.LogMessage
 
setLastNotificationTime(Timestamp) - Method in interface com.groundwork.collage.model.HostStatus
 
setLastNotificationTime(Date) - Method in interface com.groundwork.collage.model.ServiceStatus
 
setLastPluginOutput(String) - Method in interface com.groundwork.collage.model.HostStatus
 
setLastPluginOutput(String) - Method in interface com.groundwork.collage.model.ServiceStatus
 
setLastStateChange(Timestamp) - Method in interface com.groundwork.collage.model.HostStatus
 
setLastStateChange(Date) - Method in interface com.groundwork.collage.model.ServiceStatus
 
setLatency(Integer) - Method in interface com.groundwork.collage.model.ServiceStatus
 
setLoggerName(String) - Method in interface com.groundwork.collage.model.LogMessage
 
setMessageFilterId(Integer) - Method in interface com.groundwork.collage.model.MessageFilter
 
setMonitorServerName(String) - Method in interface com.groundwork.collage.model.MonitorServer
 
setMonitorStatus(MonitorStatus) - Method in interface com.groundwork.collage.model.HostStatus
 
setMonitorStatus(MonitorStatus) - Method in interface com.groundwork.collage.model.LogMessage
 
setMonitorStatus(MonitorStatus) - Method in interface com.groundwork.collage.model.ServiceStatus
 
setMsgCount(int) - Method in interface com.groundwork.collage.model.LogMessage
 
setName(String) - Method in interface com.groundwork.collage.model.CheckType
 
setName(String) - Method in interface com.groundwork.collage.model.Component
 
setName(String) - Method in interface com.groundwork.collage.model.ConsolidationCriteria
 
setName(String) - Method in interface com.groundwork.collage.model.HostGroup
 
setName(String) - Method in interface com.groundwork.collage.model.MessageFilter
 
setName(String) - Method in interface com.groundwork.collage.model.MonitorStatus
 
setName(String) - Method in interface com.groundwork.collage.model.OperationStatus
 
setName(String) - Method in interface com.groundwork.collage.model.Priority
 
setName(String) - Method in interface com.groundwork.collage.model.SchemaInfo
 
setName(String) - Method in interface com.groundwork.collage.model.Severity
 
setName(String) - Method in interface com.groundwork.collage.model.StateType
 
setName(String) - Method in interface com.groundwork.collage.model.TypeRule
 
setNextCheckTime(Date) - Method in interface com.groundwork.collage.model.ServiceStatus
 
setOperationStatus(OperationStatus) - Method in interface com.groundwork.collage.model.LogMessage
 
setOperationStatusId(Integer) - Method in interface com.groundwork.collage.model.OperationStatus
 
setPercentKnownTimeCritical(double) - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
setPercentKnownTimeCritical(double) - Method in interface com.groundwork.collage.model.ServiceAvailability
 
setPercentKnownTimeCriticalScheduled(double) - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
setPercentKnownTimeCriticalScheduled(double) - Method in interface com.groundwork.collage.model.ServiceAvailability
 
setPercentKnownTimeCriticalUnscheduled(double) - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
setPercentKnownTimeCriticalUnscheduled(double) - Method in interface com.groundwork.collage.model.ServiceAvailability
 
setPercentKnownTimeDown(double) - Method in interface com.groundwork.collage.model.HostAvailability
 
setPercentKnownTimeDown(double) - Method in interface com.groundwork.collage.model.HostGroupHostAvailability
 
setPercentKnownTimeDownScheduled(double) - Method in interface com.groundwork.collage.model.HostAvailability
 
setPercentKnownTimeDownScheduled(double) - Method in interface com.groundwork.collage.model.HostGroupHostAvailability
 
setPercentKnownTimeDownUnscheduled(double) - Method in interface com.groundwork.collage.model.HostAvailability
 
setPercentKnownTimeDownUnscheduled(double) - Method in interface com.groundwork.collage.model.HostGroupHostAvailability
 
setPercentKnownTimeOk(double) - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
setPercentKnownTimeOk(double) - Method in interface com.groundwork.collage.model.ServiceAvailability
 
setPercentKnownTimeOkScheduled(double) - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
setPercentKnownTimeOkScheduled(double) - Method in interface com.groundwork.collage.model.ServiceAvailability
 
setPercentKnownTimeOkUnscheduled(double) - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
setPercentKnownTimeOkUnscheduled(double) - Method in interface com.groundwork.collage.model.ServiceAvailability
 
setPercentKnownTimeUnknown(double) - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
setPercentKnownTimeUnknown(double) - Method in interface com.groundwork.collage.model.ServiceAvailability
 
setPercentKnownTimeUnknownScheduled(double) - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
setPercentKnownTimeUnknownScheduled(double) - Method in interface com.groundwork.collage.model.ServiceAvailability
 
setPercentKnownTimeUnknownUnscheduled(double) - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
setPercentKnownTimeUnknownUnscheduled(double) - Method in interface com.groundwork.collage.model.ServiceAvailability
 
setPercentKnownTimeUnreachable(double) - Method in interface com.groundwork.collage.model.HostAvailability
 
setPercentKnownTimeUnreachable(double) - Method in interface com.groundwork.collage.model.HostGroupHostAvailability
 
setPercentKnownTimeUnreachableScheduled(double) - Method in interface com.groundwork.collage.model.HostAvailability
 
setPercentKnownTimeUnreachableScheduled(double) - Method in interface com.groundwork.collage.model.HostGroupHostAvailability
 
setPercentKnownTimeUnreachableUnscheduled(double) - Method in interface com.groundwork.collage.model.HostAvailability
 
setPercentKnownTimeUnreachableUnscheduled(double) - Method in interface com.groundwork.collage.model.HostGroupHostAvailability
 
setPercentKnownTimeUp(double) - Method in interface com.groundwork.collage.model.HostAvailability
 
setPercentKnownTimeUp(double) - Method in interface com.groundwork.collage.model.HostGroupHostAvailability
 
setPercentKnownTimeUpScheduled(double) - Method in interface com.groundwork.collage.model.HostAvailability
 
setPercentKnownTimeUpScheduled(double) - Method in interface com.groundwork.collage.model.HostGroupHostAvailability
 
setPercentKnownTimeUpUnscheduled(double) - Method in interface com.groundwork.collage.model.HostAvailability
 
setPercentKnownTimeUpUnscheduled(double) - Method in interface com.groundwork.collage.model.HostGroupHostAvailability
 
setPercentKnownTimeWarning(double) - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
setPercentKnownTimeWarning(double) - Method in interface com.groundwork.collage.model.ServiceAvailability
 
setPercentKnownTimeWarningScheduled(double) - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
setPercentKnownTimeWarningScheduled(double) - Method in interface com.groundwork.collage.model.ServiceAvailability
 
setPercentKnownTimeWarningUnscheduled(double) - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
setPercentKnownTimeWarningUnscheduled(double) - Method in interface com.groundwork.collage.model.ServiceAvailability
 
setPercentStateChange(float) - Method in interface com.groundwork.collage.model.HostStatus
 
setPercentStateChange(Float) - Method in interface com.groundwork.collage.model.ServiceStatus
 
setPercentTimeCriticalScheduled(double) - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
setPercentTimeCriticalScheduled(double) - Method in interface com.groundwork.collage.model.ServiceAvailability
 
setPercentTimeCriticalUnscheduled(double) - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
setPercentTimeCriticalUnscheduled(double) - Method in interface com.groundwork.collage.model.ServiceAvailability
 
setPercentTimeDownScheduled(double) - Method in interface com.groundwork.collage.model.HostAvailability
 
setPercentTimeDownScheduled(double) - Method in interface com.groundwork.collage.model.HostGroupHostAvailability
 
setPercentTimeDownUnscheduled(double) - Method in interface com.groundwork.collage.model.HostAvailability
 
setPercentTimeDownUnscheduled(double) - Method in interface com.groundwork.collage.model.HostGroupHostAvailability
 
setPercentTimeOkScheduled(double) - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
setPercentTimeOkScheduled(double) - Method in interface com.groundwork.collage.model.ServiceAvailability
 
setPercentTimeOkUnscheduled(double) - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
setPercentTimeOkUnscheduled(double) - Method in interface com.groundwork.collage.model.ServiceAvailability
 
setPercentTimeUndeterminedNoData(double) - Method in interface com.groundwork.collage.model.HostAvailability
 
setPercentTimeUndeterminedNoData(double) - Method in interface com.groundwork.collage.model.HostGroupHostAvailability
 
setPercentTimeUndeterminedNoData(double) - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
setPercentTimeUndeterminedNoData(double) - Method in interface com.groundwork.collage.model.ServiceAvailability
 
setPercentTimeUndeterminedNotRunning(double) - Method in interface com.groundwork.collage.model.HostAvailability
 
setPercentTimeUndeterminedNotRunning(double) - Method in interface com.groundwork.collage.model.HostGroupHostAvailability
 
setPercentTimeUndeterminedNotRunning(double) - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
setPercentTimeUndeterminedNotRunning(double) - Method in interface com.groundwork.collage.model.ServiceAvailability
 
setPercentTimeUnknownScheduled(double) - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
setPercentTimeUnknownScheduled(double) - Method in interface com.groundwork.collage.model.ServiceAvailability
 
setPercentTimeUnknownUnscheduled(double) - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
setPercentTimeUnknownUnscheduled(double) - Method in interface com.groundwork.collage.model.ServiceAvailability
 
setPercentTimeUnreachableScheduled(double) - Method in interface com.groundwork.collage.model.HostAvailability
 
setPercentTimeUnreachableScheduled(double) - Method in interface com.groundwork.collage.model.HostGroupHostAvailability
 
setPercentTimeUnreachableUnscheduled(double) - Method in interface com.groundwork.collage.model.HostAvailability
 
setPercentTimeUnreachableUnscheduled(double) - Method in interface com.groundwork.collage.model.HostGroupHostAvailability
 
setPercentTimeUpScheduled(double) - Method in interface com.groundwork.collage.model.HostAvailability
 
setPercentTimeUpScheduled(double) - Method in interface com.groundwork.collage.model.HostGroupHostAvailability
 
setPercentTimeUpUnscheduled(double) - Method in interface com.groundwork.collage.model.HostAvailability
 
setPercentTimeUpUnscheduled(double) - Method in interface com.groundwork.collage.model.HostGroupHostAvailability
 
setPercentTimeWarningScheduled(double) - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
setPercentTimeWarningScheduled(double) - Method in interface com.groundwork.collage.model.ServiceAvailability
 
setPercentTimeWarningUnscheduled(double) - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
setPercentTimeWarningUnscheduled(double) - Method in interface com.groundwork.collage.model.ServiceAvailability
 
setPercentTotalTimeCritical(double) - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
setPercentTotalTimeCritical(double) - Method in interface com.groundwork.collage.model.ServiceAvailability
 
setPercentTotalTimeDown(double) - Method in interface com.groundwork.collage.model.HostAvailability
 
setPercentTotalTimeDown(double) - Method in interface com.groundwork.collage.model.HostGroupHostAvailability
 
setPercentTotalTimeOk(double) - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
setPercentTotalTimeOk(double) - Method in interface com.groundwork.collage.model.ServiceAvailability
 
setPercentTotalTimeUndetermined(double) - Method in interface com.groundwork.collage.model.HostAvailability
 
setPercentTotalTimeUndetermined(double) - Method in interface com.groundwork.collage.model.HostGroupHostAvailability
 
setPercentTotalTimeUndetermined(double) - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
setPercentTotalTimeUndetermined(double) - Method in interface com.groundwork.collage.model.ServiceAvailability
 
setPercentTotalTimeUnknown(double) - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
setPercentTotalTimeUnknown(double) - Method in interface com.groundwork.collage.model.ServiceAvailability
 
setPercentTotalTimeUnreachable(double) - Method in interface com.groundwork.collage.model.HostAvailability
 
setPercentTotalTimeUnreachable(double) - Method in interface com.groundwork.collage.model.HostGroupHostAvailability
 
setPercentTotalTimeUp(double) - Method in interface com.groundwork.collage.model.HostAvailability
 
setPercentTotalTimeUp(double) - Method in interface com.groundwork.collage.model.HostGroupHostAvailability
 
setPercentTotalTimeWarning(double) - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
setPercentTotalTimeWarning(double) - Method in interface com.groundwork.collage.model.ServiceAvailability
 
setPerformanceData(String) - Method in interface com.groundwork.collage.model.LogPerformanceData
 
setPriority(Priority) - Method in interface com.groundwork.collage.model.LogMessage
 
setRegExpresion(String) - Method in interface com.groundwork.collage.model.MessageFilter
 
setReportDate(Date) - Method in interface com.groundwork.collage.model.LogMessage
 
setRetryNumber(Short) - Method in interface com.groundwork.collage.model.ServiceStatus
 
setScheduledDowntimeDepth(Short) - Method in interface com.groundwork.collage.model.HostStatus
 
setScheduledDowntimeDepth(Short) - Method in interface com.groundwork.collage.model.ServiceStatus
 
setServiceAvailabilityId(Integer) - Method in interface com.groundwork.collage.model.ServiceAvailability
 
setServiceDescription(String) - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
setServiceDescription(String) - Method in interface com.groundwork.collage.model.ServiceStatus
 
setServiceStatus(ServiceStatus) - Method in interface com.groundwork.collage.model.LogMessage
 
setServiceStatus(ServiceStatus) - Method in interface com.groundwork.collage.model.LogPerformanceData
 
setServiceStatus(ServiceStatus) - Method in interface com.groundwork.collage.model.ServiceAvailability
 
setSeverity(Severity) - Method in interface com.groundwork.collage.model.LogMessage
 
setStateType(StateType) - Method in interface com.groundwork.collage.model.ServiceStatus
 
setStateTypeId(Integer) - Method in interface com.groundwork.collage.model.StateType
 
setSubComponent(String) - Method in interface com.groundwork.collage.model.LogMessage
 
setTextMessage(String) - Method in interface com.groundwork.collage.model.LogMessage
 
setThirtyDayMovingAvg(Float) - Method in interface com.groundwork.collage.model.HostStatus
 
setThirtyDayMovingAvg(Float) - Method in interface com.groundwork.collage.model.ServiceStatus
 
setTimeCritical(Integer) - Method in interface com.groundwork.collage.model.ServiceStatus
 
setTimeCriticalScheduled(double) - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
setTimeCriticalScheduled(double) - Method in interface com.groundwork.collage.model.ServiceAvailability
 
setTimeCriticalUnscheduled(double) - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
setTimeCriticalUnscheduled(double) - Method in interface com.groundwork.collage.model.ServiceAvailability
 
setTimeDown(Integer) - Method in interface com.groundwork.collage.model.HostStatus
 
setTimeDownScheduled(int) - Method in interface com.groundwork.collage.model.HostAvailability
 
setTimeDownScheduled(double) - Method in interface com.groundwork.collage.model.HostGroupHostAvailability
 
setTimeDownUnscheduled(int) - Method in interface com.groundwork.collage.model.HostAvailability
 
setTimeDownUnscheduled(double) - Method in interface com.groundwork.collage.model.HostGroupHostAvailability
 
setTimeEnd(Date) - Method in interface com.groundwork.collage.model.HostAvailability
 
setTimeEnd(Date) - Method in interface com.groundwork.collage.model.HostGroupHostAvailability
 
setTimeEnd(Date) - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
setTimeEnd(Date) - Method in interface com.groundwork.collage.model.ServiceAvailability
 
setTimeOk(Integer) - Method in interface com.groundwork.collage.model.ServiceStatus
 
setTimeOkScheduled(double) - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
setTimeOkScheduled(int) - Method in interface com.groundwork.collage.model.ServiceAvailability
 
setTimeOkUnscheduled(double) - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
setTimeOkUnscheduled(int) - Method in interface com.groundwork.collage.model.ServiceAvailability
 
setTimeStart(Date) - Method in interface com.groundwork.collage.model.HostAvailability
 
setTimeStart(Date) - Method in interface com.groundwork.collage.model.HostGroupHostAvailability
 
setTimeStart(Date) - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
setTimeStart(Date) - Method in interface com.groundwork.collage.model.ServiceAvailability
 
setTimeUndeterminedNoData(int) - Method in interface com.groundwork.collage.model.HostAvailability
 
setTimeUndeterminedNoData(double) - Method in interface com.groundwork.collage.model.HostGroupHostAvailability
 
setTimeUndeterminedNoData(double) - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
setTimeUndeterminedNoData(int) - Method in interface com.groundwork.collage.model.ServiceAvailability
 
setTimeUndeterminedNotRunning(int) - Method in interface com.groundwork.collage.model.HostAvailability
 
setTimeUndeterminedNotRunning(double) - Method in interface com.groundwork.collage.model.HostGroupHostAvailability
 
setTimeUndeterminedNotRunning(double) - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
setTimeUndeterminedNotRunning(int) - Method in interface com.groundwork.collage.model.ServiceAvailability
 
setTimeUnknown(Integer) - Method in interface com.groundwork.collage.model.ServiceStatus
 
setTimeUnknownScheduled(double) - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
setTimeUnknownScheduled(int) - Method in interface com.groundwork.collage.model.ServiceAvailability
 
setTimeUnknownUnscheduled(double) - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
setTimeUnknownUnscheduled(int) - Method in interface com.groundwork.collage.model.ServiceAvailability
 
setTimeUnreachable(Integer) - Method in interface com.groundwork.collage.model.HostStatus
 
setTimeUnreachableScheduled(int) - Method in interface com.groundwork.collage.model.HostAvailability
 
setTimeUnreachableScheduled(double) - Method in interface com.groundwork.collage.model.HostGroupHostAvailability
 
setTimeUnreachableUnscheduled(int) - Method in interface com.groundwork.collage.model.HostAvailability
 
setTimeUnreachableUnscheduled(double) - Method in interface com.groundwork.collage.model.HostGroupHostAvailability
 
setTimeUp(Integer) - Method in interface com.groundwork.collage.model.HostStatus
 
setTimeUpScheduled(int) - Method in interface com.groundwork.collage.model.HostAvailability
 
setTimeUpScheduled(double) - Method in interface com.groundwork.collage.model.HostGroupHostAvailability
 
setTimeUpUnscheduled(int) - Method in interface com.groundwork.collage.model.HostAvailability
 
setTimeUpUnscheduled(double) - Method in interface com.groundwork.collage.model.HostGroupHostAvailability
 
setTimeWarning(Integer) - Method in interface com.groundwork.collage.model.ServiceStatus
 
setTimeWarningScheduled(double) - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
setTimeWarningScheduled(int) - Method in interface com.groundwork.collage.model.ServiceAvailability
 
setTimeWarningUnscheduled(double) - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
setTimeWarningUnscheduled(int) - Method in interface com.groundwork.collage.model.ServiceAvailability
 
setTotalTimeCritical(double) - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
setTotalTimeCritical(int) - Method in interface com.groundwork.collage.model.ServiceAvailability
 
setTotalTimeDown(int) - Method in interface com.groundwork.collage.model.HostAvailability
 
setTotalTimeDown(double) - Method in interface com.groundwork.collage.model.HostGroupHostAvailability
 
setTotalTimeOk(double) - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
setTotalTimeOk(int) - Method in interface com.groundwork.collage.model.ServiceAvailability
 
setTotalTimeUndetermined(int) - Method in interface com.groundwork.collage.model.HostAvailability
 
setTotalTimeUndetermined(double) - Method in interface com.groundwork.collage.model.HostGroupHostAvailability
 
setTotalTimeUndetermined(double) - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
setTotalTimeUndetermined(int) - Method in interface com.groundwork.collage.model.ServiceAvailability
 
setTotalTimeUnknown(double) - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
setTotalTimeUnknown(int) - Method in interface com.groundwork.collage.model.ServiceAvailability
 
setTotalTimeUnreachable(int) - Method in interface com.groundwork.collage.model.HostAvailability
 
setTotalTimeUnreachable(double) - Method in interface com.groundwork.collage.model.HostGroupHostAvailability
 
setTotalTimeUp(int) - Method in interface com.groundwork.collage.model.HostAvailability
 
setTotalTimeUp(double) - Method in interface com.groundwork.collage.model.HostGroupHostAvailability
 
setTotalTimeWarning(double) - Method in interface com.groundwork.collage.model.HostGroupServiceAvailability
 
setTotalTimeWarning(int) - Method in interface com.groundwork.collage.model.ServiceAvailability
 
setTypeId(Integer) - Method in interface com.groundwork.collage.model.TypeRule
 
setTypeRule(TypeRule) - Method in interface com.groundwork.collage.model.LogMessage
 
setValue(String) - Method in interface com.groundwork.collage.model.SchemaInfo
 

T

TypeRule - interface com.groundwork.collage.model.TypeRule.
TypeRule

U

updateHostAvailability(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String) - Method in interface com.groundwork.collage.CollageAdmin
Updates the Collage HostAvailability table.
updateHostGroupHostAvailability(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String) - Method in interface com.groundwork.collage.CollageAdmin
Updates the Collage HostGroupAvailabilityTable.
updateHostGroupServiceAvailability(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String) - Method in interface com.groundwork.collage.CollageAdmin
Updates the Collage HostGroupServiceAvailability Table.
updateHostStatus(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String) - Method in interface com.groundwork.collage.CollageAdmin
This method performs the following tasks: retrieves a Device using the Host name provided, or creates/saves a new Device if one does not already exist retrieves the MonitorServer using the name provided, or creates a new one adds the Device to the MonitorServer and saves the MonitorServer attempts to retrieve the Host by name, or creates a new one adds the Device to the Host and saves it attempts to retrieve the first HostStatus from the Host, or creates a new one adds an empty MonitorStatus to the HostStatus updates the HostStatus with the metrics passed saves the HostStatus
updateLogMessage(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String) - Method in interface com.groundwork.collage.CollageAdmin
Update the collage LogMessage table.
updateServiceAvailability(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String) - Method in interface com.groundwork.collage.CollageAdmin
Updates the Collage ServiceAvailability Table.
updateServiceStatus(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String) - Method in interface com.groundwork.collage.CollageAdmin
Updates the Collage ServiceStatus table.
updateServiceStatus(String, String, String, Collection) - Method in interface com.groundwork.collage.CollageAdmin
Performs 'bulk' update/insert of ServiceStatus for a host

A C D G H I L M O P Q R S T U

Copyright © 2005 IT Groundwork. All Rights Reserved.