public interface StatusService
Modifier and Type | Method and Description |
---|---|
List<GetStatusResponseMsg> |
getAllStatus(GetStatusRequestMsg req)
Gets the status of all items that the requestor has access to
|
GetStatusResponseMsg |
getStatus(GetStatusRequestMsg req)
Get the status on a single item
|
RemoveStatusResponseMsg |
removeStatus(RemoveStatusRequestMsg req)
Removes an entry from the status listing, all associated history, SLAs, and alerting subscriptions, requires global admin rights
|
SetStatusResponseMsg |
setExtendedStatus(SetExtendedStatusRequestMsg req)
Set the Extended Status on a single item.
|
SetStatusResponseMsg |
setMoreStatus(List<SetStatusRequestMsg> req)
Set the status on more than one item.
|
SetStatusResponseMsg |
setStatus(SetStatusRequestMsg req)
Set the Status on a single item.
|
@RequestWrapper(localName="SetMoreStatus", targetNamespace="urn:org:miloss:fgsms:services:interfaces:status", className="org.miloss.fgsms.services.interfaces.status.SetMoreStatus") @ResponseWrapper(localName="SetMoreStatusResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:status", className="org.miloss.fgsms.services.interfaces.status.SetMoreStatusResponse") SetStatusResponseMsg setMoreStatus(List<SetStatusRequestMsg> req) throws AccessDeniedException, ServiceUnavailableException
req
- AccessDeniedException
ServiceUnavailableException
@RequestWrapper(localName="SetExtendedStatus", targetNamespace="urn:org:miloss:fgsms:services:interfaces:status", className="org.miloss.fgsms.services.interfaces.status.SetExtendedStatus") @ResponseWrapper(localName="SetStatusResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:status", className="org.miloss.fgsms.services.interfaces.status.SetStatusResponse") SetStatusResponseMsg setExtendedStatus(SetExtendedStatusRequestMsg req) throws AccessDeniedException, ServiceUnavailableException
req
- AccessDeniedException
ServiceUnavailableException
@RequestWrapper(localName="SetStatus", targetNamespace="urn:org:miloss:fgsms:services:interfaces:status", className="org.miloss.fgsms.services.interfaces.status.SetStatus") @ResponseWrapper(localName="SetStatusResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:status", className="org.miloss.fgsms.services.interfaces.status.SetStatusResponse") SetStatusResponseMsg setStatus(SetStatusRequestMsg req) throws AccessDeniedException, ServiceUnavailableException
req
- AccessDeniedException
ServiceUnavailableException
@RequestWrapper(localName="GetStatus", targetNamespace="urn:org:miloss:fgsms:services:interfaces:status", className="org.miloss.fgsms.services.interfaces.status.GetStatus") @ResponseWrapper(localName="GetStatusResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:status", className="org.miloss.fgsms.services.interfaces.status.GetStatusResponse") GetStatusResponseMsg getStatus(GetStatusRequestMsg req) throws AccessDeniedException, ServiceUnavailableException
req
- AccessDeniedException
ServiceUnavailableException
@RequestWrapper(localName="GetAllStatus", targetNamespace="urn:org:miloss:fgsms:services:interfaces:status", className="org.miloss.fgsms.services.interfaces.status.GetAllStatus") @ResponseWrapper(localName="GetAllStatusResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:status", className="org.miloss.fgsms.services.interfaces.status.GetAllStatusResponse") List<GetStatusResponseMsg> getAllStatus(GetStatusRequestMsg req) throws AccessDeniedException, ServiceUnavailableException
req
- AccessDeniedException
ServiceUnavailableException
@RequestWrapper(localName="RemoveStatus", targetNamespace="urn:org:miloss:fgsms:services:interfaces:status", className="org.miloss.fgsms.services.interfaces.status.RemoveStatus") @ResponseWrapper(localName="RemoveStatusResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:status", className="org.miloss.fgsms.services.interfaces.status.RemoveStatusResponse") RemoveStatusResponseMsg removeStatus(RemoveStatusRequestMsg req) throws AccessDeniedException, ServiceUnavailableException
req
- AccessDeniedException
ServiceUnavailableException
Copyright © 2008–2017 MIL-OSS. All rights reserved.