Interface Memory
-
- All Superinterfaces:
NativeIntegration
- All Known Subinterfaces:
OsxMemory
- All Known Implementing Classes:
DefaultMemory,DefaultOsxMemory
public interface Memory extends NativeIntegration
Provides details about the system memory.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MemoryInfogetMemoryInfo()Queries the current state of the system memory.
-
-
-
Method Detail
-
getMemoryInfo
MemoryInfo getMemoryInfo() throws NativeException
Queries the current state of the system memory.- Returns:
- A snapshot of the current state of the system memory.
- Throws:
NativeException- On failure.
-
-