Tibrv.isIPM()

Method

Declaration

public static boolean isIPM();

Purpose

Test whether the IPM library is loaded.

Remarks

You can use this call to determine whether an application program process has linked the IPM. You can test that your program dynamically links the correct library. You can program different behavior depending on which library is linked.

true indicates that the program links the IPM library (from the lib/ipm/ subdirectory).

false indicates that the program links the standard Rendezvous library (from the lib/ directory).