Package one.nio.os
Interface NativeLibraryMXBean
-
- All Known Implementing Classes:
NativeLibrary
public interface NativeLibraryMXBean
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long[]getAffinity(int pid)StringgetLibraryPath()intmlockall(int flags)intmunlockall()intsetAffinity(int pid, long[] mask)
-
-
-
Method Detail
-
getLibraryPath
String getLibraryPath()
-
mlockall
int mlockall(int flags)
-
munlockall
int munlockall()
-
setAffinity
int setAffinity(int pid, long[] mask)
-
getAffinity
long[] getAffinity(int pid)
-
-