Searched defs:jmethod (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_sessmgmt.c568 jmethodID jmethod; local
606 jmethod = (*env)->GetMethodID(env, ckNotifyClass, "CK_NOTIFY", "(JJLjava/lang/Object;)V");
607 if (jmethod == NULL) { return rv; }
609 (*env)->CallVoidMethod(env, notifyEncapsulation->jNotifyObject, jmethod,
621 jmethod = (*env)->GetMethodID(env, pkcs11ExceptionClass, "getErrorCode", "()J");
622 if (jmethod == NULL) { return rv; }
624 errorCode = (*env)->CallLongMethod(env, pkcs11Exception, jmethod);

Completed in 31 milliseconds