|
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.ServerManagementOp
com.highdeal.admin.hci.ServerShutdownOp
public class ServerShutdownOp
This operation allows you to stop a specific instance in the connected SAP CC Core Server system.
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 |
| Field Summary | |
|---|---|
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 |
| Fields inherited from class com.highdeal.admin.hci.ServerManagementOp |
|---|
OPERATION_ID, SERVER_NAME |
| Constructor Summary | |
|---|---|
ServerShutdownOp()
|
|
| Method Summary | |
|---|---|
protected void |
_marshal(XMLOutputter output)
Writes the operation XML data to the specified output. |
protected void |
_setAttributes(XMLAttributes atts)
Sets the operation attributes from the XMLAttributes. |
int |
getDelay()
Returns the delay before the shutdown. |
java.lang.String |
getName()
Returns the name of the operation: "serverShutdown" |
void |
setDelay(int d)
|
| Methods inherited from class com.highdeal.admin.hci.ServerManagementOp |
|---|
addCharacterData, addChild, getServerName, marshal, setAttributes, 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
public static final int DEFAULT_DELAY
| Constructor Detail |
|---|
public ServerShutdownOp()
| Method Detail |
|---|
public java.lang.String getName()
getName in interface MessageOperationgetName in class ServerManagementOppublic int getDelay()
public void setDelay(int d)
protected void _marshal(XMLOutputter output)
ServerManagementOp
_marshal in class ServerManagementOpoutput - The XMLOutputter to write intoprotected void _setAttributes(XMLAttributes atts)
ServerManagementOpXMLAttributes.
_setAttributes in class ServerManagementOpatts - The XMLAttributes containing the data
|
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 | ||||||||