|
SAP CC 1.0
API 4.2 (Core) |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.highdeal.admin.hci.ServerManagementOp
public abstract class ServerManagementOp
This abstract operation serves as a base class for the server management operations.
ServerManagementResult| Field Summary | |
|---|---|
static java.lang.String |
OPERATION_ID
Mapping for the operation ID : "operation". |
static java.lang.String |
SERVER_NAME
Mapping for the server name : "serverName". |
| Constructor Summary | |
|---|---|
ServerManagementOp()
|
|
| Method Summary | |
|---|---|
void |
addCharacterData(java.lang.String cData)
Adds string data to this operation. |
void |
addChild(java.lang.String tagName,
XMLMarshallable child)
Adds a child tag to this operation. |
abstract java.lang.String |
getName()
Returns the name of the operation. |
java.lang.String |
getServerName()
Gets the server name. |
void |
marshal(XMLOutputter output)
Writes the operation XML data to the given output. |
void |
setAttributes(XMLAttributes atts)
Sets the operation attributes from the XMLAttributes. |
void |
setServerName(java.lang.String name)
Sets the server name. |
| 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_ID
public static final java.lang.String SERVER_NAME
| Constructor Detail |
|---|
public ServerManagementOp()
| Method Detail |
|---|
public java.lang.String getServerName()
public void setServerName(java.lang.String name)
name - the server name.public abstract java.lang.String getName()
getName in interface MessageOperationpublic void setAttributes(XMLAttributes atts)
XMLAttributes.
setAttributes in interface XMLMarshallableatts - the XMLAttributes containing the datapublic void addCharacterData(java.lang.String cData)
This data is ignored for this operation.
addCharacterData in interface XMLMarshallablecData - the character data to add to the operation
public void addChild(java.lang.String tagName,
XMLMarshallable child)
This tag is ignored for this operation.
addChild in interface XMLMarshallabletagName - the name of the tagchild - the XMLMarshallable child to addpublic void marshal(XMLOutputter output)
marshal in interface XMLMarshallableoutput - the XMLOutputter to write into
|
SAP CC 1.0
API 4.2 (Core) |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
SAP Convergent Charging 1.0 (build R4.2.1.35.0.0)
CONVERGENT CHARGING 4.2
(c) Copyright 2009 SAP AG. All rights reserved.