public class GetRestartInformation extends XMLRequest
Constructor and Description |
---|
GetRestartInformation(int runID)
Creates a new
GetRestartInformation request. |
GetRestartInformation(UC4Object obj)
Creates a new
GetRestartInformation request. |
GetRestartInformation(UC4ObjectName uc4ObjectName)
Creates a new
GetRestartInformation 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.
|
ExecuteTestOptions |
getExecuteTestOption()
Returns Execute Test Options.
|
RestartTask.FileTransferRestart |
getFileTransferSetting()
Returns File Transfer Restart.
|
java.lang.String |
getLastRestartPoint()
Returns the last restart point.
|
java.lang.String |
getQueue()
Returns Queue Name.
|
int |
getReferenceRunID()
Returns the original RunID of the task.
|
protected java.lang.String |
getSrc()
Returns the request source.
|
protected void |
handleContent(com.uc4.util.XMLDocument doc,
ConnectionAttributes session) |
boolean |
isAbortedOnly()
Returns the Aborted Only.
|
boolean |
isKeepStartType()
Returns the Keep Start Type.
|
boolean |
isWaitForRelease()
Returns the wait For Release.
|
assertClientZero, assertServerVersion, checkClient, checkID, checkLnr, checkNull, checkSelStatisticsPrivilege, checkSystemOverviewPrivilege, checkUC4ObjectEmptyName, checkUC4ObjectName, createNATFor, createNATRequest, emptyAttributes, getAllMessageBoxes, getMessageBox, getRequestID, handleResponse, ignoreMessageBox, isAllowedInClientZero, send, setMessageBox, showQuarantineNotification
public GetRestartInformation(int runID)
GetRestartInformation
request.runID
- RunID of the taskpublic GetRestartInformation(UC4Object obj)
GetRestartInformation
request.obj
- UC4 Objectpublic GetRestartInformation(UC4ObjectName uc4ObjectName)
GetRestartInformation
request.uc4ObjectName
- name of the Object.protected java.lang.String getSrc()
XMLRequest
getSrc
in class XMLRequest
protected void createRequest(com.uc4.util.XMLDocument doc, org.w3c.dom.Element request, ConnectionAttributes sessionInfo)
XMLRequest
createRequest
in class XMLRequest
doc
- 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 XMLRequest
public int getReferenceRunID()
public java.lang.String getLastRestartPoint()
public boolean isKeepStartType()
public boolean isWaitForRelease()
public boolean isAbortedOnly()
public java.lang.String getQueue()
public ExecuteTestOptions getExecuteTestOption()
public RestartTask.FileTransferRestart getFileTransferSetting()