Package | Description |
---|---|
org.sblim.wbem.client |
Public API for client connections and WBEM operations.
|
org.sblim.wbem.client.indications |
Public API for creation of indication listeners.
|
org.sblim.wbem.http |
Internal implementation of HTTP client and server
|
org.sblim.wbem.util |
Utility classes like
SessionProperties . |
Modifier and Type | Method and Description |
---|---|
SessionProperties |
CIMClient.getSessionProperties()
Gets the session properties of the CIM client.
|
SessionProperties |
CIMClientXML.getSessionProperties() |
SessionProperties |
CIMOMHandle.getSessionProperties() |
SessionProperties |
CIMClient.getSessionProperties()
Gets the session properties of the CIM client.
|
SessionProperties |
CIMClientXML.getSessionProperties() |
SessionProperties |
CIMOMHandle.getSessionProperties() |
Modifier and Type | Method and Description |
---|---|
static CIMOMHandle |
CIMClientFactory.getClient(CIMNameSpace pNameSpace,
java.security.Principal pPrincipal,
java.lang.Object pCredential,
java.lang.String pProtocol,
SessionProperties pProperties)
Constructs a
CIMOMHandle with connection information to a
target CIM server and a default namespace, using the specified principal,
credential, protocol and session properties. |
static CIMOMHandle |
CIMClientFactory.getClient(CIMNameSpace pNameSpace,
java.security.Principal pPrincipal,
java.lang.Object pCredential,
java.lang.String pProtocol,
SessionProperties pProperties)
Constructs a
CIMOMHandle with connection information to a
target CIM server and a default namespace, using the specified principal,
credential, protocol and session properties. |
void |
CIMClientXML.init(CIMNameSpace pNamespace,
java.security.Principal pPrincipal,
java.lang.Object pCredential,
java.lang.String pProtocol,
SessionProperties pProperties) |
void |
CIMClientXML.init(CIMNameSpace pNamespace,
java.security.Principal pPrincipal,
java.lang.Object pCredential,
java.lang.String pProtocol,
SessionProperties pProperties) |
void |
CIMClient.setSessionProperties(SessionProperties pProperties)
Sets the session properties for the CIM client.
|
void |
CIMClientXML.setSessionProperties(SessionProperties pProperties) |
void |
CIMOMHandle.setSessionProperties(SessionProperties pProperties) |
void |
CIMClient.setSessionProperties(SessionProperties pProperties)
Sets the session properties for the CIM client.
|
void |
CIMClientXML.setSessionProperties(SessionProperties pProperties) |
void |
CIMOMHandle.setSessionProperties(SessionProperties pProperties) |
Constructor and Description |
---|
CIMClient(CIMNameSpace pNameSpace,
java.security.Principal pPrincipal,
java.lang.Object pCredential,
java.lang.String pProtocol,
SessionProperties pProperties)
Initializes this
CIMClient with connection information to
a target CIM server and a default namespace, using the specified
principal, credential and protocol. |
CIMClient(CIMNameSpace pNameSpace,
java.security.Principal pPrincipal,
java.lang.Object pCredential,
java.lang.String pProtocol,
SessionProperties pProperties)
Initializes this
CIMClient with connection information to
a target CIM server and a default namespace, using the specified
principal, credential and protocol. |
CIMClientXML(CIMNameSpace pNamespace,
java.security.Principal pPrincipal,
java.lang.Object pCredential,
java.lang.String pProtocol,
SessionProperties pProperties) |
CIMClientXML(CIMNameSpace pNamespace,
java.security.Principal pPrincipal,
java.lang.Object pCredential,
java.lang.String pProtocol,
SessionProperties pProperties) |
Constructor and Description |
---|
CIMIndicationHandler(CIMEventDispatcher pDispatcher,
SessionProperties pProperties) |
CIMIndicationHandler(CIMEventDispatcher pDispatcher,
SessionProperties pProperties) |
Modifier and Type | Method and Description |
---|---|
SessionProperties |
HttpClientPool.getSessionProperties() |
SessionProperties |
HttpClientPool.getSessionProperties() |
Modifier and Type | Method and Description |
---|---|
javax.net.ServerSocketFactory |
HttpSocketFactory.getServerSocketFactory(boolean ssl,
SessionProperties properties) |
javax.net.ServerSocketFactory |
HttpSocketFactory.getServerSocketFactory(boolean ssl,
SessionProperties properties) |
protected javax.net.SocketFactory |
HttpSocketFactory.getSocketFactory(SessionProperties properties) |
protected javax.net.SocketFactory |
HttpSocketFactory.getSocketFactory(SessionProperties properties) |
javax.net.SocketFactory |
HttpSocketFactory.getSocketFactory(java.lang.String protocol,
SessionProperties properties) |
javax.net.SocketFactory |
HttpSocketFactory.getSocketFactory(java.lang.String protocol,
SessionProperties properties) |
protected javax.net.ssl.SSLServerSocketFactory |
HttpSocketFactory.getSSLServerSocketFactory(SessionProperties properties) |
protected javax.net.ssl.SSLServerSocketFactory |
HttpSocketFactory.getSSLServerSocketFactory(SessionProperties properties) |
protected javax.net.ssl.SSLSocketFactory |
HttpSocketFactory.getSSLSocketFactory(SessionProperties properties) |
protected javax.net.ssl.SSLSocketFactory |
HttpSocketFactory.getSSLSocketFactory(SessionProperties properties) |
void |
HttpClientPool.setSessionProperties(SessionProperties pSessionProperties) |
void |
HttpClientPool.setSessionProperties(SessionProperties pSessionProperties) |
Constructor and Description |
---|
HttpServerConnection(HttpConnectionHandler handler,
int port,
boolean ssl,
SessionProperties properties)
Ctor.
|
HttpServerConnection(HttpConnectionHandler handler,
int port,
boolean ssl,
SessionProperties properties)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
static SessionProperties |
SessionProperties.getEnvironmentDefaults()
Returns the environment defaults.
|
static SessionProperties |
SessionProperties.getEnvironmentDefaults()
Returns the environment defaults.
|
static SessionProperties |
SessionProperties.getGlobalProperties()
Returns the SessionProperties singleton instance representing the global
properties.
|
static SessionProperties |
SessionProperties.getGlobalProperties()
Returns the SessionProperties singleton instance representing the global
properties.
|
static SessionProperties |
SessionProperties.getLibraryDefaults()
Returns the library default properties.
|
static SessionProperties |
SessionProperties.getLibraryDefaults()
Returns the library default properties.
|
Copyright © 2005, 2011 IBM Corporation. All Rights Reserved.