Uses of Interface
org.sblim.wbem.client.CIMOMHandle
-
Packages that use CIMOMHandle Package Description org.sblim.wbem.client Public API for client connections and WBEM operations. -
-
Uses of CIMOMHandle in org.sblim.wbem.client
Classes in org.sblim.wbem.client that implement CIMOMHandle Modifier and Type Class Description class
CIMClientXML
Methods in org.sblim.wbem.client that return CIMOMHandle Modifier and Type Method Description static CIMOMHandle
CIMClientFactory. getClient(CIMNameSpace pNameSpace, java.security.Principal pPrincipal, java.lang.Object pCredential, java.lang.String pProtocol)
Deprecated.Use getClient(CIMNameSpace, Principal, Object, String, SessionProperties) insteadstatic CIMOMHandle
CIMClientFactory. getClient(CIMNameSpace pNameSpace, java.security.Principal pPrincipal, java.lang.Object pCredential, java.lang.String pProtocol, SessionProperties pProperties)
Constructs aCIMOMHandle
with connection information to a target CIM server and a default namespace, using the specified principal, credential, protocol and session properties.Constructors in org.sblim.wbem.client with parameters of type CIMOMHandle Constructor Description CIMClient(CIMOMHandle pCimomHandle)
Initializes thisCIMClient
from an existingCIMOMHandle
.
-