|
SAP Convergent Charging
Java and XML APIs (Core) |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.highdeal.admin.hci.ServerManagementResult
com.highdeal.admin.hci.ServerShutdownResult
public class ServerShutdownResult
This class represents the result of the Server Shutdown operation;
It contains the acknowledge of the SAP CC system.
The result is one of the following:
Use the getReason()
method to get the resulting reason.
ServerShutdownOp 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>
| Field Summary | |
|---|---|
static java.lang.String |
OPERATION_NAME
The XML name of this operation: "serverShutdownResult" |
| Fields inherited from class com.highdeal.admin.hci.ServerManagementResult |
|---|
IS_PROCESSING, REASON, UNKNOWN_OPERATION, UNKNOWN_SERVER |
| Constructor Summary | |
|---|---|
ServerShutdownResult()
|
|
ServerShutdownResult(int delay)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Returns the name of this operation. |
java.lang.String |
getOperandReference()
Returns the operand reference for audit. |
int |
getReason()
Gets the reason. |
| Methods inherited from class com.highdeal.admin.hci.ServerManagementResult |
|---|
addCharacterData, addChild, getMessage, getServerName, marshal, setAttributes, setMessage, setReason, setServerName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String OPERATION_NAME
| Constructor Detail |
|---|
public ServerShutdownResult()
public ServerShutdownResult(int delay)
| Method Detail |
|---|
public java.lang.String getName()
ServerManagementResult
getName in class ServerManagementResultpublic int getReason()
ServerManagementResult
getReason in class ServerManagementResultServerManagementResult.setReason(int),
ServerManagementResult.UNKNOWN_OPERATION,
ServerManagementResult.UNKNOWN_SERVER,
ServerManagementResult.IS_PROCESSINGpublic java.lang.String getOperandReference()
ServerManagementResult
getOperandReference in interface OperationResultgetOperandReference in class ServerManagementResult
|
Document Published: October 2015 (SAP CC 4.0 SP10 and Later) | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||