org.openxava.actions
Interface IJDBCAction

All Superinterfaces:
IAction

public interface IJDBCAction
extends IAction

Author:
Javier Paniza

Method Summary
 void setConnectionProvider(IConnectionProvider provider)
          This method is call from the system to provide a JDBC connection provider.
 
Methods inherited from interface org.openxava.actions.IAction
execute, getErrors, getMessages, setEnvironment, setErrors, setMessages
 

Method Detail

setConnectionProvider

void setConnectionProvider(IConnectionProvider provider)
This method is call from the system to provide a JDBC connection provider.

When the execute method is called this method alredy has been called with a valid connection provider.