public interface AgentHandler
| Modifier and Type | Method and Description |
|---|---|
void |
runCallbacks()
Runs all the external point callbacks in an order that is implementation specific
|
void |
setContext(Map<String,Object> context)
Set of variables to be passed to the endpoint
|
void |
setInitialPath(File file)
The root path for executing the external endpoint code
|
void setContext(Map<String,Object> context)
context - variables as a mapvoid setInitialPath(File file) throws Exception
file - the initial directoryException - implementation specificvoid runCallbacks()
This documentation was released into the public domain.