Configuration objects

RumbaConfigurator

The root object creatable by ProgId MicroFocus.RumbaConfigurator.

Methods:
RumbaSessionConfiguration OpenSessionProfile(String profile)
If succeeds, returns Rumba+ session profile object for the specified session profile. Otherwise Nothing / null.

If the profile parameter has one of the following values:

  • MainframeDisplay
  • MainframePrinter
  • AS400Display
  • AS400Printer
  • UnixDisplay
  • HPDisplay

the corresponding default session profile is opened (if exists).

If the profile parameter does not contain a full path (file name only), the profile is assumed to be found in the default Rumba+ private folder according to the file extension. For example, MFrame for .rdsm for and .rspm, VT for .rsdu.

RumbaSessionConfiguration

The object representing Rumba session profile.

Properties:
RumbaSessionOverriddenParameters OverriddenParameters
Gets Rumba+ session profile overridden parameters object.

RumbaSessionOverriddenParameters

Rumba session profile overridden parameters object. All its properties are write-only.

Properties:
String HostName – Overrides configured host name / address.
Integer Port – Overrides configured host port number.
Boolean SSL – True/False; overrides configured connection security (for Rumba+ Security Services only).
String DeviceName – Overrides configured device / LU name (for mainframe and AS/400 sessions)