Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.sblim.wbem.client.CIMClientXML
Constructor Summary | |
| |
|
Method Summary | |
void |
|
void |
|
Enumeration |
|
Enumeration |
|
Enumeration |
|
void |
|
void |
|
CIMObjectPath |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
Enumeration |
|
Enumeration |
|
Enumeration |
|
Enumeration |
|
Enumeration | |
Enumeration |
|
Enumeration |
|
Enumeration |
|
protected static Object |
|
protected static Vector |
|
protected void | |
protected String |
|
CIMClass |
|
CIMResponse |
|
Enumeration |
|
CIMInstance |
|
CIMInstance |
|
CIMInstance |
|
Locale | |
CIMResponse |
|
CIMNameSpace | |
CIMValue |
|
CIMQualifierType |
|
CIMQualifierType |
|
SessionProperties | |
void |
|
CIMValue |
|
HttpUrlConnection |
|
protected HttpHeader |
|
BatchResult |
|
void |
|
void |
|
Enumeration |
|
Enumeration |
|
Enumeration |
|
Enumeration |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
InputStreamReader |
|
void |
|
void |
|
public CIMClientXML(CIMNameSpace pNamespace, Principal pPrincipal, Object pCredential, String pProtocol) throws CIMException
public CIMClientXML(CIMNameSpace pNamespace, Principal pPrincipal, Object pCredential, String pProtocol, SessionProperties pProperties) throws CIMException
public void addCIMListener(CIMListener pListener) throws CIMException
- Specified by:
- addCIMListener in interface CIMOMHandle
public Enumeration associatorNames(CIMObjectPath pPath) throws CIMException
- Specified by:
- associatorNames in interface CIMOMHandle
public Enumeration associatorNames(CIMObjectPath pPath, String pAssociationClass, String pResultClass, String pRole, String pResultRole) throws CIMException
- Specified by:
- associatorNames in interface CIMOMHandle
public Enumeration associators(CIMObjectPath pPath, String pAssociationClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) throws CIMException
- Specified by:
- associators in interface CIMOMHandle
public void createClass(CIMObjectPath pPath, CIMClass pClass) throws CIMException
- Specified by:
- createClass in interface CIMOMHandle
public CIMObjectPath createInstance(CIMObjectPath pObjectName, CIMInstance pInstance) throws CIMException
- Specified by:
- createInstance in interface CIMOMHandle
public void createNameSpace(CIMNameSpace pNamespace) throws CIMException
- Specified by:
- createNameSpace in interface CIMOMHandle
public void createQualifierType(CIMObjectPath pPath, CIMQualifierType pQualifierType) throws CIMException
- Specified by:
- createQualifierType in interface CIMOMHandle
public void deleteClass(CIMObjectPath pPath) throws CIMException
- Specified by:
- deleteClass in interface CIMOMHandle
public void deleteInstance(CIMObjectPath pPath) throws CIMException
- Specified by:
- deleteInstance in interface CIMOMHandle
public void deleteNameSpace(CIMNameSpace pNamespace) throws CIMException
- Specified by:
- deleteNameSpace in interface CIMOMHandle
public void deleteQualifierType(CIMObjectPath pPath) throws CIMException
- Specified by:
- deleteQualifierType in interface CIMOMHandle
public Enumeration enumNameSpace(CIMObjectPath pPath, boolean pDeep) throws CIMException
- Specified by:
- enumNameSpace in interface CIMOMHandle
public Enumeration enumQualifierTypes(CIMObjectPath pPath) throws CIMException
- Specified by:
- enumQualifierTypes in interface CIMOMHandle
public Enumeration enumerateClassNames(CIMObjectPath pObjectName, boolean pDeep) throws CIMException
- Specified by:
- enumerateClassNames in interface CIMOMHandle
public Enumeration enumerateClasses(CIMObjectPath pPath, boolean pDeep, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin) throws CIMException
- Specified by:
- enumerateClasses in interface CIMOMHandle
public Enumeration enumerateInstanceNames(CIMObjectPath pPath) throws CIMException
- Specified by:
- enumerateInstanceNames in interface CIMOMHandle
public Enumeration enumerateInstances(CIMObjectPath pPath, boolean pDeep, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, java.lang.String[] pPropertyList) throws CIMException
- Specified by:
- enumerateInstances in interface CIMOMHandle
public Enumeration execQuery(CIMObjectPath pPath, String pQuery, String pQueryLanguage) throws CIMException
- Specified by:
- execQuery in interface CIMOMHandle
protected static Object fixResult(CIMObjectPath pRequest, Object pObject, CIMNameSpace pNameSpace)
protected static Vector fixResultSet(CIMObjectPath pRequest, Vector pVector, CIMNameSpace pNameSpace)
protected void getCIMOMCapabilities()
public CIMClass getClass(CIMObjectPath pPath, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, java.lang.String[] pPropertyList) throws CIMException
- Specified by:
- getClass in interface CIMOMHandle
public CIMResponse getDocument(InputStreamReader pStream) throws IOException, SAXException
public Enumeration getEnumeration(InputStreamReader pStream, CIMObjectPath pPath) throws IOException, SAXException
public CIMInstance getIndicationHandler(CIMListener pListener) throws CIMException
- Specified by:
- getIndicationHandler in interface CIMOMHandle
public CIMInstance getIndicationListener(CIMListener pListener) throws CIMException
- Specified by:
- getIndicationListener in interface CIMOMHandle
public CIMInstance getInstance(CIMObjectPath pPath, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, java.lang.String[] pPropertyList) throws CIMException
- Specified by:
- getInstance in interface CIMOMHandle
public CIMResponse getMultiResponse(InputStreamReader pStream) throws IOException, SAXException
public CIMValue getProperty(CIMObjectPath pPath, String pPropertyName) throws CIMException
- Specified by:
- getProperty in interface CIMOMHandle
public CIMQualifierType getQualifierType(CIMObjectPath pPath) throws CIMException
- Specified by:
- getQualifierType in interface CIMOMHandle
public CIMQualifierType getQualifierType(CIMObjectPath pPath, String pQualifierType) throws CIMException
public SessionProperties getSessionProperties()
- Specified by:
- getSessionProperties in interface CIMOMHandle
public void init(CIMNameSpace pNamespace, Principal pPrincipal, Object pCredential, String pProtocol, SessionProperties pProperties) throws CIMException
public CIMValue invokeMethod(CIMObjectPath pObjectName, String pMethodName, Vector pInputArguments, Vector pOutputArguments) throws CIMException
- Specified by:
- invokeMethod in interface CIMOMHandle
public BatchResult performBatchOperations(BatchHandle pBatchHandle) throws CIMException
- Specified by:
- performBatchOperations in interface CIMOMHandle
public Enumeration referenceNames(CIMObjectPath pPath) throws CIMException
- Specified by:
- referenceNames in interface CIMOMHandle
public Enumeration referenceNames(CIMObjectPath pPath, String pResultClass, String pRole) throws CIMException
- Specified by:
- referenceNames in interface CIMOMHandle
public Enumeration references(CIMObjectPath pPath) throws CIMException
- Specified by:
- references in interface CIMOMHandle
public Enumeration references(CIMObjectPath pPath, String pResultClass, String pRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) throws CIMException
- Specified by:
- references in interface CIMOMHandle
public void removeCIMListener(CIMListener pListener) throws CIMException
- Specified by:
- removeCIMListener in interface CIMOMHandle
public void setClass(CIMObjectPath pPath, CIMClass pClass) throws CIMException
- Specified by:
- setClass in interface CIMOMHandle
public void setInstance(CIMObjectPath pPath, CIMInstance pInstance, boolean pIncludeQualifiers, String[] pPropertyList) throws CIMException
- Specified by:
- setInstance in interface CIMOMHandle
public void setProperty(CIMObjectPath pPath, String pPropertyName) throws CIMException
- Specified by:
- setProperty in interface CIMOMHandle
public void setProperty(CIMObjectPath pPath, String pPropertyName, CIMValue pValue) throws CIMException
- Specified by:
- setProperty in interface CIMOMHandle
public void setQualifierType(CIMObjectPath pPath, CIMQualifierType pQualifierType) throws CIMException
- Specified by:
- setQualifierType in interface CIMOMHandle
public void setSessionProperties(SessionProperties pProperties)
- Specified by:
- setSessionProperties in interface CIMOMHandle
public InputStreamReader transmitRequest(String pCimMethod, HttpHeader pHeader, Document pDocument) throws CIMException, IOException, ProtocolException, SAXException