Uses of Interface
org.sblim.wbem.client.CIMOMHandle
Packages that use CIMOMHandle
-
Uses of CIMOMHandle in org.sblim.wbem.client
Classes in org.sblim.wbem.client that implement CIMOMHandleMethods in org.sblim.wbem.client that return CIMOMHandleModifier and TypeMethodDescriptionstatic CIMOMHandle
CIMClientFactory.getClient
(CIMNameSpace pNameSpace, Principal pPrincipal, Object pCredential, String pProtocol) Deprecated.Use getClient(CIMNameSpace, Principal, Object, String, SessionProperties) insteadstatic CIMOMHandle
CIMClientFactory.getClient
(CIMNameSpace pNameSpace, Principal pPrincipal, Object pCredential, 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 CIMOMHandleModifierConstructorDescriptionCIMClient
(CIMOMHandle pCimomHandle) Initializes thisCIMClient
from an existingCIMOMHandle
.