| Modifier and Type | Method and Description |
|---|---|
static MibFactory |
getInstance()
Gets the singleton MIB factory instance.
|
Mib |
newMib()
Creates a new MIB using the first available provider.
|
Mib |
newMib(String providerName)
Creates a new MIB using the named provider.
|
public static MibFactory getInstance()
public Mib newMib()
public Mib newMib(String providerName)
providerName - name of the provider to useProviderNotFoundException - if the named provider is not found
by the ServiceLoaderCopyright © 2012–2015. All rights reserved.