Uses of Interface
com.hp.ucmdb.api.UcmdbServiceProvider
Packages that use UcmdbServiceProvider
Package
Description
This package contains the top level of API set for working with the UCMDB.
-
Uses of UcmdbServiceProvider in com.hp.ucmdb.api
Methods in com.hp.ucmdb.api that return UcmdbServiceProviderModifier and TypeMethodDescriptionstatic UcmdbServiceProviderUcmdbServiceFactory.getLocalFirstServiceProvider(String protocol, String host, int port, String rootContext, Proxy proxy) Returns an instance of a UCMDB service provider from local then remote.static UcmdbServiceProviderUcmdbServiceFactory.getLocalFirstServiceProvider(String protocol, String host, int port, String rootContext, Proxy proxy, String apiClientJarFilePath) Parametric polymorphism of above methodstatic UcmdbServiceProviderUcmdbServiceFactory.getServiceProvider(String host, int port) Returns an instance of a UCMDB service provider from the specified host and port.static UcmdbServiceProviderUcmdbServiceFactory.getServiceProvider(String protocol, String host, int port) static UcmdbServiceProviderUcmdbServiceFactory.getServiceProvider(String protocol, String host, int port, String rootContext) Returns an instance of a UCMDB service provider from the specified host port using the specified protocol.static UcmdbServiceProviderUcmdbServiceFactory.getServiceProvider(String protocol, String host, int port, String rootContext, Proxy proxy) Returns an instance of a UCMDB service provider from the specified host port using the specified protocol.static UcmdbServiceProviderUcmdbServiceFactory.getServiceProvider(String protocol, String host, int port, String rootContext, Proxy proxy, SSLContext sslContext) Returns an instance of a UCMDB service provider from the specified host port using the specified protocol.static UcmdbServiceProviderUcmdbServiceFactory.getServiceProvider(String protocol, String host, int port, String rootContext, SSLContext sslContext) Returns an instance of a UCMDB service provider from the specified host port using the specified protocol.UcmdbServiceFactory.HttpUcmdbServiceProviderFactory.getServiceProvider()UcmdbServiceFactory.HttpUcmdbServiceProviderFactory.getServiceProvider(Proxy proxy) UcmdbServiceFactory.HttpUcmdbServiceProviderFactory.getServiceProvider(Proxy proxy, SSLContext sslContext) UcmdbServiceFactory.HttpUcmdbServiceProviderFactory.getServiceProvider(SSLContext sslContext)