Class GlobalProperties

All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>

public class GlobalProperties extends 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: