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.getLocalFirstServiceProvider(String protocol,
String host,
int port,
String rootContext,
Proxy proxy)
Returns an instance of a UCMDB service provider from local then remote.
|
UcmdbServiceProvider |
UcmdbServiceFactory.HttpUcmdbServiceProviderFactory.getServiceProvider() |
UcmdbServiceProvider |
UcmdbServiceFactory.HttpUcmdbServiceProviderFactory.getServiceProvider(Proxy proxy) |
UcmdbServiceProvider |
UcmdbServiceFactory.HttpUcmdbServiceProviderFactory.getServiceProvider(Proxy proxy,
SSLContext sslContext) |
UcmdbServiceProvider |
UcmdbServiceFactory.HttpUcmdbServiceProviderFactory.getServiceProvider(SSLContext sslContext) |
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.
|
static UcmdbServiceProvider |
UcmdbServiceFactory.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 UcmdbServiceProvider |
UcmdbServiceFactory.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 UcmdbServiceProvider |
UcmdbServiceFactory.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.
|