public class RunnableDMLContext
extends java.lang.Object
Constructor and Description |
---|
RunnableDMLContext(java.lang.String name,
com.espertech.esper.epl.db.DatabaseConnectionFactory connectionFactory,
DMLStatement dmlStatement,
java.lang.Integer retry,
java.lang.Double retryWait) |
Modifier and Type | Method and Description |
---|---|
com.espertech.esper.epl.db.DatabaseConnectionFactory |
getConnectionFactory() |
DMLStatement |
getDmlStatement() |
java.lang.String |
getName() |
java.lang.Integer |
getRetry() |
java.lang.Double |
getRetryWait() |
public RunnableDMLContext(java.lang.String name, com.espertech.esper.epl.db.DatabaseConnectionFactory connectionFactory, DMLStatement dmlStatement, java.lang.Integer retry, java.lang.Double retryWait)
public java.lang.String getName()
public com.espertech.esper.epl.db.DatabaseConnectionFactory getConnectionFactory()
public DMLStatement getDmlStatement()
public java.lang.Integer getRetry()
public java.lang.Double getRetryWait()