public class RefreshCockpitMonitor extends XMLRequest
| Constructor and Description |
|---|
RefreshCockpitMonitor(CockpitMonitorDefiniton def)
Creates a new
RefreshCockpitMonitor request. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
createRequest(com.uc4.util.XMLDocument doc,
org.w3c.dom.Element request,
ConnectionAttributes sessionInfo)
Creates the XML Document for the request.
|
protected java.lang.String |
getSrc()
Returns the request source.
|
java.lang.String |
getValue(CockpitControl control)
Returns the value of the
CockpitControl element. |
protected void |
handleContent(com.uc4.util.XMLDocument doc,
ConnectionAttributes session) |
assertClientZero, assertServerVersion, checkClient, checkID, checkLnr, checkNull, checkSelStatisticsPrivilege, checkSystemOverviewPrivilege, checkUC4ObjectEmptyName, checkUC4ObjectName, createNATFor, createNATRequest, emptyAttributes, getAllMessageBoxes, getMessageBox, getRequestID, handleResponse, ignoreMessageBox, isAllowedInClientZero, send, setMessageBox, showQuarantineNotificationpublic RefreshCockpitMonitor(CockpitMonitorDefiniton def)
RefreshCockpitMonitor request.def - CockpitMonitorDefinitionprotected java.lang.String getSrc()
XMLRequestgetSrc in class XMLRequestprotected void createRequest(com.uc4.util.XMLDocument doc,
org.w3c.dom.Element request,
ConnectionAttributes sessionInfo)
XMLRequestcreateRequest in class XMLRequestdoc - Document, used to create new Elementsrequest - Request Element - classes append information to this request elementsessionInfo - Information about the sessionprotected void handleContent(com.uc4.util.XMLDocument doc,
ConnectionAttributes session)
handleContent in class XMLRequestpublic java.lang.String getValue(CockpitControl control)
CockpitControl element.control - CockpitControlnull if the control element was not found or has no value.