public class ServerShutdownOp extends ServerManagementOp
ServerShutdownResult ServerFailureExceptionThe XML APIs specify the following XSD fragment:
XSD Fragment
<xs:element name="serverShutdown">
<xs:complexType>
<xs:attribute name="opID" type="xs:string"/>
<xs:attribute name="delay" type="xs:integer"/>
</xs:complexType>
</xs:element>
You can send this operation request in HCI messages to the following final target types of instances in the connected SAP CC system:
| Edition | Final Target Instances | |||||
| rater | updater | guider | bulkLoader | taxer | dispatcher | |
| charge | Yes | Yes | Yes | Yes | Yes | Yes |
This operation is audited by the system as part of the audit domain: ADMINISTRATION. Consult the IT administrator.
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_DELAY
Constant for the default delay: 0
|
static java.lang.String |
OPERATION_NAME
The XML tag name of this service operation: serverShutdown
|
OPERATION_ID, SERVER_NAME| Constructor and Description |
|---|
ServerShutdownOp() |
| Modifier and Type | Method and Description |
|---|---|
int |
getDelay()
Returns the delay before the shutdown.
|
java.lang.String |
getName()
Returns the name of the operation: "serverShutdown"
|
void |
setDelay(int d) |
addCharacterData, addChild, getServerName, marshal, setAttributes, setServerNamepublic static final java.lang.String OPERATION_NAME
public static final int DEFAULT_DELAY
public java.lang.String getName()
getName in interface MessageOperationgetName in class ServerManagementOppublic int getDelay()
public void setDelay(int d)