com.espertech.esperio.db.core
Class RunnableDMLContext
java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RunnableDMLContext
public RunnableDMLContext(java.lang.String name,
com.espertech.esper.epl.db.DatabaseConnectionFactory connectionFactory,
DMLStatement dmlStatement,
java.lang.Integer retry,
java.lang.Double retryWait)
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()