Package org.pentaho.di.core
Interface ExecutorInterface
-
- All Known Implementing Classes:
Job
,Trans
,TransWebSocketEngineAdapter
public interface ExecutorInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getExecutingServer()
String
getExecutingUser()
void
setExecutingServer(String executingServer)
void
setExecutingUser(String executingUser)
-