|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CIMOMHandle | |
---|---|
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 | |
---|---|
class |
CIMClientXML
|
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)
Deprecated. Use getClient(CIMNameSpace, Principal, Object, String, SessionProperties) instead |
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. |
Constructors in org.sblim.wbem.client with parameters of type CIMOMHandle | |
---|---|
CIMClient(CIMOMHandle pCimomHandle)
Initializes this CIMClient from an existing
CIMOMHandle . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |