public class HotspotPlatformManager extends Object implements PlatformManager
| Constructor and Description |
|---|
HotspotPlatformManager() |
| 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() |
public boolean platformMatch()
platformMatch in interface PlatformManagerpublic String getDefaultStorageLocation()
getDefaultStorageLocation in interface PlatformManagerpublic String getProcessId()
getProcessId in interface PlatformManagerpublic void initializePlatform()
throws ConfigurationException
initializePlatform in interface PlatformManagerConfigurationExceptionpublic void shutdownPlatform()
shutdownPlatform in interface PlatformManagerpublic <T> T getComponent(Class<T> type) throws NoComponentFoundException
getComponent in interface PlatformManagerNoComponentFoundExceptionpublic <T> List<T> getComponents(Class<T> type) throws NoComponentFoundException
getComponents in interface PlatformManagerNoComponentFoundExceptionpublic String getVersionData()
getVersionData in interface PlatformManagerCopyright © 2015. All rights reserved.