Interface OCommandExecutorSQLFactory
- All Known Implementing Classes:
ODefaultCommandExecutorSQLFactory,ODistributedCommandExecutorSQLFactory,ODynamicSQLElementFactory,OGraphCommandExecutorSQLFactory,OLiveCommandExecutorSQLFactory
public interface OCommandExecutorSQLFactory
Factory to register new OCommandExecutorSQL.
- Author:
- Johann Sorel (Geomatys)
-
Method Summary
-
Method Details
-
getCommandNames
- Returns:
- Set of supported command names of this factory
-
createCommand
Create command for the given name. returned command may be a new instance each time or a constant.- Parameters:
name-- Returns:
- OCommandExecutorSQLAbstract : created command
- Throws:
OCommandExecutionException- : when command creation fail
-