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)java.lang.StringgetLibraryPath()intmlockall(int flags)intmunlockall()intsetAffinity(int pid, long[] mask)
-