Class ServerShutdownOp

java.lang.Object
com.highdeal.admin.hci.ServerManagementOp
com.highdeal.admin.hci.ServerShutdownOp
All Implemented Interfaces:
MessageOperation, XMLMarshallable

public class ServerShutdownOp extends ServerManagementOp
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:

EditionFinal Target Instances
raterupdaterguiderbulkLoadertaxerdispatcher
chargeYesYesYesYesYesYes

Audit Domain

This operation is audited by the system as part of the audit domain: ADMINISTRATION. Consult the IT administrator.

  • Field Details

    • OPERATION_NAME

      public static final String OPERATION_NAME
      The XML tag name of this service operation: serverShutdown
      See Also:
    • DEFAULT_DELAY

      public static final int DEFAULT_DELAY
      Constant for the default delay: 0
      See Also:
  • Constructor Details

    • ServerShutdownOp

      public ServerShutdownOp()
  • Method Details

    • getName

      public String getName()
      Returns the name of the operation: "serverShutdown"
      Specified by:
      getName in interface MessageOperation
      Specified by:
      getName in class ServerManagementOp
      Returns:
      "serverShutdown"
    • getDelay

      public int getDelay()
      Returns the delay before the shutdown.
      Returns:
      The delay
    • setDelay

      public void setDelay(int d)