public class JnaPidFactory
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
private static interface |
JnaPidFactory.CLibrary |
Modifier and Type | Field and Description |
---|---|
private static java.util.function.Supplier<java.lang.String> |
instance |
Constructor and Description |
---|
JnaPidFactory() |
Modifier and Type | Method and Description |
---|---|
static java.util.function.Supplier<java.lang.String> |
getInstance()
Factory method to avoid loading JNA classes every connection.
|