public class MPIHelperUtil
extends Object
Constructor and Description |
---|
MPIHelperUtil() |
Modifier and Type | Method and Description |
---|---|
static SPI |
checkSPILiveness(SPI spi) |
static Intraband |
getIntraband() |
static MPI |
getMPI() |
static SPI |
getSPI(String spiProviderName,
String spiId) |
static SPIProvider |
getSPIProvider(String spiProviderName) |
static List<SPIProvider> |
getSPIProviders() |
static List<SPI> |
getSPIs() |
static List<SPI> |
getSPIs(String spiProviderName) |
static boolean |
registerSPI(SPI spi) |
static boolean |
registerSPIProvider(SPIProvider spiProvider) |
static void |
shutdown() |
static boolean |
unregisterSPI(SPI spi) |
static boolean |
unregisterSPIProvider(SPIProvider spiProvider) |
public static Intraband getIntraband()
public static MPI getMPI()
public static SPI getSPI(String spiProviderName, String spiId)
public static SPIProvider getSPIProvider(String spiProviderName)
public static List<SPIProvider> getSPIProviders()
public static List<SPI> getSPIs()
public static List<SPI> getSPIs(String spiProviderName)
public static boolean registerSPI(SPI spi)
public static boolean registerSPIProvider(SPIProvider spiProvider)
public static void shutdown()
public static boolean unregisterSPI(SPI spi)
public static boolean unregisterSPIProvider(SPIProvider spiProvider)