public interface NativeAccessMBean
Modifier and Type | Method and Description |
---|---|
boolean |
isAvailable()
Checks if the native library has been successfully linked.
|
boolean |
isMemoryLockable()
Checks if the native library is able to lock memory.
|
boolean isAvailable()
true
if the library has been successfully linked, false
otherwise.boolean isMemoryLockable()
true
if the native library is able to lock memory, false
otherwise.Copyright © 2018 The Apache Software Foundation