Package | Description |
---|---|
com.hp.ucmdb.api |
This package contains the top level of API set for working with the UCMDB.
|
Modifier and Type | Method and Description |
---|---|
static 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.HttpUcmdbServiceProviderFactory |
UcmdbServiceFactory.HttpBootstrap.getServiceProviderFactory(URL serverURL,
Properties connectionProperties,
String clientVersion) |
UcmdbServiceFactory.HttpUcmdbServiceProviderFactory |
UcmdbServiceFactory.HttpBootstrap.getServiceProviderFactory(URL serverURL,
Properties connectionProperties,
String clientVersion,
Proxy proxy) |
UcmdbServiceFactory.HttpUcmdbServiceProviderFactory |
UcmdbServiceFactory.HttpBootstrap.getServiceProviderFactory(URL serverURL,
Properties connectionProperties,
String clientVersion,
Proxy proxy,
SSLContext asd) |
UcmdbServiceFactory.HttpUcmdbServiceProviderFactory |
UcmdbServiceFactory.HttpBootstrap.getServiceProviderFactory(URL serverURL,
Properties connectionProperties,
String version,
SSLContext asd) |