public class CIMRequest extends CIMMessage
| Modifier and Type | Field and Description |
|---|---|
protected String |
iMethodName |
protected String |
iNamespace |
protected Vector<Object> |
iParamValue |
protected CIMObjectPath |
iPath |
protected Vector<CIMRequest> |
iRequests |
iCimVersion, iDoc, iDtdVersion, iElements, iId, iIsCIMExport, iIsRequest, iIsSimple, iMethod, iProtocolVersion| Constructor and Description |
|---|
CIMRequest()
Ctor.
|
CIMRequest(String pCimVersion,
String pDtdVersion,
String pId,
String pMethod)
Ctor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addParamValue(Object v)
addParamValue
|
void |
addRequest(CIMRequest request)
addRequest
|
String |
getMethodName()
getMethodName
|
String |
getNameSpace()
getNameSpace
|
CIMObjectPath |
getObjectPath()
getObjectPath
|
Vector<Object> |
getParamValue()
getParamValue
|
void |
setMethodName(String methodName)
setMethodName
|
void |
setNameSpace(String namespace)
setNameSpace
|
void |
setObjectPath(CIMObjectPath path)
setObjectPath
|
getCIMVersion, getDTDVersion, getId, getProtocolVersion, isCIMExport, isCIMOperation, setCIMVersion, setDTDVersion, setId, setIsRequest, setMethodprotected Vector<CIMRequest> iRequests
protected String iMethodName
protected CIMObjectPath iPath
protected String iNamespace
public void addParamValue(Object v)
v - public void addRequest(CIMRequest request)
request - public String getMethodName()
public String getNameSpace()
public CIMObjectPath getObjectPath()
public void setMethodName(String methodName)
methodName - public void setNameSpace(String namespace)
namespace - public void setObjectPath(CIMObjectPath path)
path - Copyright © 2005, 2012 IBM Corporation. All Rights Reserved.