Methods in org.sblim.wbem.client that return CIMOMHandle |
static CIMOMHandle |
CIMClientFactory.getClient(CIMNameSpace pNameSpace,
java.security.Principal pPrincipal,
java.lang.Object pCredential,
java.lang.String pProtocol,
SessionProperties pProperties)
Constructs a CIMOMHandle with connection information to a
target CIM server and a default namespace, using the specified principal,
credential, protocol and session properties. |
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) instead |