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 PlatformManager
public String getDefaultStorageLocation()
getDefaultStorageLocation
in interface PlatformManager
public String getProcessId()
getProcessId
in interface PlatformManager
public void initializePlatform() throws ConfigurationException
initializePlatform
in interface PlatformManager
ConfigurationException
public void shutdownPlatform()
shutdownPlatform
in interface PlatformManager
public <T> T getComponent(Class<T> type) throws NoComponentFoundException
getComponent
in interface PlatformManager
NoComponentFoundException
public <T> List<T> getComponents(Class<T> type) throws NoComponentFoundException
getComponents
in interface PlatformManager
NoComponentFoundException
public String getVersionData()
getVersionData
in interface PlatformManager
Copyright © 2015. All rights reserved.