public class SimpleKernel extends Object
Modifier and Type | Method and Description |
---|---|
static DBInstanceFactory |
getInstanceFactory() |
static <T> T |
getKernelModule(Class<T> requiredModuleType) |
static NodeInformation |
getNodeInformation() |
static StorageServiceFactory |
getStorageServiceFactory() |
static String |
getVersion() |
static void |
initializeKernel()
Public kernel bootstrap initializer, this guarantees the kernel gets started with all services
|
static void |
shutdown() |
static void |
waitForShutdown() |
public static DBInstanceFactory getInstanceFactory() throws JasDBStorageException
JasDBStorageException
public static StorageServiceFactory getStorageServiceFactory() throws JasDBStorageException
JasDBStorageException
public static <T> T getKernelModule(Class<T> requiredModuleType) throws JasDBStorageException
JasDBStorageException
public static NodeInformation getNodeInformation() throws JasDBStorageException
JasDBStorageException
public static void shutdown() throws JasDBException
JasDBException
public static void initializeKernel() throws ConfigurationException
ConfigurationException
public static void waitForShutdown() throws ConfigurationException
ConfigurationException
public static String getVersion() throws ConfigurationException
ConfigurationException
Copyright © 2015. All rights reserved.