Uses of Class
com.hp.ucmdb.api.IncompatibleVersionException
Packages that use IncompatibleVersionException
Package
Description
This package contains the top level of API set for working with the UCMDB.
-
Uses of IncompatibleVersionException in com.hp.ucmdb.api
Methods in com.hp.ucmdb.api that throw IncompatibleVersionExceptionModifier and TypeMethodDescriptionstatic UcmdbServiceProvider
UcmdbServiceFactory.getServiceProvider
(String host, int port) Returns an instance of a UCMDB service provider from the specified host and port.static UcmdbServiceProvider
UcmdbServiceFactory.getServiceProvider
(String protocol, String host, int port) static UcmdbServiceProvider
UcmdbServiceFactory.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.UcmdbServiceFactory.HttpBootstrap.getServiceProviderFactory
(URL serverURL, Properties connectionProperties, String clientVersion) UcmdbServiceFactory.HttpBootstrap.getServiceProviderFactory
(URL serverURL, Properties connectionProperties, String clientVersion, Proxy proxy) UcmdbServiceFactory.HttpBootstrap.getServiceProviderFactory
(URL serverURL, Properties connectionProperties, String clientVersion, Proxy proxy, SSLContext asd) UcmdbServiceFactory.HttpBootstrap.getServiceProviderFactory
(URL serverURL, Properties connectionProperties, String version, SSLContext asd)