Tibrv.isNativeImpl()
Method
Declaration
static boolean isNativeImpl
()
Purpose
Discriminate between native (JNI) implementation and Java implementation.
Remarks
When a program opens the Rendezvous environment with Tibrv.IMPL_SELECT, it can later use this method to determine the effective implementation.
This method returns true
when Rendezvous software uses the JNI library. Otherwise it returns false
.