Interface JNI.JavaVMAttachArgs
- All Superinterfaces:
org.graalvm.word.ComparableWord, org.graalvm.word.PointerBase, org.graalvm.word.WordBase
- Enclosing class:
JNI
public static interface JNI.JavaVMAttachArgs
extends org.graalvm.word.PointerBase
-
Method Summary
Modifier and TypeMethodDescriptiongetGroup()org.graalvm.nativeimage.c.type.CCharPointergetName()intvoidsetGroup(JNI.JObject group) voidsetName(org.graalvm.nativeimage.c.type.CCharPointer name) voidsetVersion(int version) Methods inherited from interface org.graalvm.word.ComparableWord
equal, notEqualMethods inherited from interface org.graalvm.word.PointerBase
isNonNull, isNullMethods inherited from interface org.graalvm.word.WordBase
equals, rawValue
-
Method Details
-
getVersion
int getVersion() -
setVersion
void setVersion(int version) -
getName
org.graalvm.nativeimage.c.type.CCharPointer getName() -
setName
void setName(org.graalvm.nativeimage.c.type.CCharPointer name) -
getGroup
JNI.JObject getGroup() -
setGroup
-