public class SandboxExecutingService extends Object
| Constructor and Description |
|---|
SandboxExecutingService(int poolSize,
SandboxThreadFactory fact,
long timeout,
RythmEngine re,
String code) |
| Modifier and Type | Method and Description |
|---|---|
String |
execute(Map<String,Object> context,
File template,
Object... args) |
String |
execute(Map<String,Object> context,
String template,
Object... args) |
Future<Object> |
executeAsync(ITemplate t) |
protected void |
finalize() |
void |
shutdown() |
public SandboxExecutingService(int poolSize,
SandboxThreadFactory fact,
long timeout,
RythmEngine re,
String code)
Copyright 2013-2016, The Rythm Engine project