MkRuntimeC - various functions to configure the MkRuntimeRLS (only C) … More...
MkRuntimeC - various functions to configure the MkRuntimeRLS (only C) …
The MkRuntimeRLS-configuration belongs to a single MkRuntimeRLS. In a threadable application, each thread has its own MkRuntimeRLS and therefore its own configuration.
A function ending in 'I' is the inline variant of the function without the 'I' and is preferred in C
.
The MkRuntimeRLS-configuration belongs to a single MkRuntimeRLS. In a threadable application, each thread has its own MkRuntimeRLS and therefore its own configuration.
A function ending in 'I' is the inline variant of the function without the 'I' and is preferred in C
.
The MkRuntimeRLS-configuration belongs to a single MkRuntimeRLS. In a threadable application, each thread has its own MkRuntimeRLS and therefore its own configuration.
A function ending in 'I' is the inline variant of the function without the 'I' and is preferred in C
.
|
static |
Java:
→ C-API [static] int MkRuntimeC.GetDebug()
get the MkRuntimeS::debug value …
|
static |
Java:
→ C-API [static] MkErrorE MkRuntimeC.GetErrorCode()
return MkErrorS.code from a given MkRuntimeC …
|
static |
Java:
→ C-API [static] boolean MkRuntimeC.GetIsSilent()
get the MkRuntimeS::isSilent value …
|
static |
Java:
→ C-API [static] String MkRuntimeC.GetLogfile()
get the MkRuntimeS::logfile value …
JNIEXPORT jint JNICALL Java_jvmkkernel_MkRuntimeC_GetDebug | ( | JNIEnv * | env, |
jclass | class ) |
Java:
→ C-API [static] int MkRuntimeC.GetDebug()
get the MkRuntimeS::debug value …
Definition at line 50 of file MkRuntimeC_jv.c.
JNIEXPORT jobject JNICALL Java_jvmkkernel_MkRuntimeC_GetErrorCode | ( | JNIEnv * | env, |
jclass | class ) |
Java:
→ C-API [static] MkErrorE MkRuntimeC.GetErrorCode()
return MkErrorS::code from a given MkRuntimeC …
Definition at line 58 of file MkRuntimeC_jv.c.
JNIEXPORT jboolean JNICALL Java_jvmkkernel_MkRuntimeC_GetIsSilent | ( | JNIEnv * | env, |
jclass | class ) |
Java:
→ C-API [static] boolean MkRuntimeC.GetIsSilent()
get the MkRuntimeS::isSilent value …
Definition at line 66 of file MkRuntimeC_jv.c.
JNIEXPORT jstring JNICALL Java_jvmkkernel_MkRuntimeC_GetLogfile | ( | JNIEnv * | env, |
jclass | class ) |
Java:
→ C-API [static] String MkRuntimeC.GetLogfile()
get the MkRuntimeS::logfile value …
Definition at line 74 of file MkRuntimeC_jv.c.
JNIEXPORT void JNICALL Java_jvmkkernel_MkRuntimeC_SetDebug | ( | JNIEnv * | env, |
jclass | class, | ||
jint | dbg ) |
Java:
→ C-API [static] MkRuntimeC.SetDebug(int dbg)
set the MkRuntimeS::debug value …
Definition at line 82 of file MkRuntimeC_jv.c.
JNIEXPORT void JNICALL Java_jvmkkernel_MkRuntimeC_SetIsSilent | ( | JNIEnv * | env, |
jclass | class, | ||
jboolean | silent ) |
Java:
→ C-API [static] MkRuntimeC.SetIsSilent(boolean silent)
set the MkRuntimeS::isSilent value …
Definition at line 88 of file MkRuntimeC_jv.c.
JNIEXPORT void JNICALL Java_jvmkkernel_MkRuntimeC_SetLogfile | ( | JNIEnv * | env, |
jclass | class, | ||
jstring | logfile ) |
Java:
→ C-API [static] MkRuntimeC.SetLogfile(String logfile)
set the MkRuntimeS::logfile value and cleanup old value …
Definition at line 94 of file MkRuntimeC_jv.c.
|
static |
Java:
→ C-API [static] MkRuntimeC.SetDebug(int dbg)
set the MkRuntimeS::debug value …
|
static |
Java:
→ C-API [static] MkRuntimeC.SetIsSilent(boolean silent)
set the MkRuntimeS::isSilent value …
|
static |
Java:
→ C-API [static] MkRuntimeC.SetLogfile(String logfile)
set the MkRuntimeS::logfile value and cleanup old value …