public class PidFactory
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
private static interface |
PidFactory.CLibrary |
static interface |
PidFactory.PidRequestInter |
| Modifier and Type | Field and Description |
|---|---|
private static PidFactory.PidRequestInter |
pidRequest |
| Constructor and Description |
|---|
PidFactory() |
| Modifier and Type | Method and Description |
|---|---|
static PidFactory.PidRequestInter |
getInstance()
Factory method to avoid loading JNA classes every connection.
|
private static PidFactory.PidRequestInter pidRequest
public static PidFactory.PidRequestInter getInstance()