Class ServerShutdownResult

java.lang.Object
com.highdeal.admin.hci.ServerManagementResult
com.highdeal.admin.hci.ServerShutdownResult
All Implemented Interfaces:
OperationResult, XMLMarshallable

public class ServerShutdownResult extends ServerManagementResult
This class represents the result of the Server Shutdown operation; It contains the acknowledge of the SAP CC system.

Implementation in Your Client Application

The result is one of the following:

Use the getReason() method to get the resulting reason.

Operation Request

ServerShutdownOp

XML API for HCI

The XML APIs specify the following XSD fragment:

XSD Fragment

<xs:element name="serverShutdownResult">
   <xs:complexType>
     <xs:attribute name="reason" type="xs:integer"/>
     <xs:attribute name="instance" type="xs:string"/>
   </xs:complexType>
 </xs:element>