org.mule.transport.jdbc.sqlstrategy
Class SelectSqlStatementStrategy

java.lang.Object
  extended by org.mule.transport.jdbc.sqlstrategy.SelectSqlStatementStrategy
All Implemented Interfaces:
SqlStatementStrategy

public class SelectSqlStatementStrategy
extends Object
implements SqlStatementStrategy


Field Summary
protected  Logger logger
           
 
Constructor Summary
SelectSqlStatementStrategy()
           
 
Method Summary
 MuleMessage executeStatement(JdbcConnector connector, ImmutableEndpoint endpoint, MuleEvent event, long timeout)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected transient Logger logger
Constructor Detail

SelectSqlStatementStrategy

public SelectSqlStatementStrategy()
Method Detail

executeStatement

public MuleMessage executeStatement(JdbcConnector connector,
                                    ImmutableEndpoint endpoint,
                                    MuleEvent event,
                                    long timeout)
                             throws Exception
Specified by:
executeStatement in interface SqlStatementStrategy
Throws:
Exception


Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.