abstract class NativeServicesDB extends java.lang.Object implements ServicesDB
Modifier and Type | Class and Description |
---|---|
(package private) static class |
NativeServicesDB.DefaultNativeServicesDB |
static interface |
NativeServicesDB.LibServices |
static interface |
NativeServicesDB.LinuxLibServices |
static class |
NativeServicesDB.LinuxServent |
(package private) static class |
NativeServicesDB.LinuxServicesDB |
private static class |
NativeServicesDB.SingletonHolder |
static class |
NativeServicesDB.UnixServent |
Modifier and Type | Field and Description |
---|---|
protected NativeServicesDB.LibServices |
lib |
Constructor and Description |
---|
NativeServicesDB(NativeServicesDB.LibServices lib) |
Modifier and Type | Method and Description |
---|---|
static NativeServicesDB |
getInstance() |
(package private) static int |
htons(int value) |
(package private) static NativeServicesDB |
load() |
(package private) static int |
ntohs(int value) |
(package private) static Service |
serviceFromNative(NativeServicesDB.UnixServent s) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAllServices, getServiceByName, getServiceByPort
protected final NativeServicesDB.LibServices lib
public NativeServicesDB(NativeServicesDB.LibServices lib)
public static final NativeServicesDB getInstance()
static final NativeServicesDB load()
static int ntohs(int value)
static int htons(int value)
static Service serviceFromNative(NativeServicesDB.UnixServent s)