com.espertech.esperio.db.core
Class RunnableDMLContext

java.lang.Object
  extended by com.espertech.esperio.db.core.RunnableDMLContext

public class RunnableDMLContext
extends java.lang.Object


Constructor Summary
RunnableDMLContext(java.lang.String name, com.espertech.esper.epl.db.DatabaseConnectionFactory connectionFactory, DMLStatement dmlStatement, java.lang.Integer retry, java.lang.Double retryWait)
           
 
Method Summary
 com.espertech.esper.epl.db.DatabaseConnectionFactory getConnectionFactory()
           
 DMLStatement getDmlStatement()
           
 java.lang.String getName()
           
 java.lang.Integer getRetry()
           
 java.lang.Double getRetryWait()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunnableDMLContext

public RunnableDMLContext(java.lang.String name,
                          com.espertech.esper.epl.db.DatabaseConnectionFactory connectionFactory,
                          DMLStatement dmlStatement,
                          java.lang.Integer retry,
                          java.lang.Double retryWait)
Method Detail

getName

public java.lang.String getName()

getConnectionFactory

public com.espertech.esper.epl.db.DatabaseConnectionFactory getConnectionFactory()

getDmlStatement

public DMLStatement getDmlStatement()

getRetry

public java.lang.Integer getRetry()

getRetryWait

public java.lang.Double getRetryWait()

© 2006-2016 EsperTech Inc.
All rights reserved.
Visit us at espertech.com