DataManagerImpl

public class DataManagerImpl implements DataManager

This represents Internal Function 405 Simulation Control Manager. This is the management function that controls the running/execution of the Distribution Simulator (401).

Author:shar064

Fields

client

Client client

Methods

getAllHandlers

public List<GridAppsDataHandler> getAllHandlers()

getHandler

public GridAppsDataHandler getHandler(Class<?> requestClass, Class<?> handlerClass)

getHandlers

public List<GridAppsDataHandler> getHandlers(Class<?> requestClass)

processDataRequest

public Response processDataRequest(Serializable request, int simulationId, String tempDataPath)

registerHandler

public void registerHandler(GridAppsDataHandler handler, Class<?> requestClass)

start

public void start()