|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WBEMClientSBLIM
Class WBEMClientSBLIM contains the SBLIM CIM Client specific extensions to the WBEMClient interface.
WBEMClient
Method Summary | |
---|---|
javax.net.SocketFactory |
getCustomSocketFactory()
Gets the custom socket factory if one is set. |
java.util.Properties |
getLocalProperties()
Returns the configuration properties that are local to the current thread. |
java.util.Properties |
getProperties()
Returns the client specific configuration properties. |
java.lang.String |
getProperty(java.lang.String pKey)
Returns the effective value of a given configuration property. |
void |
setCustomSocketFactory(javax.net.SocketFactory pFactory)
Sets a custom socket factory. |
void |
setLocalProperties(java.util.Properties pProperties)
Sets the configuration properties that are local to the current thread. |
void |
setLocalProperty(java.lang.String pKey,
java.lang.String pValue)
Sets a local configuration property for the current thread. |
void |
setProperties(java.util.Properties pProperties)
Sets the client specific configuration properties. |
void |
setProperty(java.lang.String pKey,
java.lang.String pValue)
Sets a client specific configuration property. |
Method Detail |
---|
java.util.Properties getProperties()
java.lang.System
class.null
System.getProperties()
void setProperties(java.util.Properties pProperties)
java.lang.System
class.
pProperties
- The session specific properties. null
resets this
client to the global settings.System.setProperties(Properties)
java.lang.String getProperty(java.lang.String pKey)
WBEMConfigurationProperties
interface.
getProperty
in interface WBEMClient
pKey
- The name of the configuration property
WBEMConfigurationProperties
void setProperty(java.lang.String pKey, java.lang.String pValue)
java.lang.System
class. Valid property names can be found in the
WBEMConfigurationProperties
interface. Unknown properties
are ignored.
setProperty
in interface WBEMClient
pKey
- The name of the configuration propertypValue
- The value of the configuration property. null
resets to the global setting.WBEMConfigurationProperties
,
System.setProperty(String, String)
java.util.Properties getLocalProperties()
java.lang.System
class, the client setting via
getProperties()
.null
System.getProperties()
,
getProperties()
void setLocalProperties(java.util.Properties pProperties)
java.lang.System
class, the
client setting via getProperties()
.
pProperties
- The thread specific properties. null
remove the
local setting of the current thread.System.setProperties(Properties)
,
setProperties(Properties)
void setLocalProperty(java.lang.String pKey, java.lang.String pValue)
java.lang.System
class, the client setting via
getProperties()
. Valid property names can be found in the
WBEMConfigurationProperties
interface. Unknown properties
are ignored.
pKey
- The name of the configuration propertypValue
- The value of the configuration property. null
resets to the global setting.WBEMConfigurationProperties
,
System.setProperty(String, String)
,
setProperty(String, String)
javax.net.SocketFactory getCustomSocketFactory()
null
indicates set the JRE default factory is used.void setCustomSocketFactory(javax.net.SocketFactory pFactory) throws java.lang.UnsupportedOperationException
pFactory
- The factory to use for socket creation. null
resets to the JRE default factory.
java.lang.UnsupportedOperationException
- Some protocols might not communicate via TCP sockets
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |