private SerializeFactory serializeFactory = null;
private ExecutesManager manager = null;
//
//
public ServerRsfContext() throws IOException, URISyntaxException {
manager = new ExecutesManager(minCorePoolSize, maxCorePoolSize, queueSize, keepAliveTime);
Settings settings = new StandardContextSettings();
settings.refresh();
serializeFactory = SerializeFactory.createFactory(settings);
}