Package com.highdeal.admin.hci
Class ServerShutdownOp
java.lang.Object
com.highdeal.admin.hci.ServerManagementOp
com.highdeal.admin.hci.ServerShutdownOp
- All Implemented Interfaces:
MessageOperation,XMLMarshallable
This operation allows you to stop a specific instance in the connected SAP CC Core Server system.
Operation Result
ServerShutdownResult Operation Failure Exceptions
XML API for HCI
The 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>
Operation Availability
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 |
Audit Domain
This operation is audited by the system as part of the audit domain: ADMINISTRATION. Consult the IT administrator.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intConstant for the default delay: 0static final StringThe XML tag name of this service operation: serverShutdownFields inherited from class com.highdeal.admin.hci.ServerManagementOp
OPERATION_ID, SERVER_NAME -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.highdeal.admin.hci.ServerManagementOp
addCharacterData, addChild, getServerName, marshal, setAttributes, setServerName
-
Field Details
-
OPERATION_NAME
The XML tag name of this service operation: serverShutdown- See Also:
-
DEFAULT_DELAY
public static final int DEFAULT_DELAYConstant for the default delay: 0- See Also:
-
-
Constructor Details
-
ServerShutdownOp
public ServerShutdownOp()
-
-
Method Details
-
getName
Returns the name of the operation: "serverShutdown"- Specified by:
getNamein interfaceMessageOperation- Specified by:
getNamein classServerManagementOp- Returns:
- "serverShutdown"
-
getDelay
public int getDelay()Returns the delay before the shutdown.- Returns:
- The delay
-
setDelay
public void setDelay(int d)
-