Class GlobalProperties

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.Object,​java.lang.Object>

    public class GlobalProperties
    extends java.util.Properties
    Deprecated.
    Use the global properties instance offered by the SessionProperties class instead
    Provides access to configuration properties which can affect the behavior of the CIM Client, including control over logs/tracing info, connection pool handling, connection timeout, JSSE providers, among others. This class provides static access to the global properties singleton of the SessionProperties class. It exists for backward compatiblity reasons only.
    See Also:
    SessionProperties.getGlobalProperties(), Serialized Form