@MTOM(enabled=false) public class DAS4jBean extends Object implements DataAccessService, OpStatusService
Modifier and Type | Field and Description |
---|---|
protected static DatatypeFactory |
df |
protected static Logger |
log |
Modifier | Constructor and Description |
---|---|
|
DAS4jBean() |
protected |
DAS4jBean(WebServiceContext w)
constructor used for unit testing, do not remove
|
Modifier and Type | Method and Description |
---|---|
DeleteServiceDependencyResponseMsg |
deleteServiceDependency(DeleteServiceDependencyRequestMsg request)
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
Global admins see everything Regular users can only see what they have
access to
|
GetAllMostRecentMachineAndProcessDataResponseMsg |
getAllMostRecentMachineAndProcessData(GetAllMostRecentMachineAndProcessDataRequestMsg request)
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 request)
returns the service policy urls that all the service depends on global
admin rights required
|
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
|
protected static SecurityWrapper |
getCurrentClassificationLevel() |
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 Must input either (URI AND topic/queue name) OR (URI AND
cannoicalname)
|
protected long |
getMachineInstalledRam(String hostname)
used to load installed ram on a given system
|
GetMachinePerformanceLogsByRangeResponseMsg |
getMachinePerformanceLogsByRange(GetMachinePerformanceLogsByRangeRequestMsg request)
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, audit
access required
GetMessageLogsRequest Optional parameters: URL,
shows only transactions from a matching modified url monitorhostname
servicehostname agenttype
Required: Time Range Records Offset faultsOnly SLAfaultsOnly
|
GetMessageTransactionLogResponseMsg |
getMessageTransactionLog(GetMessageTransactionLogRequestMsg request)
Return a specific message log (payloads) for a given web service
transaction
|
GetMessageTransactionLogDetailsResponseMsg |
getMessageTransactionLogDetails(GetMessageTransactionLogDetailsMsg req)
Returns a specific message transaction log for transactional web services
*
|
GetMonitoredServiceListResponseMsg |
getMonitoredServiceList(GetMonitoredServiceListRequestMsg request)
GetMonitoredServiceList
Returns 0 or more monitored services.
|
GetMostRecentMachineDataResponseMsg |
getMostRecentMachineData(GetMostRecentMachineDataRequestMsg request)
machine's perf data plus drive usage
|
GetMostRecentMachineDataByDomainResponseMsg |
getMostRecentMachineDataByDomain(GetMostRecentMachineDataByDomainRequestMsg request)
get all machines in a given domain plus drive info
|
GetMostRecentProcessDataResponseMsg |
getMostRecentProcessData(GetMostRecentProcessDataRequestMsg request)
process's perf data
|
GetOperatingStatusResponseMessage |
getOperatingStatus(GetOperatingStatusRequestMessage request)
Get the operating status of this service
|
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 Specific Transactional Service
|
List<GetPerformanceAverageStatsResponseMsg> |
getPerformanceAverageStatsAll(SecurityWrapper classification,
TimeRange range)
Get Average Performance Statistics For All Transactional Services - this
will return performance stats for all services that the requestor has
access to
|
GetProcessPerformanceLogsByRangeResponseMsg |
getProcessPerformanceLogsByRange(GetProcessPerformanceLogsByRangeRequestMsg request)
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 request)
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 request)
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.
|
protected static final Logger log
protected static DatatypeFactory df
public DAS4jBean() throws DatatypeConfigurationException
DatatypeConfigurationException
protected DAS4jBean(WebServiceContext w) throws DatatypeConfigurationException
w
- DatatypeConfigurationException
@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") public List<GetAlertsResponseMsg> getAlerts(GetAlertsRequestMsg getAlertsRequest) throws AccessDeniedException, ServiceUnavailableException
getAlerts
in interface DataAccessService
getAlertsRequest
- 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") public GetMessageLogsResponseMsg getRecentMessageLogs(GetRecentMessageLogsRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
getRecentMessageLogs
in interface DataAccessService
request
- AccessDeniedException
ServiceUnavailableException
@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") public List<GetPerformanceAverageStatsResponseMsg> getPerformanceAverageStatsAll(SecurityWrapper classification, TimeRange range) throws AccessDeniedException, ServiceUnavailableException
getPerformanceAverageStatsAll
in interface DataAccessService
range
- classification
- 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") public GetMessageTransactionLogDetailsResponseMsg getMessageTransactionLogDetails(GetMessageTransactionLogDetailsMsg req) throws AccessDeniedException, ServiceUnavailableException
getMessageTransactionLogDetails
in interface DataAccessService
req
- ServiceUnavailableException
AccessDeniedException
@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") public GetPerformanceAverageStatsResponseMsg getPerformanceAverageStats(GetPerformanceAverageStatsRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
getPerformanceAverageStats
in interface DataAccessService
request
- 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") public GetPerformanceAverageStatsResponseMsg getPerformanceAverageHostingStats(GetPerformanceAverageHostStatsRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
getPerformanceAverageHostingStats
in interface DataAccessService
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") public GetMessageLogsResponseMsg getMessageLogsByRange(GetMessageLogsRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
getMessageLogsByRange
in interface DataAccessService
request
- DataAccessServiceGetMessageLogsServiceUnavailableFaultCodesFaultFaultMessage
DataAccessServiceGetMessageLogsAccessDeniedExceptionFaultFaultMessage
AccessDeniedException
ServiceUnavailableException
@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") public GetMessageTransactionLogResponseMsg getMessageTransactionLog(GetMessageTransactionLogRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
getMessageTransactionLog
in interface DataAccessService
request
- DataAccessServiceGetMessageTransactionLogServiceUnavailableExceptionFaultFaultMessage
DataAccessServiceGetMessageTransactionLogAccessDeniedExceptionFaultFaultMessage
AccessDeniedException
ServiceUnavailableException
@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") public GetOperationalStatusLogResponseMsg getOperationalStatusLog(GetOperationalStatusLogRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
getOperationalStatusLog
in interface DataAccessService
request
- DataAccessServiceGetOperationalStatusLogAccessDeniedExceptionFaultFaultMessage
DataAccessServiceGetOperationalStatusLogServiceUnavailableExceptionFaultFaultMessage
AccessDeniedException
ServiceUnavailableException
@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") public GetMonitoredServiceListResponseMsg getMonitoredServiceList(GetMonitoredServiceListRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
getMonitoredServiceList
in interface DataAccessService
request
- DataAccessServiceGetMonitoredServiceListAccessDeniedExceptionFaultFaultMessage
DataAccessServiceGetMonitoredServiceListServiceUnavailableExceptionFaultFaultMessage
AccessDeniedException
ServiceUnavailableException
@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") public List<GetSLAFaultRecordsResponseMsg> getSLAFaultRecords(GetSLAFaultRecordsRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
getSLAFaultRecords
in interface DataAccessService
request
- DataAccessServiceGetSLAFaultRecordsAccessDeniedExceptionFaultFaultMessage
DataAccessServiceGetSLAFaultRecordsServiceUnavailableExceptionFaultFaultMessage
AccessDeniedException
ServiceUnavailableException
@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") public List<GetAllOperationalStatusLogResponseMsg> getAllOperationalStatusLog(GetAllOperationalStatusLogRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
getAllOperationalStatusLog
in interface DataAccessService
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") public GetServiceHostListResponseMsg getServiceHostList(GetServiceHostListRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
getServiceHostList
in interface DataAccessService
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") public GetDataCollectorListResponseMsg getDataCollectorList(GetDataCollectorListRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
getDataCollectorList
in interface DataAccessService
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") public PurgePerformanceDataResponseMsg purgePerformanceData(PurgePerformanceDataRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
purgePerformanceData
in interface DataAccessService
request
- 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") public GetAuditLogResponseMsg getAuditLog(GetAuditLogRequestMsg getAuditLog) throws AccessDeniedException, ServiceUnavailableException
getAuditLog
in interface DataAccessService
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") public GetBrokerListResponseMsg getBrokerList(GetBrokerListRequestMsg getBrokerListRequest) throws AccessDeniedException, ServiceUnavailableException
getBrokerList
in interface DataAccessService
getBrokerListRequest
- ServiceUnavailableException
AccessDeniedException
protected static SecurityWrapper getCurrentClassificationLevel() throws ServiceUnavailableException
ServiceUnavailableException
@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") public GetCurrentBrokerDetailsResponseMsg getCurrentBrokerDetails(GetCurrentBrokerDetailsRequestMsg getCurrentBrokerDetailsRequest) throws AccessDeniedException, ServiceUnavailableException
getCurrentBrokerDetails
in interface DataAccessService
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") public GetHistoricalBrokerDetailsResponseMsg getHistoricalBrokerDetails(GetHistoricalBrokerDetailsRequestMsg getHistoricalBrokerDetailsRequest) throws AccessDeniedException, ServiceUnavailableException
getHistoricalBrokerDetails
in interface DataAccessService
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") public GetHistoricalTopicQueueDetailsResponseMsg getHistoricalTopicQueueDetails(GetHistoricalTopicQueueDetailsRequestMsg getHistoricalTopicQueueDetailsRequest) throws AccessDeniedException, ServiceUnavailableException
getHistoricalTopicQueueDetails
in interface DataAccessService
getHistoricalTopicQueueDetailsRequest
- 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") public GetAgentTypesResponseMsg getAgentTypes(GetAgentTypesRequestMsg getAgentTypesRequest) throws AccessDeniedException, ServiceUnavailableException
getAgentTypes
in interface DataAccessService
getAgentTypesRequest
- 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") public GetThreadTransactionsResponseMsg getThreadTransactions(GetThreadTransactionsRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
getThreadTransactions
in interface DataAccessService
getThreadTransactionsRequest
- AccessDeniedException
ServiceUnavailableException
@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") public GetQuickStatsResponseMsg getQuickStats(GetQuickStatsRequestMsg getQuickStatsRequest) throws AccessDeniedException, ServiceUnavailableException
getQuickStats
in interface DataAccessService
getQuickStatsRequest
- AccessDeniedException
ServiceUnavailableException
@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") public GetQuickStatsAllResponseMsg getQuickStatsAll(GetQuickStatsAllRequestMsg getQuickStatsAllRequest) throws AccessDeniedException, ServiceUnavailableException
getQuickStatsAll
in interface DataAccessService
getQuickStatsAllRequest
- AccessDeniedException
ServiceUnavailableException
@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") public GetAuditLogsByTimeRangeResponseMsg getAuditLogsByTimeRange(GetAuditLogsByTimeRangeRequestMsg getAuditLogsByTimeRangeRequest) throws AccessDeniedException, ServiceUnavailableException
getAuditLogsByTimeRange
in interface DataAccessService
getAuditLogsByTimeRangeRequest
- AccessDeniedException
ServiceUnavailableException
@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") public GetMostRecentMachineDataByDomainResponseMsg getMostRecentMachineDataByDomain(GetMostRecentMachineDataByDomainRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
getMostRecentMachineDataByDomain
in interface DataAccessService
getMostRecentMachineDataByDomainRequest
- AccessDeniedException
ServiceUnavailableException
@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") public GetMostRecentMachineDataResponseMsg getMostRecentMachineData(GetMostRecentMachineDataRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
getMostRecentMachineData
in interface DataAccessService
getMostRecentMachineDataRequest
- AccessDeniedException
ServiceUnavailableException
@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") public GetMostRecentProcessDataResponseMsg getMostRecentProcessData(GetMostRecentProcessDataRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
getMostRecentProcessData
in interface DataAccessService
getMostRecentProcessDataRequest
- AccessDeniedException
ServiceUnavailableException
@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") public GetMachinePerformanceLogsByRangeResponseMsg getMachinePerformanceLogsByRange(GetMachinePerformanceLogsByRangeRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
getMachinePerformanceLogsByRange
in interface DataAccessService
getMachinePerformanceLogsByRangeRequest
- AccessDeniedException
ServiceUnavailableException
@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") public GetAllMostRecentMachineAndProcessDataResponseMsg getAllMostRecentMachineAndProcessData(GetAllMostRecentMachineAndProcessDataRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
getAllMostRecentMachineAndProcessData
in interface DataAccessService
getAllMostRecentMachineAndProcessDataRequest
- AccessDeniedException
ServiceUnavailableException
@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") public GetProcessPerformanceLogsByRangeResponseMsg getProcessPerformanceLogsByRange(GetProcessPerformanceLogsByRangeRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
getProcessPerformanceLogsByRange
in interface DataAccessService
getProcessPerformanceLogsByRangeRequest
- AccessDeniedException
ServiceUnavailableException
protected long getMachineInstalledRam(String hostname)
hostname
- @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") public DeleteServiceDependencyResponseMsg deleteServiceDependency(DeleteServiceDependencyRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
deleteServiceDependency
in interface DataAccessService
deleteServiceDependencyRequest
- AccessDeniedException
ServiceUnavailableException
@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") public GetAllServiceDependenciesResponseMsg getAllServiceDependencies(GetAllServiceDependenciesRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
getAllServiceDependencies
in interface DataAccessService
getAllServiceDependenciesRequest
- AccessDeniedException
ServiceUnavailableException
@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") public GetServiceDependenciesResponseMsg getServiceDependencies(GetServiceDependenciesRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
getServiceDependencies
in interface DataAccessService
getServiceDependenciesRequest
- AccessDeniedException
ServiceUnavailableException
@RequestWrapper(localName="GetOperatingStatus", targetNamespace="urn:org:miloss:fgsms:services:interfaces:common", className="org.miloss.fgsms.services.interfaces.common.GetOperatingStatus") @ResponseWrapper(localName="GetOperatingStatusResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:common", className="org.miloss.fgsms.services.interfaces.common.GetOperatingStatusResponse") public GetOperatingStatusResponseMessage getOperatingStatus(GetOperatingStatusRequestMessage request)
getOperatingStatus
in interface OpStatusService
request
- Copyright © 2008–2017 MIL-OSS. All rights reserved.