public interface PlatformManager
| Modifier and Type | Method and Description |
|---|---|
<T> T |
getComponent(Class<T> type) |
<T> List<T> |
getComponents(Class<T> type) |
String |
getDefaultStorageLocation() |
String |
getProcessId() |
String |
getVersionData() |
void |
initializePlatform() |
boolean |
platformMatch() |
void |
shutdownPlatform() |
boolean platformMatch()
String getDefaultStorageLocation()
String getProcessId()
void initializePlatform()
throws ConfigurationException
ConfigurationExceptionvoid shutdownPlatform()
throws JasDBException
JasDBException<T> T getComponent(Class<T> type) throws NoComponentFoundException
NoComponentFoundException<T> List<T> getComponents(Class<T> type) throws NoComponentFoundException
NoComponentFoundExceptionString getVersionData()
Copyright © 2015. All rights reserved.