Uses of Interface
org.sblim.wbem.client.BatchHandle
-
Packages that use BatchHandle Package Description org.sblim.wbem.client Public API for client connections and WBEM operations. -
-
Uses of BatchHandle in org.sblim.wbem.client
Classes in org.sblim.wbem.client that implement BatchHandle Modifier and Type Class Description class
BatchCIMClient
Methods in org.sblim.wbem.client with parameters of type BatchHandle Modifier and Type Method Description BatchResult
CIMClient. performBatchOperations(BatchHandle pBatchHandle)
Performs the operations specified in the BatchHandle object.BatchResult
CIMClientXML. performBatchOperations(BatchHandle pBatchHandle)
BatchResult
CIMOMHandle. performBatchOperations(BatchHandle pBatchHandle)
-