Package org.teiid.translator
Interface DelegatingExecutionFactory<F,C>
-
- All Known Implementing Classes:
BaseDelegatingExecutionFactory
,LoopbackExecutionFactory
,RecordLoggingExecutionFactory
public interface DelegatingExecutionFactory<F,C>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDelegateName()
void
setDelegate(ExecutionFactory<F,C> delegate)
-
-
-
Method Detail
-
getDelegateName
String getDelegateName()
-
setDelegate
void setDelegate(ExecutionFactory<F,C> delegate)
-
-