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.DebugGet()
get the MkRuntimeS::debug value …
|
static |
Java:
→ C-API [static] MkRuntimeC.DebugSet(int dbg)
set the MkRuntimeS::debug value …
|
static |
Java:
→ C-API [static] MkErrorE MkRuntimeC.ErrorGetCode()
return MkErrorS.code from a given MkRuntimeC …
|
static |
Java:
→ C-API [static] boolean MkRuntimeC.IsSilentGet()
get the MkRuntimeS::isSilent value …
|
static |
Java:
→ C-API [static] MkRuntimeC.IsSilentSet(boolean silent)
set the MkRuntimeS::isSilent value …
JNIEXPORT jint JNICALL Java_jvmkkernel_MkRuntimeC_DebugGet | ( | JNIEnv * | env, |
jclass | class ) |
Java:
→ C-API [static] int MkRuntimeC.DebugGet()
get the MkRuntimeS::debug value …
Definition at line 47 of file MkRuntimeC_jv.c.
JNIEXPORT void JNICALL Java_jvmkkernel_MkRuntimeC_DebugSet | ( | JNIEnv * | env, |
jclass | class, | ||
jint | dbg ) |
Java:
→ C-API [static] MkRuntimeC.DebugSet(int dbg)
set the MkRuntimeS::debug value …
Definition at line 55 of file MkRuntimeC_jv.c.
JNIEXPORT jobject JNICALL Java_jvmkkernel_MkRuntimeC_ErrorGetCode | ( | JNIEnv * | env, |
jclass | class ) |
Java:
→ C-API [static] MkErrorE MkRuntimeC.ErrorGetCode()
return MkErrorS::code from a given MkRuntimeC …
Definition at line 61 of file MkRuntimeC_jv.c.
JNIEXPORT jboolean JNICALL Java_jvmkkernel_MkRuntimeC_IsSilentGet | ( | JNIEnv * | env, |
jclass | class ) |
Java:
→ C-API [static] boolean MkRuntimeC.IsSilentGet()
get the MkRuntimeS::isSilent value …
Definition at line 69 of file MkRuntimeC_jv.c.
JNIEXPORT void JNICALL Java_jvmkkernel_MkRuntimeC_IsSilentSet | ( | JNIEnv * | env, |
jclass | class, | ||
jboolean | silent ) |
Java:
→ C-API [static] MkRuntimeC.IsSilentSet(boolean silent)
set the MkRuntimeS::isSilent value …
Definition at line 77 of file MkRuntimeC_jv.c.
JNIEXPORT jstring JNICALL Java_jvmkkernel_MkRuntimeC_LogTargetGet | ( | JNIEnv * | env, |
jclass | class ) |
Java:
→ C-API [static] String MkRuntimeC.LogTargetGet()
get the MkLogDataS::logNAME value …
Definition at line 83 of file MkRuntimeC_jv.c.
JNIEXPORT void JNICALL Java_jvmkkernel_MkRuntimeC_LogTargetReset | ( | JNIEnv * | env, |
jclass | class ) |
Java:
→ C-API [static] MkRuntimeC.LogTargetReset()
set the MkRuntimeS::log value to the DEFAULT value …
Definition at line 91 of file MkRuntimeC_jv.c.
JNIEXPORT void JNICALL Java_jvmkkernel_MkRuntimeC_LogTargetSet | ( | JNIEnv * | env, |
jclass | class, | ||
jstring | logTgt ) |
Java:
→ C-API [static] MkRuntimeC.LogTargetSet(String logTgt)
set the MkRuntimeS::log value and cleanup old value …
Definition at line 100 of file MkRuntimeC_jv.c.
JNIEXPORT void JNICALL Java_jvmkkernel_MkRuntimeC_NoDecoSet | ( | JNIEnv * | env, |
jclass | class, | ||
jboolean | noDeco ) |
Java:
→ C-API [static] MkRuntimeC.NoDecoSet(boolean noDeco)
set the MkRuntimeS::noDeco value …
Definition at line 112 of file MkRuntimeC_jv.c.
|
static |
Java:
→ C-API [static] String MkRuntimeC.LogTargetGet()
get the MkLogDataS::logNAME value …
|
static |
Java:
→ C-API [static] MkRuntimeC.LogTargetReset()
set the MkRuntimeS::log value to the DEFAULT value …
|
static |
Java:
→ C-API [static] MkRuntimeC.LogTargetSet(String logTgt)
set the MkRuntimeS::log value and cleanup old value …
|
static |
Java:
→ C-API [static] MkRuntimeC.NoDecoSet(boolean noDeco)
set the MkRuntimeS::noDeco value …