public interface DataAccessService
Modifier and Type | Method and Description |
---|---|
DeleteServiceDependencyResponseMsg |
deleteServiceDependency(DeleteServiceDependencyRequestMsg deleteServiceDependencyRequest)
removes a record of a specific service dependency
|
GetAgentTypesResponseMsg |
getAgentTypes(GetAgentTypesRequestMsg getAgentTypesRequest)
Returns a listing of fgsms agents that have recorded data
|
List<GetAlertsResponseMsg> |
getAlerts(GetAlertsRequestMsg getAlertsRequest)
Get Average Performance Statistics For a Service
|
GetAllMostRecentMachineAndProcessDataResponseMsg |
getAllMostRecentMachineAndProcessData(GetAllMostRecentMachineAndProcessDataRequestMsg getAllMostRecentMachineAndProcessDataRequest)
returns the most recent information for all machine and processes that the requestor has access to
|
List<GetAllOperationalStatusLogResponseMsg> |
getAllOperationalStatusLog(GetAllOperationalStatusLogRequestMsg request)
Returns all available operational status change logs for a given period of time for all services
|
GetAllServiceDependenciesResponseMsg |
getAllServiceDependencies(GetAllServiceDependenciesRequestMsg getAllServiceDependenciesRequest)
returns the service policy urls that all the service depends on
|
GetAuditLogResponseMsg |
getAuditLog(GetAuditLogRequestMsg getAuditLog)
Returns the fgsms audit log for
|
GetAuditLogsByTimeRangeResponseMsg |
getAuditLogsByTimeRange(GetAuditLogsByTimeRangeRequestMsg getAuditLogsByTimeRangeRequest)
obtain audit logs by time range, requires global admin role
|
GetBrokerListResponseMsg |
getBrokerList(GetBrokerListRequestMsg getBrokerListRequest)
Returns the current list of monitored brokers and some general statistics on each broker, such as current total message counts as reported by the broker, average queue depth amonst all queues, etc.
|
GetCurrentBrokerDetailsResponseMsg |
getCurrentBrokerDetails(GetCurrentBrokerDetailsRequestMsg getCurrentBrokerDetailsRequest)
Returns the last known data set for a broker
|
GetDataCollectorListResponseMsg |
getDataCollectorList(GetDataCollectorListRequestMsg request)
GetDataCollectorList
Returns 0 or more host names of machines hosting data collector services
|
GetHistoricalBrokerDetailsResponseMsg |
getHistoricalBrokerDetails(GetHistoricalBrokerDetailsRequestMsg getHistoricalBrokerDetailsRequest)
Returns the historical data for a specific broker, such as average queue depth across all topics and queues, over the given period of time
|
GetHistoricalTopicQueueDetailsResponseMsg |
getHistoricalTopicQueueDetails(GetHistoricalTopicQueueDetailsRequestMsg getHistoricalTopicQueueDetailsRequest)
Returns the historical data for a specific topic or queue on a specific broker
|
GetMachinePerformanceLogsByRangeResponseMsg |
getMachinePerformanceLogsByRange(GetMachinePerformanceLogsByRangeRequestMsg getMachinePerformanceLogsByRangeRequest)
returns performance and drive information logs of a specific machine records by uri and time range
|
GetMessageLogsResponseMsg |
getMessageLogsByRange(GetMessageLogsRequestMsg request)
Returns all available message logs for a given period of time
|
GetMessageTransactionLogResponseMsg |
getMessageTransactionLog(GetMessageTransactionLogRequestMsg request)
Return a specific message log for a given web service transaction
|
GetMessageTransactionLogDetailsResponseMsg |
getMessageTransactionLogDetails(GetMessageTransactionLogDetailsMsg req)
Returns a specific message transaction log
|
GetMonitoredServiceListResponseMsg |
getMonitoredServiceList(GetMonitoredServiceListRequestMsg request)
GetMonitoredServiceList
Returns 0 or more monitored services.
|
GetMostRecentMachineDataResponseMsg |
getMostRecentMachineData(GetMostRecentMachineDataRequestMsg getMostRecentMachineDataRequest)
machine's perf data plus drive usage
|
GetMostRecentMachineDataByDomainResponseMsg |
getMostRecentMachineDataByDomain(GetMostRecentMachineDataByDomainRequestMsg getMostRecentMachineDataByDomainRequest)
get all machines in a given domain plus drive info
|
GetMostRecentProcessDataResponseMsg |
getMostRecentProcessData(GetMostRecentProcessDataRequestMsg getMostRecentProcessDataRequest)
process's perf data
|
GetOperationalStatusLogResponseMsg |
getOperationalStatusLog(GetOperationalStatusLogRequestMsg request)
Returns all available operational status change logs for a given period of time and service
|
GetPerformanceAverageStatsResponseMsg |
getPerformanceAverageHostingStats(GetPerformanceAverageHostStatsRequestMsg request)
Get Average Performance Statistics a Hosting Server
I.E.
|
GetPerformanceAverageStatsResponseMsg |
getPerformanceAverageStats(GetPerformanceAverageStatsRequestMsg request)
Get Average Performance Statistics For a Service
|
List<GetPerformanceAverageStatsResponseMsg> |
getPerformanceAverageStatsAll(SecurityWrapper classification,
TimeRange range)
Get Average Performance Statistics For All Services - this will return performance stats for all services that the requestor has access to
|
GetProcessPerformanceLogsByRangeResponseMsg |
getProcessPerformanceLogsByRange(GetProcessPerformanceLogsByRangeRequestMsg getProcessPerformanceLogsByRangeRequest)
returns performance logs of a specific process records by uri and time range
|
GetQuickStatsResponseMsg |
getQuickStats(GetQuickStatsRequestMsg getQuickStatsRequest)
quickly returns statistics for a given service
|
GetQuickStatsAllResponseMsg |
getQuickStatsAll(GetQuickStatsAllRequestMsg getQuickStatsAllRequest)
quickly returns statistics for all accessible services
|
GetMessageLogsResponseMsg |
getRecentMessageLogs(GetRecentMessageLogsRequestMsg request)
Returns all available message logs sorted by timestamp descending, i.e.
|
GetServiceDependenciesResponseMsg |
getServiceDependencies(GetServiceDependenciesRequestMsg getServiceDependenciesRequest)
returns the service policy urls that the given service depends on
|
GetServiceHostListResponseMsg |
getServiceHostList(GetServiceHostListRequestMsg request)
GetServiceHostList
Returns 0 or more host names of machines hosting monitored web services.
|
List<GetSLAFaultRecordsResponseMsg> |
getSLAFaultRecords(GetSLAFaultRecordsRequestMsg request)
Returns all available SLA fault records, transactional and nontransactional logs for a given period of time and service
|
GetThreadTransactionsResponseMsg |
getThreadTransactions(GetThreadTransactionsRequestMsg getThreadTransactionsRequest)
Returns a listing of related transaction IDs, given a thread transaction id
|
PurgePerformanceDataResponseMsg |
purgePerformanceData(PurgePerformanceDataRequestMsg request)
Removes performance data for the specified service(s) and optionally for the specified time range.
|
@RequestWrapper(localName="GetPerformanceAverageStats", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataAccessService", className="org.miloss.fgsms.services.interfaces.dataaccessservice.GetPerformanceAverageStats") @ResponseWrapper(localName="GetPerformanceAverageStatsResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataAccessService", className="org.miloss.fgsms.services.interfaces.dataaccessservice.GetPerformanceAverageStatsResponse") GetPerformanceAverageStatsResponseMsg getPerformanceAverageStats(GetPerformanceAverageStatsRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
request
- ServiceUnavailableException
AccessDeniedException
@RequestWrapper(localName="GetPerformanceAverageStatsAll", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataAccessService", className="org.miloss.fgsms.services.interfaces.dataaccessservice.GetPerformanceAverageStatsAll") @ResponseWrapper(localName="GetPerformanceAverageStatsAllResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataAccessService", className="org.miloss.fgsms.services.interfaces.dataaccessservice.GetPerformanceAverageStatsAllResponse") List<GetPerformanceAverageStatsResponseMsg> getPerformanceAverageStatsAll(SecurityWrapper classification, TimeRange range) throws AccessDeniedException, ServiceUnavailableException
range
- classification
- ServiceUnavailableException
AccessDeniedException
@RequestWrapper(localName="GetPerformanceAverageHostingStats", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataAccessService", className="org.miloss.fgsms.services.interfaces.dataaccessservice.GetPerformanceAverageHostingStats") @ResponseWrapper(localName="GetPerformanceAverageHostingStatsResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataAccessService", className="org.miloss.fgsms.services.interfaces.dataaccessservice.GetPerformanceAverageHostingStatsResponse") GetPerformanceAverageStatsResponseMsg getPerformanceAverageHostingStats(GetPerformanceAverageHostStatsRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
request
- ServiceUnavailableException
AccessDeniedException
@RequestWrapper(localName="GetMessageLogsByRange", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataAccessService", className="org.miloss.fgsms.services.interfaces.dataaccessservice.GetMessageLogsByRange") @ResponseWrapper(localName="GetMessageLogsByRangeResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataAccessService", className="org.miloss.fgsms.services.interfaces.dataaccessservice.GetMessageLogsByRangeResponse") GetMessageLogsResponseMsg getMessageLogsByRange(GetMessageLogsRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
request
- ServiceUnavailableException
AccessDeniedException
@RequestWrapper(localName="GetRecentMessageLogs", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataAccessService", className="org.miloss.fgsms.services.interfaces.dataaccessservice.GetRecentMessageLogs") @ResponseWrapper(localName="GetRecentMessageLogsResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataAccessService", className="org.miloss.fgsms.services.interfaces.dataaccessservice.GetRecentMessageLogsResponse") GetMessageLogsResponseMsg getRecentMessageLogs(GetRecentMessageLogsRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
request
- ServiceUnavailableException
AccessDeniedException
@RequestWrapper(localName="GetMessageTransactionLog", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataAccessService", className="org.miloss.fgsms.services.interfaces.dataaccessservice.GetMessageTransactionLog") @ResponseWrapper(localName="GetMessageTransactionLogResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataAccessService", className="org.miloss.fgsms.services.interfaces.dataaccessservice.GetMessageTransactionLogResponse") GetMessageTransactionLogResponseMsg getMessageTransactionLog(GetMessageTransactionLogRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
request
- ServiceUnavailableException
AccessDeniedException
@RequestWrapper(localName="GetMessageTransactionLogDetails", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataAccessService", className="org.miloss.fgsms.services.interfaces.dataaccessservice.GetMessageTransactionLogDetails") @ResponseWrapper(localName="GetMessageTransactionLogDetailsResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataAccessService", className="org.miloss.fgsms.services.interfaces.dataaccessservice.GetMessageTransactionLogDetailsResponse") GetMessageTransactionLogDetailsResponseMsg getMessageTransactionLogDetails(GetMessageTransactionLogDetailsMsg req) throws AccessDeniedException, ServiceUnavailableException
req
- ServiceUnavailableException
AccessDeniedException
@RequestWrapper(localName="GetOperationalStatusLog", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataAccessService", className="org.miloss.fgsms.services.interfaces.dataaccessservice.GetOperationalStatusLog") @ResponseWrapper(localName="GetOperationalStatusLogResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataAccessService", className="org.miloss.fgsms.services.interfaces.dataaccessservice.GetOperationalStatusLogResponse") GetOperationalStatusLogResponseMsg getOperationalStatusLog(GetOperationalStatusLogRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
request
- ServiceUnavailableException
AccessDeniedException
@RequestWrapper(localName="GetSLAFaultRecords", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataAccessService", className="org.miloss.fgsms.services.interfaces.dataaccessservice.GetSLAFaultRecords") @ResponseWrapper(localName="GetSLAFaultRecordsResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataAccessService", className="org.miloss.fgsms.services.interfaces.dataaccessservice.GetSLAFaultRecordsResponse") List<GetSLAFaultRecordsResponseMsg> getSLAFaultRecords(GetSLAFaultRecordsRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
request
- ServiceUnavailableException
AccessDeniedException
@RequestWrapper(localName="GetAllOperationalStatusLog", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataAccessService", className="org.miloss.fgsms.services.interfaces.dataaccessservice.GetAllOperationalStatusLog") @ResponseWrapper(localName="GetAllOperationalStatusLogResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataAccessService", className="org.miloss.fgsms.services.interfaces.dataaccessservice.GetAllOperationalStatusLogResponse") List<GetAllOperationalStatusLogResponseMsg> getAllOperationalStatusLog(GetAllOperationalStatusLogRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
request
- ServiceUnavailableException
AccessDeniedException
@RequestWrapper(localName="GetMonitoredServiceList", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataAccessService", className="org.miloss.fgsms.services.interfaces.dataaccessservice.GetMonitoredServiceList") @ResponseWrapper(localName="GetMonitoredServiceListResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataAccessService", className="org.miloss.fgsms.services.interfaces.dataaccessservice.GetMonitoredServiceListResponse") GetMonitoredServiceListResponseMsg getMonitoredServiceList(GetMonitoredServiceListRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
request
- ServiceUnavailableException
AccessDeniedException
@RequestWrapper(localName="GetServiceHostList", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataAccessService", className="org.miloss.fgsms.services.interfaces.dataaccessservice.GetServiceHostList") @ResponseWrapper(localName="GetServiceHostListResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataAccessService", className="org.miloss.fgsms.services.interfaces.dataaccessservice.GetServiceHostListResponse") GetServiceHostListResponseMsg getServiceHostList(GetServiceHostListRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
request
- ServiceUnavailableException
AccessDeniedException
@RequestWrapper(localName="GetDataCollectorList", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataAccessService", className="org.miloss.fgsms.services.interfaces.dataaccessservice.GetDataCollectorList") @ResponseWrapper(localName="GetDataCollectorListResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataAccessService", className="org.miloss.fgsms.services.interfaces.dataaccessservice.GetDataCollectorListResponse") GetDataCollectorListResponseMsg getDataCollectorList(GetDataCollectorListRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
request
- ServiceUnavailableException
AccessDeniedException
@RequestWrapper(localName="PurgePerformanceData", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataAccessService", className="org.miloss.fgsms.services.interfaces.dataaccessservice.PurgePerformanceData") @ResponseWrapper(localName="PurgePerformanceDataResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataAccessService", className="org.miloss.fgsms.services.interfaces.dataaccessservice.PurgePerformanceDataResponse") PurgePerformanceDataResponseMsg purgePerformanceData(PurgePerformanceDataRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
request
- ServiceUnavailableException
AccessDeniedException
@RequestWrapper(localName="GetAlerts", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataAccessService", className="org.miloss.fgsms.services.interfaces.dataaccessservice.GetAlerts") @ResponseWrapper(localName="GetAlertsResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataAccessService", className="org.miloss.fgsms.services.interfaces.dataaccessservice.GetAlertsResponse") List<GetAlertsResponseMsg> getAlerts(GetAlertsRequestMsg getAlertsRequest) throws AccessDeniedException, ServiceUnavailableException
getAlertsRequest
- ServiceUnavailableException
AccessDeniedException
@RequestWrapper(localName="GetAuditLog", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataAccessService", className="org.miloss.fgsms.services.interfaces.dataaccessservice.GetAuditLog") @ResponseWrapper(localName="GetAuditLogResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataAccessService", className="org.miloss.fgsms.services.interfaces.dataaccessservice.GetAuditLogResponse") GetAuditLogResponseMsg getAuditLog(GetAuditLogRequestMsg getAuditLog) throws AccessDeniedException, ServiceUnavailableException
getAuditLog
- ServiceUnavailableException
AccessDeniedException
@RequestWrapper(localName="GetBrokerList", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataAccessService", className="org.miloss.fgsms.services.interfaces.dataaccessservice.GetBrokerList") @ResponseWrapper(localName="GetBrokerListResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataAccessService", className="org.miloss.fgsms.services.interfaces.dataaccessservice.GetBrokerListResponse") GetBrokerListResponseMsg getBrokerList(GetBrokerListRequestMsg getBrokerListRequest) throws AccessDeniedException, ServiceUnavailableException
getBrokerListRequest
- ServiceUnavailableException
AccessDeniedException
@RequestWrapper(localName="GetCurrentBrokerDetails", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataAccessService", className="org.miloss.fgsms.services.interfaces.dataaccessservice.GetCurrentBrokerDetails") @ResponseWrapper(localName="GetCurrentBrokerDetailsResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataAccessService", className="org.miloss.fgsms.services.interfaces.dataaccessservice.GetCurrentBrokerDetailsResponse") GetCurrentBrokerDetailsResponseMsg getCurrentBrokerDetails(GetCurrentBrokerDetailsRequestMsg getCurrentBrokerDetailsRequest) throws AccessDeniedException, ServiceUnavailableException
getCurrentBrokerDetailsRequest
- ServiceUnavailableException
AccessDeniedException
@RequestWrapper(localName="GetHistoricalBrokerDetails", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataAccessService", className="org.miloss.fgsms.services.interfaces.dataaccessservice.GetHistoricalBrokerDetails") @ResponseWrapper(localName="GetHistoricalBrokerDetailsResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataAccessService", className="org.miloss.fgsms.services.interfaces.dataaccessservice.GetHistoricalBrokerDetailsResponse") GetHistoricalBrokerDetailsResponseMsg getHistoricalBrokerDetails(GetHistoricalBrokerDetailsRequestMsg getHistoricalBrokerDetailsRequest) throws AccessDeniedException, ServiceUnavailableException
getHistoricalBrokerDetailsRequest
- ServiceUnavailableException
AccessDeniedException
@RequestWrapper(localName="GetHistoricalTopicQueueDetails", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataAccessService", className="org.miloss.fgsms.services.interfaces.dataaccessservice.GetHistoricalTopicQueueDetails") @ResponseWrapper(localName="GetHistoricalTopicQueueDetailsResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataAccessService", className="org.miloss.fgsms.services.interfaces.dataaccessservice.GetHistoricalTopicQueueDetailsResponse") GetHistoricalTopicQueueDetailsResponseMsg getHistoricalTopicQueueDetails(GetHistoricalTopicQueueDetailsRequestMsg getHistoricalTopicQueueDetailsRequest) throws AccessDeniedException, ServiceUnavailableException
getHistoricalTopicQueueDetailsRequest
- ServiceUnavailableException
AccessDeniedException
@RequestWrapper(localName="GetThreadTransactions", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataAccessService", className="org.miloss.fgsms.services.interfaces.dataaccessservice.GetThreadTransactions") @ResponseWrapper(localName="GetThreadTransactionsResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataAccessService", className="org.miloss.fgsms.services.interfaces.dataaccessservice.GetThreadTransactionsResponse") GetThreadTransactionsResponseMsg getThreadTransactions(GetThreadTransactionsRequestMsg getThreadTransactionsRequest) throws AccessDeniedException, ServiceUnavailableException
getThreadTransactionsRequest
- ServiceUnavailableException
AccessDeniedException
@RequestWrapper(localName="GetAgentTypes", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataAccessService", className="org.miloss.fgsms.services.interfaces.dataaccessservice.GetAgentTypes") @ResponseWrapper(localName="GetAgentTypesResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataAccessService", className="org.miloss.fgsms.services.interfaces.dataaccessservice.GetAgentTypesResponse") GetAgentTypesResponseMsg getAgentTypes(GetAgentTypesRequestMsg getAgentTypesRequest) throws AccessDeniedException, ServiceUnavailableException
getAgentTypesRequest
- ServiceUnavailableException
AccessDeniedException
@RequestWrapper(localName="GetQuickStats", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataAccessService", className="org.miloss.fgsms.services.interfaces.dataaccessservice.GetQuickStats") @ResponseWrapper(localName="GetQuickStatsResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataAccessService", className="org.miloss.fgsms.services.interfaces.dataaccessservice.GetQuickStatsResponse") GetQuickStatsResponseMsg getQuickStats(GetQuickStatsRequestMsg getQuickStatsRequest) throws AccessDeniedException, ServiceUnavailableException
getQuickStatsRequest
- ServiceUnavailableException
AccessDeniedException
@RequestWrapper(localName="GetQuickStatsAll", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataAccessService", className="org.miloss.fgsms.services.interfaces.dataaccessservice.GetQuickStatsAll") @ResponseWrapper(localName="GetQuickStatsAllResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataAccessService", className="org.miloss.fgsms.services.interfaces.dataaccessservice.GetQuickStatsAllResponse") GetQuickStatsAllResponseMsg getQuickStatsAll(GetQuickStatsAllRequestMsg getQuickStatsAllRequest) throws AccessDeniedException, ServiceUnavailableException
getQuickStatsAllRequest
- ServiceUnavailableException
AccessDeniedException
@RequestWrapper(localName="GetAuditLogsByTimeRange", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataAccessService", className="org.miloss.fgsms.services.interfaces.dataaccessservice.GetAuditLogsByTimeRange") @ResponseWrapper(localName="GetAuditLogsByTimeRangeResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataAccessService", className="org.miloss.fgsms.services.interfaces.dataaccessservice.GetAuditLogsByTimeRangeResponse") GetAuditLogsByTimeRangeResponseMsg getAuditLogsByTimeRange(GetAuditLogsByTimeRangeRequestMsg getAuditLogsByTimeRangeRequest) throws AccessDeniedException, ServiceUnavailableException
getAuditLogsByTimeRangeRequest
- ServiceUnavailableException
AccessDeniedException
@RequestWrapper(localName="GetMostRecentMachineDataByDomain", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataAccessService", className="org.miloss.fgsms.services.interfaces.dataaccessservice.GetMostRecentMachineDataByDomain") @ResponseWrapper(localName="GetMostRecentMachineDataByDomainResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataAccessService", className="org.miloss.fgsms.services.interfaces.dataaccessservice.GetMostRecentMachineDataByDomainResponse") GetMostRecentMachineDataByDomainResponseMsg getMostRecentMachineDataByDomain(GetMostRecentMachineDataByDomainRequestMsg getMostRecentMachineDataByDomainRequest) throws AccessDeniedException, ServiceUnavailableException
getMostRecentMachineDataByDomainRequest
- ServiceUnavailableException
AccessDeniedException
@RequestWrapper(localName="GetMostRecentMachineData", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataAccessService", className="org.miloss.fgsms.services.interfaces.dataaccessservice.GetMostRecentMachineData") @ResponseWrapper(localName="GetMostRecentMachineDataResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataAccessService", className="org.miloss.fgsms.services.interfaces.dataaccessservice.GetMostRecentMachineDataResponse") GetMostRecentMachineDataResponseMsg getMostRecentMachineData(GetMostRecentMachineDataRequestMsg getMostRecentMachineDataRequest) throws AccessDeniedException, ServiceUnavailableException
getMostRecentMachineDataRequest
- ServiceUnavailableException
AccessDeniedException
@RequestWrapper(localName="GetMostRecentProcessData", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataAccessService", className="org.miloss.fgsms.services.interfaces.dataaccessservice.GetMostRecentProcessData") @ResponseWrapper(localName="GetMostRecentProcessDataResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataAccessService", className="org.miloss.fgsms.services.interfaces.dataaccessservice.GetMostRecentProcessDataResponse") GetMostRecentProcessDataResponseMsg getMostRecentProcessData(GetMostRecentProcessDataRequestMsg getMostRecentProcessDataRequest) throws AccessDeniedException, ServiceUnavailableException
getMostRecentProcessDataRequest
- ServiceUnavailableException
AccessDeniedException
@RequestWrapper(localName="GetMachinePerformanceLogsByRange", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataAccessService", className="org.miloss.fgsms.services.interfaces.dataaccessservice.GetMachinePerformanceLogsByRange") @ResponseWrapper(localName="GetMachinePerformanceLogsByRangeResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataAccessService", className="org.miloss.fgsms.services.interfaces.dataaccessservice.GetMachinePerformanceLogsByRangeResponse") GetMachinePerformanceLogsByRangeResponseMsg getMachinePerformanceLogsByRange(GetMachinePerformanceLogsByRangeRequestMsg getMachinePerformanceLogsByRangeRequest) throws AccessDeniedException, ServiceUnavailableException
getMachinePerformanceLogsByRangeRequest
- ServiceUnavailableException
AccessDeniedException
@RequestWrapper(localName="GetAllMostRecentMachineAndProcessData", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataAccessService", className="org.miloss.fgsms.services.interfaces.dataaccessservice.GetAllMostRecentMachineAndProcessData") @ResponseWrapper(localName="GetAllMostRecentMachineAndProcessDataResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataAccessService", className="org.miloss.fgsms.services.interfaces.dataaccessservice.GetAllMostRecentMachineAndProcessDataResponse") GetAllMostRecentMachineAndProcessDataResponseMsg getAllMostRecentMachineAndProcessData(GetAllMostRecentMachineAndProcessDataRequestMsg getAllMostRecentMachineAndProcessDataRequest) throws AccessDeniedException, ServiceUnavailableException
getAllMostRecentMachineAndProcessDataRequest
- ServiceUnavailableException
AccessDeniedException
@RequestWrapper(localName="GetProcessPerformanceLogsByRange", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataAccessService", className="org.miloss.fgsms.services.interfaces.dataaccessservice.GetProcessPerformanceLogsByRange") @ResponseWrapper(localName="GetProcessPerformanceLogsByRangeResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataAccessService", className="org.miloss.fgsms.services.interfaces.dataaccessservice.GetProcessPerformanceLogsByRangeResponse") GetProcessPerformanceLogsByRangeResponseMsg getProcessPerformanceLogsByRange(GetProcessPerformanceLogsByRangeRequestMsg getProcessPerformanceLogsByRangeRequest) throws AccessDeniedException, ServiceUnavailableException
getProcessPerformanceLogsByRangeRequest
- ServiceUnavailableException
AccessDeniedException
@RequestWrapper(localName="DeleteServiceDependency", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataAccessService", className="org.miloss.fgsms.services.interfaces.dataaccessservice.DeleteServiceDependency") @ResponseWrapper(localName="DeleteServiceDependencyResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataAccessService", className="org.miloss.fgsms.services.interfaces.dataaccessservice.DeleteServiceDependencyResponse") DeleteServiceDependencyResponseMsg deleteServiceDependency(DeleteServiceDependencyRequestMsg deleteServiceDependencyRequest) throws AccessDeniedException, ServiceUnavailableException
deleteServiceDependencyRequest
- ServiceUnavailableException
AccessDeniedException
@RequestWrapper(localName="GetAllServiceDependencies", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataAccessService", className="org.miloss.fgsms.services.interfaces.dataaccessservice.GetAllServiceDependencies") @ResponseWrapper(localName="GetAllServiceDependenciesResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataAccessService", className="org.miloss.fgsms.services.interfaces.dataaccessservice.GetAllServiceDependenciesResponse") GetAllServiceDependenciesResponseMsg getAllServiceDependencies(GetAllServiceDependenciesRequestMsg getAllServiceDependenciesRequest) throws AccessDeniedException, ServiceUnavailableException
getAllServiceDependenciesRequest
- ServiceUnavailableException
AccessDeniedException
@RequestWrapper(localName="GetServiceDependencies", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataAccessService", className="org.miloss.fgsms.services.interfaces.dataaccessservice.GetServiceDependencies") @ResponseWrapper(localName="GetServiceDependenciesResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:dataAccessService", className="org.miloss.fgsms.services.interfaces.dataaccessservice.GetServiceDependenciesResponse") GetServiceDependenciesResponseMsg getServiceDependencies(GetServiceDependenciesRequestMsg getServiceDependenciesRequest) throws AccessDeniedException, ServiceUnavailableException
getServiceDependenciesRequest
- ServiceUnavailableException
AccessDeniedException
Copyright © 2008–2017 MIL-OSS. All rights reserved.