Uses of Interface
com.hp.ucmdb.api.ClientContext
Packages that use ClientContext
Package
Description
This package contains the top level of API set for working with the UCMDB.
-
Uses of ClientContext in com.hp.ucmdb.api
Methods in com.hp.ucmdb.api that return ClientContextModifier and TypeMethodDescriptionUcmdbServiceProvider.createClientContext
(String clientIdentification) Creates an ClientContext object to be used in the connect method.Methods in com.hp.ucmdb.api with parameters of type ClientContextModifier and TypeMethodDescriptionUcmdbServiceProvider.connect
(Credentials credentials, ClientContext clientContext) Connects the client to the UCMDB.UcmdbServiceProvider.connect
(CustomerContext customerContext, Credentials credentials, ClientContext clientContext) Connects to an instance of a customer in the multi-tenant UCMDB server.UcmdbServiceProvider.connectManagement
(Credentials credentials, ClientContext clientContext) Connects the client to the UCMDB.UcmdbServiceProvider.getUcmdbService
(UcmdbService ucmdbService, ClientContext clientContext) Deprecated.UcmdbService.getUcmdbServiceForClientContext
(ClientContext clientContext) Returns the interface for querying various UCMDB subsystems using specified clientContext.
UcmdbService.getUcmdbServiceForClientContext(ClientContext)