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
JasDBStorageExceptionpublic static StorageServiceFactory getStorageServiceFactory() throws JasDBStorageException
JasDBStorageExceptionpublic static <T> T getKernelModule(Class<T> requiredModuleType) throws JasDBStorageException
JasDBStorageExceptionpublic static NodeInformation getNodeInformation() throws JasDBStorageException
JasDBStorageExceptionpublic static void shutdown()
throws JasDBException
JasDBExceptionpublic static void initializeKernel()
throws ConfigurationException
ConfigurationExceptionpublic static void waitForShutdown()
throws ConfigurationException
ConfigurationExceptionpublic static String getVersion() throws ConfigurationException
ConfigurationExceptionCopyright © 2015. All rights reserved.