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