Package | Description |
---|---|
org.sblim.wbem.cim |
Representation of CIM data in Java.
|
org.sblim.wbem.client |
Public API for client connections and WBEM operations.
|
org.sblim.wbem.client.indications |
Public API for creation of indication listeners.
|
org.sblim.wbem.client.operations |
Public API for batch operations.
|
org.sblim.wbem.xml |
Internal implementation of XML processing
|
Modifier and Type | Method and Description |
---|---|
CIMInstance |
CIMClass.newInstance()
Creates an CIMInstance object based on this CIMClass.
|
CIMInstance |
CIMClass.newInstance()
Creates an CIMInstance object based on this CIMClass.
|
Modifier and Type | Method and Description |
---|---|
CIMInstance |
CIMClient.getIndicationHandler(CIMListener pListener)
This methods return an instance of CIM_IndicationHandler, since CIM over
HTTP is used as transport an instance of CIM_IndicationHandlerCIMXML is
returned.
|
CIMInstance |
CIMClientXML.getIndicationHandler(CIMListener pListener) |
CIMInstance |
CIMOMHandle.getIndicationHandler(CIMListener pListener) |
CIMInstance |
CIMClient.getIndicationHandler(CIMListener pListener)
This methods return an instance of CIM_IndicationHandler, since CIM over
HTTP is used as transport an instance of CIM_IndicationHandlerCIMXML is
returned.
|
CIMInstance |
CIMClientXML.getIndicationHandler(CIMListener pListener) |
CIMInstance |
CIMOMHandle.getIndicationHandler(CIMListener pListener) |
CIMInstance |
CIMClient.getIndicationListener(CIMListener pListener)
This methods return an instance of CIM_IndicationDestination, since CIM
over HTTP is used as transport an instance of
CIM_ListenerDestinationCIMXML is returned.
|
CIMInstance |
CIMClientXML.getIndicationListener(CIMListener pListener) |
CIMInstance |
CIMOMHandle.getIndicationListener(CIMListener pListener) |
CIMInstance |
CIMClient.getIndicationListener(CIMListener pListener)
This methods return an instance of CIM_IndicationDestination, since CIM
over HTTP is used as transport an instance of
CIM_ListenerDestinationCIMXML is returned.
|
CIMInstance |
CIMClientXML.getIndicationListener(CIMListener pListener) |
CIMInstance |
CIMOMHandle.getIndicationListener(CIMListener pListener) |
CIMInstance |
CIMClient.getInstance(CIMObjectPath pInstancePath)
Gets a copy of a CIM instance from the target CIM server.
|
CIMInstance |
CIMClient.getInstance(CIMObjectPath pInstancePath)
Gets a copy of a CIM instance from the target CIM server.
|
CIMInstance |
CIMClient.getInstance(CIMObjectPath pInstancePath,
boolean pLocalOnly)
Gets a copy of a CIM instance.
|
CIMInstance |
CIMClient.getInstance(CIMObjectPath pInstancePath,
boolean pLocalOnly)
Gets a copy of a CIM instance.
|
CIMInstance |
CIMClient.getInstance(CIMObjectPath pInstancePath,
boolean pLocalOnly,
boolean pIncludeQualifiers)
Gets a copy of a CIM instance from the target CIM server.
|
CIMInstance |
CIMClient.getInstance(CIMObjectPath pInstancePath,
boolean pLocalOnly,
boolean pIncludeQualifiers)
Gets a copy of a CIM instance from the target CIM server.
|
CIMInstance |
CIMClient.getInstance(CIMObjectPath pInstancePath,
boolean pLocalOnly,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin)
Gets a copy of a CIM instance from the target CIM server.
|
CIMInstance |
CIMClient.getInstance(CIMObjectPath pInstancePath,
boolean pLocalOnly,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin)
Gets a copy of a CIM instance from the target CIM server.
|
CIMInstance |
CIMClient.getInstance(CIMObjectPath pInstancePath,
boolean pLocalOnly,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList)
Gets a copy of a CIM instance from the target CIM server.
|
CIMInstance |
CIMClientXML.getInstance(CIMObjectPath pPath,
boolean pLocalOnly,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList) |
CIMInstance |
CIMOMHandle.getInstance(CIMObjectPath pPath,
boolean pLocalOnly,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList) |
CIMInstance |
CIMClient.getInstance(CIMObjectPath pInstancePath,
boolean pLocalOnly,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList)
Gets a copy of a CIM instance from the target CIM server.
|
CIMInstance |
CIMClientXML.getInstance(CIMObjectPath pPath,
boolean pLocalOnly,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList) |
CIMInstance |
CIMOMHandle.getInstance(CIMObjectPath pPath,
boolean pLocalOnly,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList) |
Modifier and Type | Method and Description |
---|---|
int |
BatchCIMClient.createInstance(CIMObjectPath pPath,
CIMInstance pInstance) |
int |
BatchHandle.createInstance(CIMObjectPath pPath,
CIMInstance pInstance) |
CIMObjectPath |
CIMClient.createInstance(CIMObjectPath pNamespacePath,
CIMInstance pNewInstance)
Creates a CIM instance in the specified namespace on the target CIM
server.
|
CIMObjectPath |
CIMClientXML.createInstance(CIMObjectPath pObjectName,
CIMInstance pInstance) |
CIMObjectPath |
CIMOMHandle.createInstance(CIMObjectPath pPath,
CIMInstance instance) |
int |
BatchCIMClient.createInstance(CIMObjectPath pPath,
CIMInstance pInstance) |
int |
BatchHandle.createInstance(CIMObjectPath pPath,
CIMInstance pInstance) |
CIMObjectPath |
CIMClient.createInstance(CIMObjectPath pNamespacePath,
CIMInstance pNewInstance)
Creates a CIM instance in the specified namespace on the target CIM
server.
|
CIMObjectPath |
CIMClientXML.createInstance(CIMObjectPath pObjectName,
CIMInstance pInstance) |
CIMObjectPath |
CIMOMHandle.createInstance(CIMObjectPath pPath,
CIMInstance instance) |
int |
BatchCIMClient.setInstance(CIMObjectPath pPath,
CIMInstance pInstance) |
int |
BatchHandle.setInstance(CIMObjectPath pPath,
CIMInstance pInstance) |
void |
CIMClient.setInstance(CIMObjectPath pInstancePath,
CIMInstance pModifiedInstance)
Modifies a CIM instance on the target CIM server.
|
int |
BatchCIMClient.setInstance(CIMObjectPath pPath,
CIMInstance pInstance) |
int |
BatchHandle.setInstance(CIMObjectPath pPath,
CIMInstance pInstance) |
void |
CIMClient.setInstance(CIMObjectPath pInstancePath,
CIMInstance pModifiedInstance)
Modifies a CIM instance on the target CIM server.
|
int |
BatchCIMClient.setInstance(CIMObjectPath pPath,
CIMInstance pInstance,
boolean pIncludeQualifiers,
java.lang.String[] pPropertyList) |
void |
CIMClient.setInstance(CIMObjectPath pInstancePath,
CIMInstance pModifiedInstance,
boolean pIncludeQualifiers,
java.lang.String[] pPropertyList)
Modifies a CIM instance on the target CIM server.
|
void |
CIMClientXML.setInstance(CIMObjectPath pPath,
CIMInstance pInstance,
boolean pIncludeQualifiers,
java.lang.String[] pPropertyList) |
void |
CIMOMHandle.setInstance(CIMObjectPath pPath,
CIMInstance pInstance,
boolean pIncludeQualifiers,
java.lang.String[] pPropertyList) |
int |
BatchCIMClient.setInstance(CIMObjectPath pPath,
CIMInstance pInstance,
boolean pIncludeQualifiers,
java.lang.String[] pPropertyList) |
void |
CIMClient.setInstance(CIMObjectPath pInstancePath,
CIMInstance pModifiedInstance,
boolean pIncludeQualifiers,
java.lang.String[] pPropertyList)
Modifies a CIM instance on the target CIM server.
|
void |
CIMClientXML.setInstance(CIMObjectPath pPath,
CIMInstance pInstance,
boolean pIncludeQualifiers,
java.lang.String[] pPropertyList) |
void |
CIMOMHandle.setInstance(CIMObjectPath pPath,
CIMInstance pInstance,
boolean pIncludeQualifiers,
java.lang.String[] pPropertyList) |
Modifier and Type | Field and Description |
---|---|
protected CIMInstance |
CIMEvent.iIndication |
protected CIMInstance |
CIMEvent.iIndication |
Modifier and Type | Method and Description |
---|---|
CIMInstance |
CIMEvent.getIndication() |
CIMInstance |
CIMEvent.getIndication() |
Constructor and Description |
---|
CIMEvent(CIMInstance pIndication) |
CIMEvent(CIMInstance pIndication) |
CIMEvent(CIMInstance pIndication,
java.lang.String id) |
CIMEvent(CIMInstance pIndication,
java.lang.String id) |
CIMEvent(CIMInstance pIndication,
java.lang.String pId,
java.net.InetAddress pInetAddress)
Constructor that takes the CIMInstance of the indication, the id as well
as the InetAddress of the remote machine.
|
CIMEvent(CIMInstance pIndication,
java.lang.String pId,
java.net.InetAddress pInetAddress)
Constructor that takes the CIMInstance of the indication, the id as well
as the InetAddress of the remote machine.
|
Modifier and Type | Field and Description |
---|---|
protected CIMInstance |
CIMCreateInstanceOp.iInstance |
protected CIMInstance |
CIMSetInstanceOp.iInstance |
protected CIMInstance |
CIMSetInstanceOp.iInstance |
protected CIMInstance |
CIMCreateInstanceOp.iInstance |
Modifier and Type | Method and Description |
---|---|
CIMInstance |
CIMCreateInstanceOp.getInstance()
Returns the instance
|
CIMInstance |
CIMSetInstanceOp.getInstance()
Returns instance
|
CIMInstance |
CIMSetInstanceOp.getInstance()
Returns instance
|
CIMInstance |
CIMCreateInstanceOp.getInstance()
Returns the instance
|
Constructor and Description |
---|
CIMCreateInstanceOp(CIMObjectPath pObjectName,
CIMInstance pInstance) |
CIMCreateInstanceOp(CIMObjectPath pObjectName,
CIMInstance pInstance) |
CIMSetInstanceOp(CIMObjectPath objectName,
CIMInstance instance,
boolean includeQualifiers,
java.lang.String[] propertyList) |
CIMSetInstanceOp(CIMObjectPath objectName,
CIMInstance instance,
boolean includeQualifiers,
java.lang.String[] propertyList) |
Modifier and Type | Method and Description |
---|---|
static CIMInstance |
CIMXMLParserImpl.parseEXPPARAMVALUE(org.w3c.dom.Element expparamvalueE) |
static CIMInstance |
CIMXMLParserImpl.parseEXPPARAMVALUE(org.w3c.dom.Element expparamvalueE) |
static CIMInstance |
CIMXMLParserImpl.parseINSTANCE(org.w3c.dom.Element instanceE) |
static CIMInstance |
CIMXMLParserImpl.parseINSTANCE(org.w3c.dom.Element instanceE) |
static CIMInstance |
CIMXMLParserImpl.parseINSTANCE(org.w3c.dom.Element instanceE,
CIMObjectPath op) |
static CIMInstance |
CIMXMLParserImpl.parseINSTANCE(org.w3c.dom.Element instanceE,
CIMObjectPath op) |
Modifier and Type | Method and Description |
---|---|
org.w3c.dom.Element |
CIMClientXML_HelperImpl.createInstance_request(org.w3c.dom.Document doc,
CIMObjectPath name,
CIMInstance instance) |
org.w3c.dom.Element |
CIMClientXML_HelperImpl.createInstance_request(org.w3c.dom.Document doc,
CIMObjectPath name,
CIMInstance instance) |
static org.w3c.dom.Element |
CIMXMLBuilderImpl.createINSTANCE(org.w3c.dom.Document doc,
org.w3c.dom.Element parentE,
CIMInstance instance) |
static org.w3c.dom.Element |
CIMXMLBuilderImpl.createINSTANCE(org.w3c.dom.Document doc,
org.w3c.dom.Element parentE,
CIMInstance instance) |
static org.w3c.dom.Element |
CIMXMLBuilderImpl.createIRETURNVALUE_GETINSTANCE(org.w3c.dom.Document doc,
org.w3c.dom.Element parentE,
CIMInstance inst) |
static org.w3c.dom.Element |
CIMXMLBuilderImpl.createIRETURNVALUE_GETINSTANCE(org.w3c.dom.Document doc,
org.w3c.dom.Element parentE,
CIMInstance inst) |
static org.w3c.dom.Element |
CIMXMLBuilderImpl.createVALUENAMEDINSTANCE(org.w3c.dom.Document doc,
org.w3c.dom.Element parentE,
CIMInstance inst) |
static org.w3c.dom.Element |
CIMXMLBuilderImpl.createVALUENAMEDINSTANCE(org.w3c.dom.Document doc,
org.w3c.dom.Element parentE,
CIMInstance inst) |
static org.w3c.dom.Element |
CIMXMLBuilderImpl.createVALUENAMEDINSTANCE(org.w3c.dom.Document doc,
org.w3c.dom.Element parentE,
CIMObjectPath path,
CIMInstance inst) |
static org.w3c.dom.Element |
CIMXMLBuilderImpl.createVALUENAMEDINSTANCE(org.w3c.dom.Document doc,
org.w3c.dom.Element parentE,
CIMObjectPath path,
CIMInstance inst) |
org.w3c.dom.Element |
CIMClientXML_HelperImpl.setInstance_request(org.w3c.dom.Document doc,
CIMObjectPath path,
CIMInstance ci,
boolean includeQualifiers,
java.lang.String[] propertyList) |
org.w3c.dom.Element |
CIMClientXML_HelperImpl.setInstance_request(org.w3c.dom.Document doc,
CIMObjectPath path,
CIMInstance ci,
boolean includeQualifiers,
java.lang.String[] propertyList) |
Copyright © 2005, 2011 IBM Corporation. All Rights Reserved.