org.mule.transport.jdbc.sqlstrategy
Class SelectSQLStrategy

java.lang.Object
  extended by org.mule.transport.jdbc.sqlstrategy.SelectSQLStrategy
All Implemented Interfaces:
SQLStrategy

public class SelectSQLStrategy
extends Object
implements SQLStrategy


Field Summary
protected static Logger logger
           
 
Constructor Summary
SelectSQLStrategy()
           
 
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 static Logger logger
Constructor Detail

SelectSQLStrategy

public SelectSQLStrategy()
Method Detail

executeStatement

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


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