org.teiid.translator
Interface DelegatingExecutionFactory<F,C>

All Known Implementing Classes:
BaseDelegatingExecutionFactory

public interface DelegatingExecutionFactory<F,C>


Method Summary
 String getDelegateName()
           
 void setDelegate(ExecutionFactory<F,C> delegate)
           
 

Method Detail

getDelegateName

String getDelegateName()

setDelegate

void setDelegate(ExecutionFactory<F,C> delegate)


Copyright © 2012. All Rights Reserved.